-
Notifications
You must be signed in to change notification settings - Fork 13.3k
tidy
license check error for crossbeam-queue
#92677
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
Comments
@rustbot label +E-help-wanted |
@oli-obk @rust-lang/cargo I'm having a hard time understanding how to approach fixing this. Discussion on zulip went like:
|
I would start looking at the code here. One option is to run |
The only difference I see in metadata is |
Oh, hm, I forgot that the resolve was forced to be workspace-wide. I don't think the information can be extracted from cargo at this time. You may need to add an exception here, and clearly document it. Or. It looks like the license for crossbeam-queue has been changed. Would it be possible to update rustc-rayon-core to use crossbeam-queue 0.3? |
Oh, hmm, I can probably do that. Really that fork needs a rebase onto current rayon-core, which doesn't even use |
@rustbot label -E-help-wanted |
Update rayon and rustc-rayon This updates rayon for various tools and rustc-rayon for the compiler's parallel mode. - rayon v1.3.1 -> v1.5.1 - rayon-core v1.7.1 -> v1.9.1 - rustc-rayon v0.3.1 -> v0.3.2 - rustc-rayon-core v0.3.1 -> v0.3.2 ... and indirectly, this updates all of crossbeam-* to their latest versions. Fixes rust-lang#92677 by removing crossbeam-queue, but there's still a lingering question about how tidy discovers "runtime" dependencies. None of this is truly in the standard library's dependency tree at all.
Getting this error in #90842:
Originally posted by @cuviper in #90842 (comment)
The text was updated successfully, but these errors were encountered: