Skip to content

v0.2.7-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 19:23

Added

  • Added Loretta.CodeAnalysis.Lua.Experimental.SyntaxExtensions.ConstantFold.

Changed

  • DEPRECATED: Loretta.CodeAnalysis.Lua.Experimental.SyntaxExtensions.FoldConstants in favor of ConstantFold.

Fixed

  • ObjectDisplay.FormatLiteral was not adding the leading quote properly.
    This also affected SyntaxFactory.Literal.
  • Constant folder was not folding "a" .. true to "atrue".
  • Constant folder was not folding nil == nil to true.
  • Constant folder was folding not x to x instead of the result of the negation.