Skip to content

Replace Design label with C-Architecture #18492

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

Merged
merged 2 commits into from
Nov 10, 2024
Merged

Replace Design label with C-Architecture #18492

merged 2 commits into from
Nov 10, 2024

Conversation

samestep
Copy link
Contributor

@samestep samestep commented Nov 7, 2024

#7445 added an item to docs/dev/README.md describing and linking to the "Design" issue label, which I assume existed at the time. Later, #12722 updated that URL to point to the new repo location. However, this bullet point is now confusing for two reasons:

  1. The URL https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%Design is malformed. Clicking it in Firefox produces a blank page. Interestingly, clicking the URL while editing this Markdown file inside VS Code changes it to the different URL https://github.com/rust-lang/rust-analyzer/issues?q=is:open+is:issue+label%25Design which is no longer malformed, but that just corresponds to the search string "is:open is:issue label%Design" which is not very meaningful.

  2. There are currently no issues labeled "Design". The corrected search URL https://github.com/rust-lang/rust-analyzer/issues?q=is:open+is:issue+label:Design causes GitHub to display this warning message:

    Filter contains 1 issue:

    • Invalid value Design for label

Therefore, this PR replaces that bullet point with a link to the C-Architecture tag.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 7, 2024
@lnicola
Copy link
Member

lnicola commented Nov 10, 2024

I think this is called C-Architecture these days.

@samestep samestep changed the title Delete design label from list in dev docs Replace Design label with C-Architecture Nov 10, 2024
Copy link
Member

@lnicola lnicola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lnicola lnicola enabled auto-merge November 10, 2024 18:35
@lnicola lnicola added this pull request to the merge queue Nov 10, 2024
Merged via the queue into rust-lang:master with commit 30e71b6 Nov 10, 2024
9 checks passed
@samestep samestep deleted the docs-dev-no-design-label branch November 12, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants