Skip to content

v0.0.9

Compare
Choose a tag to compare
@keynmol keynmol released this 01 Jun 13:12
· 142 commits to main since this release

This is the first release where I feel somewhat confident that the generator doesn't just crash randomly.

The issue seems to have been related to the callback data being GCd when the stack no longer contains Scala Native code.

Hopefully it's now fixed for good.

What's Changed

  • Fix rendering of nested unions and structs by @keynmol in #60
  • Fam and recursive fixes by @keynmol in #63
  • Fix typedef alias by @keynmol in #66
  • Try with tail recursive closure computers by @keynmol in #67
  • Move things around, separate mutable builders and immutable data by @keynmol in #68
  • Introduce a future memory leak by @keynmol in #69 it's a joke
  • Prevent callback data from being collected by GC by @keynmol in #71

Full Changelog: v0.0.8...v0.0.9