Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Behavior for try-delegate targeting catch-less try? #164

Closed
@takikawa

Description

@takikawa

Something I overlooked when reviewing #157 was what the behavior of try-delegate should be when it targets a catchless try block. For example:

try $l
  try
  delegate $l
end

I think I didn't see discussion of this particular case anywhere, sorry if I missed it. A semantics that might make sense is that this will just delegate to the next enclosing catch block (effectively rethrows from try $l). Any thoughts on how this should be specified?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions