FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: remove redundant method check from iter.pipeToSync by Renegade334 · Pull Request #63099 · nodejs/node · GitHub

/ node Public

stream: remove redundant method check from iter.pipeToSync - #63099

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Renegade334:iterstream-pipetosync-deduplicate-check
May 5, 2026
Merged

stream: remove redundant method check from iter.pipeToSync#63099
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Renegade334:iterstream-pipetosync-deduplicate-check

Conversation

Copy link
Copy Markdown
Member

The presence of the writeSync method is already validated by parsePipeToArgs, as per the spec, so this is redundant.

Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/streams

Renegade334 requested a review from jasnell May 3, 2026 12:34
nodejs-github-bot added needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. labels May 3, 2026

codecov Bot commented May 3, 2026
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.65%. Comparing base (13e90d0) to head (223a970).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #63099      +/-   ##
==========================================
- Coverage   91.49%   89.65%   -1.84%     
==========================================
  Files         360      712     +352     
  Lines      151674   220507   +68833     
  Branches    23919    42281   +18362     
==========================================
+ Hits       138772   197698   +58926     
- Misses      12625    14658    +2033     
- Partials      277     8151    +7874     
Files with missing lines Coverage Δ
lib/internal/streams/iter/pull.js 85.16% <100.00%> (+0.24%) ⬆️

... and 475 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.

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels May 4, 2026
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 4, 2026

Copy link
Copy Markdown
Collaborator

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

Copy link
Copy Markdown
Collaborator

Renegade334 added the commit-queue Add this label to land a pull request using GitHub Actions. label May 4, 2026
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 5, 2026
nodejs-github-bot merged commit 6df4f7b into nodejs:main May 5, 2026
91 of 92 checks passed

Copy link
Copy Markdown
Collaborator

Landed in 6df4f7b

Renegade334 deleted the iterstream-pipetosync-deduplicate-check branch May 5, 2026 13:04
aduh95 pushed a commit that referenced this pull request May 5, 2026
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
PR-URL: #63099
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 pushed a commit to aduh95/node that referenced this pull request Jul 30, 2026
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
PR-URL: nodejs#63099
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 pushed a commit that referenced this pull request Aug 6, 2026
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
PR-URL: #63099
Backport-PR-URL: #64675
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL