Skip to content

Ensure --release examples are classified as benchmarks #1325

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

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

This puts them in the right spot of the dependency graph to be only available
after all dev-dependencies have been compiled.

Closes #1323

This puts them in the right spot of the dependency graph to be only available
after all dev-dependencies have been compiled.

Closes rust-lang#1323
@alexcrichton
Copy link
Member Author

r? @huonw

@rust-highfive
Copy link

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@huonw
Copy link
Member

huonw commented Feb 19, 2015

r=me, but seems travis may have legitimately failed.

@alexcrichton
Copy link
Member Author

Aha you are correct! That's what I get for just running the new test and not all the other tests. The underlying problem has been nagging at me for so long now (and I don't know of a nice fix for this), that I'm going to take some time to fix the underlying problem as well. Hopefully it won't take too too long.

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.

dev-dependencies are compiled too late with cargo run --release --example ...
3 participants