You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
41.5: Fix try/catch peephole bug + sorted collection support
- Fix peephole optimizer not remapping try_begin jump offset, causing
catch handler to be silently bypassed when superinstructions removed
instructions from the try body
- Fix sorted collections: preserve comparator through transient/persistent
cycle, with-meta, and sorted? predicate
- Fix into to bypass transient path for sorted collections and use JVM
completion pattern for halt-when compatibility
- Fix take 0 returning nil instead of empty list
- Fix case macro to throw ex-info instead of plain string
0 commit comments