Skip to content

Claude/ci action failures 1angzz - #21

Merged
Eilodon merged 2 commits into
mainfrom
claude/ci-action-failures-1angzz
Jul 6, 2026
Merged

Claude/ci action failures 1angzz#21
Eilodon merged 2 commits into
mainfrom
claude/ci-action-failures-1angzz

Conversation

@Eilodon

@Eilodon Eilodon commented Jul 6, 2026

Copy link
Copy Markdown
Owner

No description provided.

claude added 2 commits July 6, 2026 12:33
- 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.
@Eilodon
Eilodon merged commit 773de1b into main Jul 6, 2026
@Eilodon
Eilodon deleted the claude/ci-action-failures-1angzz branch July 6, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants