docs: log #1427 as Claim 3 in why_gitgalaxy_beats_ast_here.md - #1560
Merged
Conversation
Per CLAUDE.md's standing instruction to log evidenced cases of GitGalaxy beating tree-sitter ground truth as their own dated claim. #1427 (merged #1551) is a genuinely new mechanism, distinct from the existing two claims: tree-sitter-c-sharp fails to parse valid C# 7.2+ `ref struct` syntax, and the resulting ERROR node cascade swallows unrelated real methods elsewhere in the file -- a grammar parse-error/version-gap corrupting ground truth for syntactically-unrelated code, not a dialect the grammar has no concept of (Claim 2) or a language-design absence of formal syntax (Claim 1). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
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.
Per CLAUDE.md's standing instruction to log evidenced cases of GitGalaxy beating tree-sitter ground truth as their own dated claim, rather than leaving them as a PR-body aside.
#1427 (merged in #1551 during the pool-of-5 sweep round) is a genuinely new mechanism from the existing two claims: tree-sitter-c-sharp's installed grammar fails to parse valid, modern C# 7.2+
ref structsyntax, and the resultingERRORnode cascade swallows unrelated real methods elsewhere in the file. This is a grammar parse-error/version-gap corrupting ground truth for syntactically-unrelated code -- distinct from Claim 2 (a dialect the grammar has no concept of at all, e.g. Cython) and Claim 1 (a language that structurally has no formal syntax for the signal in question).Docs only, no code behavior change (the actual fix already merged in #1551) -- adds cross-references between the doc and the audit tool's module docstring, matching the existing pattern for Claims 1 and 2.
🤖 Generated with Claude Code