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

Be sure to include dev-deps for doctests with --extern #1477

Merged
merged 1 commit into from
Apr 7, 2015

Conversation

alexcrichton
Copy link
Member

Previously the "add immediate deps" logic bailed out too soon and didn't pick up
all dev-dependencies.

Closes #1474

Previously the "add immediate deps" logic bailed out too soon and didn't pick up
all dev-dependencies.

Closes rust-lang#1474
@rust-highfive
Copy link

r? @wycats

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

@alexcrichton
Copy link
Member Author

The whitespace only diff is quite pleasant on this one!

@huonw
Copy link
Member

huonw commented Apr 7, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 7, 2015

📌 Commit 17ffbf8 has been approved by huonw

@bors
Copy link
Collaborator

bors commented Apr 7, 2015

⌛ Testing commit 17ffbf8 with merge c3259e0...

bors added a commit that referenced this pull request Apr 7, 2015
Previously the "add immediate deps" logic bailed out too soon and didn't pick up
all dev-dependencies.

Closes #1474
@bors
Copy link
Collaborator

bors commented Apr 7, 2015

☀️ Test successful - cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-32, cargo-win-64

@bors bors merged commit 17ffbf8 into rust-lang:master Apr 7, 2015
@alexcrichton alexcrichton deleted the issue-1474 branch April 30, 2015 02:09
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.

Doc tests are no longer passed dev-dependencies
5 participants