v0.2.12-nightly.27
Pre-release
Pre-release
github-actions
released this
10 Mar 15:32
·
10 commits
to main
since this release
Fixed
- Fixed
LuaSyntaxOptions.AcceptInvalidEscapes
not suppressing errors in cases whereLuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape}
werefalse
by @TheGreatSageEqualToHeaven in #116. - Fixed single line comments not getting a line break added after them in
NormalizeWhitespace
by @GGG-KILLER in #118. - Fixed warnings being generated for hex numbers on Lua 5.1, Lua 5.2 and other presets where
HexIntegerFormat
wasNotSupported
andAcceptHexFloatLiterals
wasfalse
by @GGG-KILLER. - Fixed the
SyntaxNormalizer
turning nested negation expressions into comments by @GGG-KILLER.
Removed
- Removed
LanguageNames.{CSharp,FSharp,VisualBasic}
by @GGG-KILLER in #115.
Changed
- The
Loretta.CodeAnalysis.FileLinePositionSpan
has been made intoreadonly struct
s by @GGG-KILLER in #115.