-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Automatically run grammar tests (grammar bot) #28592
Comments
cc #15880, I think maybe the original issue? not sure... Has some dependency information though! |
I would like to take this on. |
@dns2utf8, thanks for volunteering! Is there anything we can do to help you out here? |
@dns2utf8 are you still working on it? If not, I could have a look this weekend. |
Sorry it took so long. To answer the questions: The bot needs antlr4, bison, flex and all the build tools required for rustc. As soon as #37607 is merged, a simple If I did it myself I would probably use a docker container with Arch inside. |
I created the PR #37825 but my local dry-runs failed to compile llvm inside any docker container. |
Triage: there's the new grammar WG, and they're tracking this themselves, I'm going to close in favor of rust-lang/wg-grammar#5 |
How to grammar tests:
make check-grammar
#2234How to add bot to Travis build matrix: #28500
The text was updated successfully, but these errors were encountered: