Closed RobEin closed 1 month ago
typescript-collections
is not in the project.json for testing. I'll add it as a default with https://github.com/antlr/grammars-v4/issues/4243.
update to ANTLR 4.13.2
. Could you describe which targets require 4.13.2 here? There is no version 4.13.2 for the CSharp target.
The following four parsers require ANTLR 4.13.2:
Now I understand. The JavaScript port requires Antlr 4.13.2 because this PR uses the API Lexer.setMode(). Unfortunately, the build locks all grammars that have a JavaScript port at 4.13.2. So, the old API mode() outputs a deprecation warning, which is a breaking change--all output from the tester is captured and compared. I don't think there are many JS ports that use the old API, but I will need add per-grammar, per-version testing when specified in the desc.xml.
Please synch with "master" to see whether the build is fixed.
@kaby76 ready to merge?
@teverett Yes, please merge.
@RobEin thanks!