This resolves a long-standing corner case in dynamic-wind. This occurs when finally blocks throws exceptions themselves which are caught in an outer-wrapped finally block.
Also introduces Throwable and RuntimeError and converts hashtable operations into exceptions.
This resolves a long-standing corner case in dynamic-wind. This occurs when
finally
blocks throws exceptions themselves which are caught in an outer-wrappedfinally
block.Also introduces
Throwable
andRuntimeError
and converts hashtable operations into exceptions.