Skip to content

0.12.1

Choose a tag to compare

@Sainan Sainan released this 26 Sep 12:12
· 333 commits to main since this release

Compiler:

  • Fixed pipe operator method call when used on result of call
  • Fixed function type hint parameter list erroring at the 4th type
  • Fixed function type hint parameter list not allowing trailing commas

Runtime:

  • Fixed sometimes not erroring on missing arguments to bigint functions
  • Fixed bigint comparisons for all-negative operands and between positive zero and negative zero
  • Fixed bigint.gcd for zero and negative operands
  • Fixed json.encode rarely misidentifying array-ish tables as object-ish
  • Fixed stack corruption when 'in' expression has to run Lua for comparisons