Skip to content

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Sep 19, 2025

🤖 New release

  • oxc_resolver: 11.8.2 -> 11.8.3
  • oxc_resolver_napi: 11.8.2 -> 11.8.3
Changelog

oxc_resolver

11.8.3 - 2025-09-20

🚜 Refactor

  • split src/cache.rs into logical modules (by @Boshen)

Contributors


This PR was generated with release-plz.

Copy link

graphite-app bot commented Sep 19, 2025

How to use the Graphite Merge Queue

Add the label merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@Boshen Boshen force-pushed the release-plz-2025-09-19T01-18-51Z branch from 1eda3df to d660c24 Compare September 19, 2025 01:20
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

❌ Patch coverage is 80.80808% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.76%. Comparing base (5cd02b9) to head (07c25a1).

Files with missing lines Patch % Lines
src/cache/cached_path.rs 88.81% 18 Missing ⚠️
src/cache/cache_impl.rs 25.00% 15 Missing ⚠️
src/cache/borrowed_path.rs 66.66% 3 Missing ⚠️
src/cache/hasher.rs 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #711      +/-   ##
==========================================
- Coverage   94.68%   93.76%   -0.93%     
==========================================
  Files          12       15       +3     
  Lines        2899     2934      +35     
==========================================
+ Hits         2745     2751       +6     
- Misses        154      183      +29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

Copy link

codspeed-hq bot commented Sep 19, 2025

CodSpeed Performance Report

Merging #711 will not alter performance

Comparing release-plz-2025-09-19T01-18-51Z (07c25a1) with main (8c74aef)1

Summary

✅ 7 untouched
⏩ 2 skipped2

Footnotes

  1. No successful run was found on main (bfa4a89) during the generation of this report, so 8c74aef was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

  2. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Boshen and others added 2 commits September 21, 2025 00:02
Split the large cache.rs file (2100+ lines) into focused, maintainable modules:

- src/cache/mod.rs - Main module with re-exports
- src/cache/cache_impl.rs - Core Cache struct and implementation
- src/cache/cached_path.rs - CachedPath and CachedPathImpl structs
- src/cache/borrowed_path.rs - BorrowedCachedPath helper for lookups
- src/cache/hasher.rs - IdentityHasher implementation
- src/cache/thread_local.rs - Thread-local storage utilities

Benefits:
- Better maintainability with clear separation of concerns
- Easier navigation and code organization
- Reduced merge conflicts for concurrent development
- Same public API with no breaking changes
- All tests continue to pass (149 tests)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Boshen Boshen force-pushed the release-plz-2025-09-19T01-18-51Z branch from d660c24 to 07c25a1 Compare September 20, 2025 16:03
@Boshen Boshen closed this Sep 20, 2025
@Boshen Boshen deleted the release-plz-2025-09-19T01-18-51Z branch October 1, 2025 16:26
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.

1 participant