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

Start using precise -L flag #1123

Merged
merged 2 commits into from
Jan 6, 2015
Merged

Start using precise -L flag #1123

merged 2 commits into from
Jan 6, 2015

Conversation

alexcrichton
Copy link
Member

Now that the compiler supports the notion for a "dependency lookup path" Cargo
can specify this information to the compiler in order to prevent transitive
dependencies from being imported.

Closes #1037

This was referenced Jan 5, 2015
@alexcrichton
Copy link
Member Author

@bors: r=brson c444126

@bors
Copy link
Contributor

bors commented Jan 5, 2015

⌛ Testing commit c444126 with merge 6de4af7...

@bors
Copy link
Contributor

bors commented Jan 5, 2015

💔 Test failed - cargo-linux-32

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Contributor

bors commented Jan 5, 2015

⌛ Testing commit c444126 with merge ba245f3...

bors added a commit that referenced this pull request Jan 5, 2015
Now that the compiler supports the notion for a "dependency lookup path" Cargo
can specify this information to the compiler in order to prevent transitive
dependencies from being imported.

Closes #1037
@bors
Copy link
Contributor

bors commented Jan 5, 2015

💔 Test failed - cargo-linux-32

Now that the compiler supports the notion for a "dependency lookup path" Cargo
can specify this information to the compiler in order to prevent transitive
dependencies from being imported.

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

@bors: r+ 5be647e

@bors
Copy link
Contributor

bors commented Jan 6, 2015

⌛ Testing commit 5be647e with merge f0d2b83...

@bors
Copy link
Contributor

bors commented Jan 6, 2015

💔 Test failed - cargo-win-32

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Contributor

bors commented Jan 6, 2015

⌛ Testing commit 5be647e with merge cfb7c83...

@bors
Copy link
Contributor

bors commented Jan 6, 2015

💔 Test failed - cargo-win-32

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Contributor

bors commented Jan 6, 2015

⌛ Testing commit 5be647e with merge 4a0154d...

bors added a commit that referenced this pull request Jan 6, 2015
Now that the compiler supports the notion for a "dependency lookup path" Cargo
can specify this information to the compiler in order to prevent transitive
dependencies from being imported.

Closes #1037
@bors
Copy link
Contributor

bors commented Jan 6, 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 5be647e into rust-lang:master Jan 6, 2015
@alexcrichton alexcrichton deleted the issue-1037 branch January 20, 2015 06:41
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.

Transitive dependencies can be imported
2 participants