Skip to content

feat(async): stabilize Channel#7123

Open
tomas-zijdemans wants to merge 3 commits into
denoland:mainfrom
tomas-zijdemans:stable-channel
Open

feat(async): stabilize Channel#7123
tomas-zijdemans wants to merge 3 commits into
denoland:mainfrom
tomas-zijdemans:stable-channel

Conversation

@tomas-zijdemans
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the async label May 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.61%. Comparing base (a496da2) to head (f9cb22e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7123   +/-   ##
=======================================
  Coverage   94.61%   94.61%           
=======================================
  Files         634      634           
  Lines       51801    51802    +1     
  Branches     9329     9329           
=======================================
+ Hits        49011    49012    +1     
  Misses       2216     2216           
  Partials      574      574           

☔ 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
Copy Markdown

@fibibot fibibot left a comment

Choose a reason for hiding this comment

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

Mechanical stabilization is clean: unstable_channel.tschannel.ts rename, @experimental tags dropped on all symbols, ./channel export added to async/deno.json and mod.ts, example imports updated consistently, no stale unstable-channel references left. Test file rename mirrors the source. CI fully green.

Calling out for your timing call: the last API change to Channel was #7106 (options-bag constructor, split per-operation options) on 2026-04-27, ~16 days ago. That's the kind of bake window you held #7115 (interleave) back for, so flagging it explicitly rather than deciding for you.

PR body is empty — adding a one-liner on why the API is ready (or linking to the prior issue/PR thread) would help future readers.

Copy link
Copy Markdown

@fibibot fibibot left a comment

Choose a reason for hiding this comment

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

CI is green now, promoting prior review to APPROVE.

@fibibot
Copy link
Copy Markdown

fibibot commented May 13, 2026

@bartlomieju this is ready to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants