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
Description
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
Labels
No labels