chore: add macOS universal-ctags v6.1.0 install script#1023
Merged
brendan-kellam merged 1 commit intomainfrom Mar 21, 2026
Merged
chore: add macOS universal-ctags v6.1.0 install script#1023brendan-kellam merged 1 commit intomainfrom
brendan-kellam merged 1 commit intomainfrom
Conversation
…tributing docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
@brendan-kellam your pull request is missing a changelog! |
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughUpdates contributor setup documentation to use pinned universal-ctags v6.1.0 instead of generic ctags, adds platform-specific installation instructions in CONTRIBUTING.md, and introduces a macOS installation shell script. Requires setting CTAGS_COMMAND environment variable after installation. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
install-ctags-macos.shto build and install universal-ctags v6.1.0 from source on macOSCONTRIBUTING.mdto replace thebrew install universal-ctagsinstruction with the new script for macOS, and adds build-from-source instructions for Linux and other platformsWhy v6.1.0?
universal-ctags 6.2.1 (the current Homebrew version) has a known incompatibility with zoekt: it emits JSON
_type: "error"warning messages about the Cargo subparser at startup when Rust is in the language list. Thego-ctagslibrary treats any_type: errorresponse as fatal, causing indexing to silently fall back to no symbol extraction. v6.1.0 is the version pinned invendor/zoekt/install-ctags-alpine.shand does not have this issue.🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores