Skip to content
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

Stabilize --json unused-externs(-silent) #115717

Merged
merged 2 commits into from Apr 15, 2024

Conversation

jsgf
Copy link
Contributor

@jsgf jsgf commented Sep 9, 2023

Implement rust-lang/compiler-team#674 (pending its approval)

@rustbot
Copy link
Collaborator

rustbot commented Sep 9, 2023

r? @cjgillot

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Sep 9, 2023
@cjgillot
Copy link
Contributor

I see that the proposal has been seconded, but I also saw disagreement by @est31 in zulip. What is the current status?

@jsgf
Copy link
Contributor Author

jsgf commented Sep 17, 2023

@cjgillot I think "disagreement" is overstating it - I think a fair summary of @est31's concern is that since Cargo doesn't currently use there's options there's a possibility they'd need to be changed in some way when it does. I think that's unlikely in practice, esp since 1) we have practical experience that this mechanism works well in general and 2) there is a prototype for Cargo which explores the design space.

@cjgillot cjgillot added S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 5, 2023
@Dylan-DPC Dylan-DPC added S-waiting-on-MCP Status: PR has a compiler MCP and is waiting for the compiler MCP to complete. and removed S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. labels Nov 6, 2023
@jsgf jsgf force-pushed the stablize-json-unused-externs branch from fd8b983 to c9fc53f Compare November 18, 2023 04:30
@bors
Copy link
Contributor

bors commented Dec 18, 2023

☔ The latest upstream changes (presumably #119063) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Dec 18, 2023
@apiraino
Copy link
Contributor

Adding a note that this PR is waiting the FCP to complete

@rustbot label S-waiting-on-fcp -S-waiting-on-author +S-waiting-on-team

@rustbot rustbot added S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 18, 2023
@oli-obk
Copy link
Contributor

oli-obk commented Feb 13, 2024

The MCP has been accepted

@oli-obk oli-obk added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-MCP Status: PR has a compiler MCP and is waiting for the compiler MCP to complete. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. labels Feb 13, 2024
@JohnCSimon
Copy link
Member

ping from triage - can you post your status on this PR? This PR has not received an update in a few months.
@jsgf

FYI: when a PR is ready for review, send a message containing
@rustbot ready to switch to S-waiting-on-review so the PR is in the reviewer's backlog.

Or if you're not going to continue, please close it. Thank you!

@jsgf
Copy link
Contributor Author

jsgf commented Apr 14, 2024

Oh yeah I need to push it over the line.

@jsgf jsgf force-pushed the stablize-json-unused-externs branch from c9fc53f to 8880b70 Compare April 14, 2024 21:33
@jsgf
Copy link
Contributor Author

jsgf commented Apr 14, 2024

@JohnCSimon OK I just pushed a rebase onto current master.

@jsgf
Copy link
Contributor Author

jsgf commented Apr 15, 2024

@rustbot ready

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 15, 2024
@oli-obk
Copy link
Contributor

oli-obk commented Apr 15, 2024

r? @oli-obk

@bors r+

@bors
Copy link
Contributor

bors commented Apr 15, 2024

📌 Commit 8880b70 has been approved by oli-obk

It is now in the queue for this repository.

@rustbot rustbot assigned oli-obk and unassigned cjgillot Apr 15, 2024
@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 15, 2024
@bors
Copy link
Contributor

bors commented Apr 15, 2024

⌛ Testing commit 8880b70 with merge d493fd1...

@bors
Copy link
Contributor

bors commented Apr 15, 2024

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing d493fd1 to master...

1 similar comment
@bors
Copy link
Contributor

bors commented Apr 15, 2024

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing d493fd1 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 15, 2024
@bors bors merged commit d493fd1 into rust-lang:master Apr 15, 2024
12 checks passed
@rustbot rustbot added this to the 1.79.0 milestone Apr 15, 2024
@jsgf jsgf deleted the stablize-json-unused-externs branch April 15, 2024 13:31
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (d493fd1): comparison URL.

Overall result: ❌ regressions - no action needed

@rustbot label: -perf-regression

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
0.4% [0.4%, 0.4%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 0.4% [0.4%, 0.4%] 1

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-2.1% [-2.1%, -2.1%] 1
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -2.1% [-2.1%, -2.1%] 1

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-4.8% [-9.5%, -2.1%] 3
Improvements ✅
(secondary)
-2.4% [-2.4%, -2.4%] 1
All ❌✅ (primary) -4.8% [-9.5%, -2.1%] 3

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 679.002s -> 678.734s (-0.04%)
Artifact size: 316.01 MiB -> 316.01 MiB (-0.00%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants