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

When searching the RUST_PATH, rustpkg ignores versions #8711

Closed
catamorphism opened this issue Aug 23, 2013 · 3 comments
Closed

When searching the RUST_PATH, rustpkg ignores versions #8711

catamorphism opened this issue Aug 23, 2013 · 3 comments

Comments

@catamorphism
Copy link
Contributor

In an upcoming pull request, rustpkg will gain the ability to find installed libraries in the RUST_PATH without necessarily rebuilding them. However, it will ignore the requested version (if there is one) when searching for libraries. This is wrong; if you request foo#0.3, it should ignore an installed foo-0.4, for example.

@ghost ghost assigned catamorphism Aug 23, 2013
@catamorphism
Copy link
Contributor Author

Blocked on #9193

@catamorphism
Copy link
Contributor Author

Fixed pending try build.

@gereeter
Copy link
Contributor

Rustpkg is gone, so this should probably be closed.

@jdm jdm closed this as completed Apr 20, 2014
@catamorphism catamorphism removed their assignment Jun 16, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 21, 2022
… r=giraffate

Take over: New lint bytes count to len

take over rust-lang#8375
close rust-lang#8083

This PR adds new lint about  considering replacing `.bytes().count()` with `.len()`.

Thank you in advance.

---

r! `@Manishearth`

changelog: adds new lint [`bytes_count_to_len`] to consider replacing `.bytes().count()` with `.len()`
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 a pull request may close this issue.

3 participants