yasl icon indicating copy to clipboard operation
yasl copied to clipboard

v0.12.0

Open CoffeeTableEspresso opened this issue 2 years ago • 0 comments

Breaking Changes:

  • str->replace now returns a second value: the number of replacements done.
  • echo can now print out a variable number of expressions.
  • destructors for user data now require an extra parameter (the YASL_State *).
  • Method look-ups now only look at the meta-table, not the object itself.

Improvements:

  • Better error messages when a method is not found.

Bug Fixes:

  • Fixed dangling pointer in closure upvalues, if closure was deleted before it could be closed.

CoffeeTableEspresso avatar Jul 10 '22 17:07 CoffeeTableEspresso