docs(changelog): add Objective-C indexing entry (#165)#429
Merged
Conversation
Covers #165: tree-sitter-objc extractor for .m / .mm / content-sniffed .h, with full multi-part selectors, @protocol nodes, @Property, message expression call edges, extends/implements edges. Validated on AFNetworking / RestKit / Texture. Disclosed limitations match the README's 'Partial support' note (categories produce duplicate class nodes per category file; .mm ObjC++ parses incompletely under the ObjC grammar; mixed Swift/ObjC bridging out of scope, tracked separately). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Adds a user-facing entry to
CHANGELOG.md[Unreleased]for theObjective-C indexing support merged in #165. Matches the verbose style
of the surrounding daemon + staleness-banner entries.
Body covers what files index now (.m, .mm, content-sniffed .h), what
extracts (classes, @protocol, multi-keyword selectors, @Property, #import,
message-send call edges, extends/implements edges), the validation
evidence (AFNetworking / RestKit / Texture — 100%/99.6%/100% file
coverage), and the disclosed limitations from the PR (categories
duplicate, [Class alloc] no instantiates, .mm ObjC++ may parse
incompletely, mixed Swift/ObjC bridging out of scope).
🤖 Generated with Claude Code