Skip to content

v0.23.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 09:08
· 119 commits to main since this release
Fix try/finally block

Not having an exception catching block is quite legal, so we shouldn't
assume that there is one.  At which point, we should avoid placeholders
for finding exception types, so we don't try to get the string content
of a NIL_VAL, which results in a segfault.