-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Tracking issue for renaming crates inside compiler directory #76425
Comments
I'm still not sure it makes sense to rename the crates one at a time ... it would be very inconsistent during the transition. |
I'm a bit confused, where was it decided that the |
@ehuss there's some discussion in https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/Move.20the.20compiler.20to.20a.20new.20.60compiler.2F.60.20di.E2.80.A6.20compiler-team.23336, but I don't think it went through MCP. Maybe it should? |
I saw that discussion. The only comments from the compiler team were:
|
You might want to cc the original threads to make sure people see this. I pass my cloak to you @Dylan-DPC. May the force be with you! |
No, it wasn't decided. |
My arguments for keeping the status quo (besides avoiding the churn) is what ehuss said in #76425 (comment) basically. |
I'll leave this issue open (and blocked) till we have a clearer decision |
Should we label as |
yeahh i'm okay with that |
we've subsequently discussed this in a couple different T-compiler meetings. @nikomatsakis and @pnkfelix have decided that we're not going to do this. At least, not now |
This issue tracks the progress of renaming compiler crates from
rustc_xyz
toxyz
. Each crate will be renamed in a separate PR or in combination with other smaller unrelated crates to avoid conflicts and cause an avalanche of conflicts (such as #74862)List of
compiler/
crates:References:
MCP
Zulip discussion
Notes
This will be a long-term effort that will make the structure look inconsistent (some crates will have the prefix while the others won't) till all the crates are renamed
An alternative idea suggested was to rename the paths without renaming the name of the crate (thus keeping the imports same as earlier) but it was concluded that
If anyone wants to work on this as well, please get in touch first (on zulip if possible) to avoid conflict-hell
PRs:
The text was updated successfully, but these errors were encountered: