Claude/ci action failures 1angzz - #21
Merged
Merged
Conversation
- Collapse nested if in PathMatcher::new (clippy::collapsible_if), which failed the embeddings-feature clippy job. - Apply cargo fmt across boundaries.rs, schema.rs, watcher.rs, and watcher_integration.rs to fix the fmt --check failure in the verify job. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LjVpFGwuFdE4J3vZhSdiAC
Add FormalResolver::load_java using the official tree-sitter-stack-graphs-java crate (already version-compatible with the pinned tree-sitter-stack-graphs 0.10 and tree-sitter-java 0.23). Its bundled builtins.java ships empty like Python's originally did, so build_java_builtins_graph provides a synthetic, unpackaged java.lang stub graph — simpler than Python's <builtins>/FILE_PATH trick, since Java's own TSG rules wire an unpackaged file's top-level declarations directly to ROOT_NODE, reachable from any file's plain-identifier references. Corrects ADR-0004's claim that Java's stack-graphs.tsg has no builtins concept. Wired into both indexing entry points (run_indexing_pipeline, reindex_changed) alongside load_python/load_typescript, non-fatal on failure.
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.
No description provided.