Skip to content

Renaming Zulip T-compiler WGs streams #848

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

Closed
1 of 3 tasks
apiraino opened this issue Mar 11, 2025 · 3 comments
Closed
1 of 3 tasks

Renaming Zulip T-compiler WGs streams #848

apiraino opened this issue Mar 11, 2025 · 3 comments
Labels
major-change A proposal to make a major change to rustc major-change-accepted A major change proposal that was accepted T-compiler Add this label so rfcbot knows to poll the compiler team

Comments

@apiraino
Copy link
Contributor

apiraino commented Mar 11, 2025

Proposal

As part of some changes in the T-compiler global structure, the formal grouping of people known as "Working Groups" will be phased out. The idea behind it (people getting together to work on a specific area of the compiler) still stands and people working on areas of the compiler can do so as always, as they prefer.

As part of this phasing out, we would like to rename Zulip streams removing the wg- suffix. The full list or renames as follows:

Old name New name Notes
#t-compiler/wg-debugging #t-compiler/debuginfo
#t-compiler/wg-diagnostics #t-compiler/diagnostics
#t-compiler/wg-llvm #t-compiler/llvm
#t-compiler/wg-mir-opt #t-compiler/mir-opts "opts" instead of "opt"
#t-compiler/wg-parallel-rustc #t-compiler/parallel-rustc
#t-compiler/wg-rustc-dev-guide #t-compiler/rustc-dev-guide
#t-compiler/wg-incr-comp #**z-archived-t-compiler/incr-comp
#t-compiler/wg-meta #**z-archived-t-compiler/meta
#t-compiler/wg-nll #**z-archived-t-compiler/nll
#t-compiler/wg-polymorphization #**z-archived-t-compiler/polymorphization
#t-compiler/wg-profile-guided-optimization #**z-archived-t-compiler/profile-guided-optimization
#t-compiler/wg-rfc-2229 #**z-archived-t-compiler/rfc-2229
#t-compiler/wg-self-profile #**z-archived-t-compiler/self-profile
#t-compiler/wg-parselib #**z-archived-t-compiler/parselib
#t-compiler/wg-pipelining #**z-archived-t-compiler/pipelining

Mentors or Reviewers

I need the support of a Zulip member with proper permission: @davidtwco

Process

The main points of the Major Change Process are as follows:

  • File an issue describing the proposal.
  • A compiler team member or contributor who is knowledgeable in the area can second by writing @rustbot second.
    • Finding a "second" suffices for internal changes. If however, you are proposing a new public-facing feature, such as a -C flag, then full team check-off is required.
    • Compiler team members can initiate a check-off via @rfcbot fcp merge on either the MCP or the PR.
  • Once an MCP is seconded, the Final Comment Period begins. If no objections are raised after 10 days, the MCP is considered approved.

You can read more about Major Change Proposals on forge.

@apiraino apiraino added major-change A proposal to make a major change to rustc T-compiler Add this label so rfcbot knows to poll the compiler team labels Mar 11, 2025
@rustbot
Copy link
Collaborator

rustbot commented Mar 11, 2025

Important

This issue is not meant to be used for technical discussion. There is a Zulip stream for that.
Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.

Concerns or objections can formally be registered here by adding a comment.

@rfcbot concern reason-for-concern
<description of the concern>

Concerns can be lifted with:

@rfcbot resolve reason-for-concern

See documentation at https://forge.rust-lang.org

cc @rust-lang/compiler

@rustbot rustbot added the to-announce Announce this issue on triage meeting label Mar 11, 2025
@apiraino apiraino changed the title (My major change proposal) Renaming Zulip T-compiler WGs streams Mar 11, 2025
@davidtwco
Copy link
Member

@rustbot second

@rustbot rustbot added the final-comment-period The FCP has started, most (if not all) team members are in agreement label Mar 20, 2025
@apiraino apiraino removed the to-announce Announce this issue on triage meeting label Mar 20, 2025
@apiraino
Copy link
Contributor Author

Closing as accepted (a bit earlier as the usual 10 days as this is a relatively small change and we don't expect new blocking concerns)

@rustbot label -final-comment-period +major-change-accepted

@rustbot rustbot added major-change-accepted A major change proposal that was accepted to-announce Announce this issue on triage meeting and removed final-comment-period The FCP has started, most (if not all) team members are in agreement labels Mar 25, 2025
TaKO8Ki added a commit to TaKO8Ki/rust that referenced this issue Mar 26, 2025
…config, r=lqd

Update wg-prio triagebot config

This completes the Zulip channel renaming after rust-lang/compiler-team#848

Just nits: fixed a documentation link and the name of the Zulip channel for prioritization alerts.

r? `@davidtwco`
jhpratt added a commit to jhpratt/rust that referenced this issue Mar 27, 2025
…config, r=lqd

Update wg-prio triagebot config

This completes the Zulip channel renaming after rust-lang/compiler-team#848

Just nits: fixed a documentation link and the name of the Zulip channel for prioritization alerts.

r? ``@davidtwco``
jhpratt added a commit to jhpratt/rust that referenced this issue Mar 27, 2025
…config, r=lqd

Update wg-prio triagebot config

This completes the Zulip channel renaming after rust-lang/compiler-team#848

Just nits: fixed a documentation link and the name of the Zulip channel for prioritization alerts.

r? ```@davidtwco```
Zalathar added a commit to Zalathar/rust that referenced this issue Mar 27, 2025
…config, r=lqd

Update wg-prio triagebot config

This completes the Zulip channel renaming after rust-lang/compiler-team#848

Just nits: fixed a documentation link and the name of the Zulip channel for prioritization alerts.

r? ````@davidtwco````
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Mar 27, 2025
Rollup merge of rust-lang#138935 - apiraino:update-wg-prio-triagebot-config, r=lqd

Update wg-prio triagebot config

This completes the Zulip channel renaming after rust-lang/compiler-team#848

Just nits: fixed a documentation link and the name of the Zulip channel for prioritization alerts.

r? ````@davidtwco````
@apiraino apiraino removed the to-announce Announce this issue on triage meeting label Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major-change A proposal to make a major change to rustc major-change-accepted A major change proposal that was accepted T-compiler Add this label so rfcbot knows to poll the compiler team
Projects
None yet
Development

No branches or pull requests

3 participants