Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously exception handling only worked if there were a 'catch' block which precisely matched
the type of the thrown exception.
That's not always the case if we're trying to catch subclasses.
This change enhances behaviour to match subclasses, and also covers some other cases where
we weren't catching the right thing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
types (fix regression in 6cf86dad35cc55413e0cfacd52a88f07b62d5eee)
|
|
effects, and improve nativization logic.
|
|
|
|
|
|
to not flood the stack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
|
|
|
|
|
|
inbox
|
|
for inside Globals)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|