Experimental closure serialization for compacted saves (
bfad38b)
CompactedRegion.save can now opt into serializing closures with allowClosures := true, writing a new v3 .olean layout. That lets saved functions be loaded back and called, even from a separate process, but only when the saver and loader use identical executables and dependent libraries.
Spec DB migration no longer drops erased @[spec] entries (
729a662)
The mvcgen' spec database migration now preserves erased specs instead of discarding them. Erased entries are carried into the new database and filtered at lookup time, restoring the legacy behavior and avoiding mismatches during migration.
Other misc changes
- Fixed a syntax error in
mvcgendocs (
df865df)