Skip to content

fix(resolve): avoid cloning snapshot nodes during resolution - #242

Merged
sunerpy merged 1 commit into
mainfrom
codex/resolve-shared-snapshot-nodes
Aug 27, 2026
Merged

fix(resolve): avoid cloning snapshot nodes during resolution#242
sunerpy merged 1 commit into
mainfrom
codex/resolve-shared-snapshot-nodes

fix(resolve): avoid cloning snapshot nodes during resolution

7e18405
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2026 in 0s

95.36% (target 95.00%)

View this Pull Request on Codecov

95.36% (target 95.00%)

Details

Codecov Report

❌ Patch coverage is 99.34426% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/codegraph-resolve/src/import_resolver.rs 95.91% 2 Missing ⚠️

Impacted file tree graph

@@           Coverage Diff            @@
##             main     #242    +/-   ##
========================================
  Coverage   95.36%   95.36%            
========================================
  Files         141      141            
  Lines       79452    79602   +150     
========================================
+ Hits        75767    75915   +148     
- Misses       3685     3687     +2     
Files with missing lines Coverage Δ
crates/codegraph-resolve/src/context.rs 98.58% <100.00%> (+0.10%) ⬆️
crates/codegraph-resolve/src/frameworks/godot.rs 87.69% <100.00%> (+0.10%) ⬆️
crates/codegraph-resolve/src/frameworks/nestjs.rs 98.99% <100.00%> (ø)
crates/codegraph-resolve/src/frameworks/react.rs 95.00% <100.00%> (ø)
crates/codegraph-resolve/src/frameworks/tauri.rs 93.17% <100.00%> (ø)
crates/codegraph-resolve/src/frameworks/vue.rs 99.35% <100.00%> (ø)
crates/codegraph-resolve/src/name_matcher.rs 97.59% <100.00%> (+<0.01%) ⬆️
crates/codegraph-resolve/src/resolver.rs 97.14% <100.00%> (+<0.01%) ⬆️
crates/codegraph-resolve/src/snapshot_context.rs 98.02% <100.00%> (+0.17%) ⬆️
crates/codegraph-resolve/src/types.rs 100.00% <100.00%> (ø)
... and 1 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.