deno_core icon indicating copy to clipboard operation
deno_core copied to clipboard

feat: support immediates

Open bartlomieju opened this issue 3 months ago • 2 comments
trafficstars

This commit adds support for immediates - they are run after "next ticks" but before "macrotasks"

bartlomieju avatar Aug 06 '25 07:08 bartlomieju

Codecov Report

:x: Patch coverage is 72.22222% with 5 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 80.28%. Comparing base (0c7f83e) to head (1e710fc). :warning: Report is 380 commits behind head on main.

Files with missing lines Patch % Lines
core/ops_builtin_v8.rs 50.00% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1174      +/-   ##
==========================================
- Coverage   81.43%   80.28%   -1.16%     
==========================================
  Files          97      105       +8     
  Lines       23877    27367    +3490     
==========================================
+ Hits        19445    21971    +2526     
- Misses       4432     5396     +964     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Aug 06 '25 07:08 codecov-commenter

Currently immediates don't support refing/unrefing.

bartlomieju avatar Aug 19 '25 15:08 bartlomieju

[!IMPORTANT]

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • [ ] Create PR with unit tests
  • [ ] Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot] avatar Nov 18 '25 21:11 coderabbitai[bot]