Merged
Conversation
6
pushed a commit
that referenced
this pull request
Mar 23, 2026
…FP and doc comments Reset has_binary_op on comma at depth 0 in backward paren scan, fixing FPs where ternary ? in preceding arguments was misidentified as grouping operator (e.g., create(flag ? :x : nil, key: [...])). Add investigation doc comment for root cause #7. Remove unused found_paren_byte_col variable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> https://claude.ai/code/session_01D29TjH3pMKsAro7VqYtscb
6
added a commit
that referenced
this pull request
Mar 24, 2026
…FP and doc comments Reset has_binary_op on comma at depth 0 in backward paren scan, fixing FPs where ternary ? in preceding arguments was misidentified as grouping operator (e.g., create(flag ? :x : nil, key: [...])). Add investigation doc comment for root cause #7. Remove unused found_paren_byte_col variable. Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Mar 24, 2026
Closed
Closed
Closed
Closed
Closed
Merged
Closed
Closed
Closed
Closed
Merged
This was referenced Mar 30, 2026
Merged
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.
Summary
Auto-generated from corpus oracle run.
Tiers: Cops with any false positives across the corpus are demoted
to preview tier. Stable = 0 FP, Preview = >= 1 FP.
README: Conformance percentages and top-15 repo table updated
from latest corpus results.
Corpus report: Full 500-repo conformance breakdown at docs/corpus.md.
CI will validate the changes compile and pass tests.
🤖 Generated by corpus oracle workflow