Skip to content

0.514

Compare
Choose a tag to compare
@zeux zeux released this 11 Feb 19:07
· 785 commits to master since this release
63d5423

Analysis changes

  • Implement MisleadingAndOr lint to detect cases where and-or expression always evaluates to the last argument
  • Improve detection of deprecated APIs for table members
  • Improve stability and performance of cross-module type checking for large graphs
  • Fix type checking of type aliases that have been forward declared
  • Fix type checking of method calls on string literal types

Runtime changes

  • Fix an off-by-one bug in select(_, ...) optimization
  • Fix heap dump interaction with paged sweeper

CLI changes

  • Add -gN argument to luau CLI to specify debug information level
  • Fix stack/heap leaks in Tab completion in CLI

Community contributions