You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Antlr 4.13.2 for JavaScript is a breaking change for testing. This is because the API has changed. #4242 (comment) All output from the tester is captured--including the new deprecated warning. If there is any output that is not expected, the test fails.
For now, the version must be set to 4.13.2 for JavaScript because a PR requires the change.#4242
In addition, since this might happen again, I will need to implement per-grammar, per-version testing.
I will need to test every grammar, every target and verify that all is working. (I had done over half for #4243, but will need to redo everything, which will take several days of CPU time.)
The text was updated successfully, but these errors were encountered:
Antlr 4.13.2 for JavaScript is a breaking change for testing. This is because the API has changed. #4242 (comment) All output from the tester is captured--including the new deprecated warning. If there is any output that is not expected, the test fails.
For now, the version must be set to 4.13.2 for JavaScript because a PR requires the change.#4242
In addition, since this might happen again, I will need to implement per-grammar, per-version testing.
I will need to test every grammar, every target and verify that all is working. (I had done over half for #4243, but will need to redo everything, which will take several days of CPU time.)
The text was updated successfully, but these errors were encountered: