Remove excess error from config#4151
Merged
Merged
Conversation
Earlopain
force-pushed
the
remove-excess-error
branch
2 times, most recently
from
June 29, 2026 18:01
b835b96 to
ae8cba3
Compare
Collaborator
Author
|
Hm, I thought it would be related to this, but I guess not |
Earlopain
marked this pull request as ready for review
June 29, 2026 18:01
Collaborator
Author
|
So, removing these two asserts: prism/templates/src/diagnostic.c.erb Line 448 in 880833d prism/templates/src/diagnostic.c.erb Line 458 in 880833d Resolves the error. That doesn't make a whole lot of sense to me. Do you have an idea @kddnewton? |
Earlopain
marked this pull request as draft
July 1, 2026 07:16
Collaborator
|
Looking into this now |
Collaborator
|
Proving to GCC that it's okay seemed to work (#4158) |
Collaborator
|
If you want to reopen with just removing the dead diagnostics that'd be fine |
Earlopain
force-pushed
the
remove-excess-error
branch
from
July 6, 2026 09:03
479bd64 to
ae8cba3
Compare
`ARGUMENT_BLOCK_FORWARDING` seems to have been left unused since ruby@8266572 The other I didn't find (possible I missed it)
Earlopain
force-pushed
the
remove-excess-error
branch
from
July 6, 2026 09:05
ae8cba3 to
1847189
Compare
Earlopain
marked this pull request as ready for review
July 6, 2026 09:05
Collaborator
Author
|
Weird, wish I knew why that's needed but I suppose its fine. Almost seems like a compiler bug but I'm not going to setup windows to investigate that. Thanks for handling. |
matzbot
pushed a commit
to ruby/ruby
that referenced
this pull request
Jul 6, 2026
(ruby/prism#4151) `ARGUMENT_BLOCK_FORWARDING` seems to have been left unused since ruby/prism@8266572 The other I didn't find (possible I missed it) ruby/prism@b8f076a61c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seems to have been left unused since 8266572
Now this causes build failures in windows CI, not sure why only now: