-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rust 1.18 regression: coinbaser 0.1.0 #40955
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
What do you mean source is not available? How did you find the regression in the first place? |
@jethrogb I mean that I can't find the git repo. The source can be acquired from the published crate tarball. Edit: er, I didn't file this bug, but that's what @alexcrichton meant. |
The repo has been deleted for some time now - I tried to delete it from cargo but that's not allowed. |
Should probably still be investigated, unless @patrickjm doesn't want us testing his yanked crate. We'll have to grab it from crates.io. I wonder if maybe cargobomb shouldn't test yanked crates. |
This is a regression in Cargo. With a
And files at cc @jmatraszek, is this related to rust-lang/cargo#3609 perhaps? |
Hi @alexcrichton, will investigate this today, but looks like it is related. |
Thanks @jmatraszek! |
Sorry about the hassle guys. I removed it because I didn't want my useless and dead project polluting things up, but that just caused more trouble! No worries about testing my yanked crate. @brson |
@patrickjm oh no worries! This crate helped us detect a regression and what's what we're worried about :) |
Hi @alexcrichton, You can find the proposed fix in rust-lang/cargo#3898. I tried to get rid of quick fixes and implement a full featured solution for inferring bin target's source file paths. Please review the inferring logic — I am not 100% sure that it covers all cargo's usecases, but it seems reasonable for me. |
Awesome thanks for the investigation @jmatraszek! |
Fix rust-lang/rust 40955 Proposed fix for rust-lang/rust#40955. I could also work on adding some additional tests, so we have all cases covered and automatically tested.
Brings in a fix for rust-lang#40955 through rust-lang/cargo#3898. Closes rust-lang#40955
Update cargo submodules Brings in a fix for rust-lang#40955 through rust-lang/cargo#3898. Closes rust-lang#40955
Update cargo submodules Brings in a fix for rust-lang#40955 through rust-lang/cargo#3898. Closes rust-lang#40955
Update cargo submodules Brings in a fix for rust-lang#40955 through rust-lang/cargo#3898. Closes rust-lang#40955
Reported on cargobomb
Unfortunately the source is not available, but @patrickjm can you perhaps help reproduce?
The text was updated successfully, but these errors were encountered: