Skip to content

0.504

Compare
Choose a tag to compare
@zeux zeux released this 12 Nov 15:08
· 848 commits to master since this release
d11e827

Changes

  • Type mismatch errors now show detailed information for compound types, highlighting the mismatching component
  • Fix string.pack bug on ARM when packing negative numbers using unsigned formats (#171)
  • Implement bit32.countlz/countrz (RFC #89)
  • Minor compiler throughput optimization (~2% faster compilation)
  • Improve transpiler behavior for edge cases and better test coverage (not exposed through CLI at the moment)
  • Improve error recovery when parsing invalid assignments
  • Build fixes for fuzzing targets
  • Add lua_getthreaddata/lua_setthreaddata to be able to associate custom data with coroutines

Community contributions