Skip to content

Don't build the lexer verifier during tidy #37867

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

Merged
merged 1 commit into from
Nov 19, 2016

Conversation

brson
Copy link
Contributor

@brson brson commented Nov 18, 2016

Tidy is not the right place to do this. Tidy is for running lints.
We should instead be running the lexer/grammar tests as part of the test
suite.

This may fix nightly breakage, but I don't understand why.

https://buildbot.rust-lang.org/builders/nightly-dist-rustc-linux/builds/715/steps/distcheck/logs/stdio

r? @alexcrichton

cc @dns2utf8

Tidy is not the right place to do this. Tidy is for running lints.
We should instead be running the lexer/grammar tests as part of the test
suite.

This may fix nightly breakage, but I don't know why.
@brson
Copy link
Contributor Author

brson commented Nov 18, 2016

I'm running distcheck locally but it will take all day.

@alexcrichton
Copy link
Member

@bors: r+ p=1

@bors
Copy link
Collaborator

bors commented Nov 18, 2016

📌 Commit d3b050c has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Nov 18, 2016

⌛ Testing commit d3b050c with merge ac635aa...

bors added a commit that referenced this pull request Nov 18, 2016
Don't build the lexer verifier during tidy

Tidy is not the right place to do this. Tidy is for running lints.
We should instead be running the lexer/grammar tests as part of the test
suite.

This may fix nightly breakage, but I don't understand why.

https://buildbot.rust-lang.org/builders/nightly-dist-rustc-linux/builds/715/steps/distcheck/logs/stdio

r? @alexcrichton

cc @dns2utf8
@bors bors merged commit d3b050c into rust-lang:master Nov 19, 2016
@dns2utf8
Copy link
Contributor

Looks like a runtime error, maybe from one of the .unwrap()

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.

4 participants