Skip to content

0.579

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 19:57
63679f7

Analysis Changes

  • When type inference fails to find any matching overload for a function, we were declining to commit any changes to the type graph at all. This was resulting in confusing type errors in certain cases. Now, when a matching overload cannot be found, we always commit to the first overload we tried.

JIT

  • Fix missing variadic register invalidation in FALLBACK_GETVARARGS
  • Add a missing null pointer check for the result of luaT_gettm