Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[csharp] Fix for #4088 (add testing of the CSharp target of csharp grammar) #4089

Merged
merged 1 commit into from
May 11, 2024

Conversation

kaby76
Copy link
Contributor

@kaby76 kaby76 commented May 9, 2024

This PR adds testing of the CSharp port for the csharp grammar, which is a workaround for #4088. The port is fine. The main problem is that the Antlr4 runtime error recovery does not use the same algorithm to report errors, so one of the tests would give a different error message. The solution is to just ignore the file for now. antlr/antlr4#3700 (comment)

@kaby76 kaby76 changed the title [csharp] Fix for #4088 [csharp] Fix for #4088 (add testing of the CSharp target of csharp grammar) May 10, 2024
@teverett
Copy link
Member

@kaby76 thanks!

@teverett teverett merged commit 24fabfa into antlr:master May 11, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants