Skip to content

Conversation

bartlomieju
Copy link
Member

@bartlomieju bartlomieju commented Sep 17, 2025

Adjusts inspector API usage to changes from denoland/rusty_v8#1853.

The main change is Rc<JsRuntimeInspector> instead of Rc<RefCell<JsRuntimeInspector>>.

Copy link
Member

@nathanwhit nathanwhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 48.70466% with 99 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.62%. Comparing base (0c7f83e) to head (578f2fc).
⚠️ Report is 340 commits behind head on main.

Files with missing lines Patch % Lines
core/inspector.rs 49.46% 94 Missing ⚠️
core/runtime/jsruntime.rs 33.33% 4 Missing ⚠️
dcore/src/inspector_server.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1196      +/-   ##
==========================================
- Coverage   81.43%   79.62%   -1.82%     
==========================================
  Files          97      100       +3     
  Lines       23877    25783    +1906     
==========================================
+ Hits        19445    20530    +1085     
- Misses       4432     5253     +821     

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

@bartlomieju bartlomieju enabled auto-merge (squash) September 19, 2025 22:21
@bartlomieju bartlomieju merged commit 2ef4d68 into denoland:main Sep 19, 2025
18 checks passed
@bartlomieju bartlomieju deleted the inspector_changes branch September 19, 2025 22:32
bartlomieju added a commit to denoland/deno that referenced this pull request Sep 20, 2025
Ref denoland/deno_core#1196

There are no functional changes in this PR - just adjusting
to the API change.
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.

4 participants