-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs: acknowledge signal
option in filehandle.createReadStream()
#55148
fs: acknowledge signal
option in filehandle.createReadStream()
#55148
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55148 +/- ##
==========================================
- Coverage 88.25% 88.24% -0.01%
==========================================
Files 651 651
Lines 183898 183937 +39
Branches 35860 35860
==========================================
+ Hits 162298 162316 +18
- Misses 14893 14908 +15
- Partials 6707 6713 +6 |
Do we know when was this added? If so, could we add an entry in the YAML list? |
AFAICT it supported |
Commit Queue failed- Loading data for nodejs/node/pull/55148 ✔ Done loading data for nodejs/node/pull/55148 ----------------------------------- PR info ------------------------------------ Title fs: acknowledge `signal` option in `filehandle.createReadStream()` (#55148) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch LiviaMedeiros:fs-acknowledge-createReadStream-signal -> nodejs:main Labels doc, fs, test, author ready, needs-ci Commits 2 - fs: acknowledge `signal` option in `filehandle.createReadStream()` - squash: add more tests Committers 1 - LiviaMedeiros <[email protected]> PR-URL: https://github.com/nodejs/node/pull/55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 28 Sep 2024 05:27:39 GMT ✔ Approvals: 2 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/55148#pullrequestreview-2335388551 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/55148#pullrequestreview-2335904986 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-09-30T08:51:49Z: https://ci.nodejs.org/job/node-test-pull-request/62851/ - Querying data for job/node-test-pull-request/62851/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 55148 From https://github.com/nodejs/node * branch refs/pull/55148/merge -> FETCH_HEAD ✔ Fetched commits as 6b9413e41add..39bcf3c8fdaf -------------------------------------------------------------------------------- Auto-merging doc/api/fs.md [main fc83f845e1] fs: acknowledge `signal` option in `filehandle.createReadStream()` Author: LiviaMedeiros <[email protected]> Date: Sat Sep 28 13:20:24 2024 +0800 2 files changed, 20 insertions(+) [main e8f99e9707] squash: add more tests Author: LiviaMedeiros <[email protected]> Date: Sun Sep 29 01:31:25 2024 +0800 1 file changed, 53 insertions(+) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4)https://github.com/nodejs/node/actions/runs/11156869043 |
Landed in 36ca010 |
PR-URL: #55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs#55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
filehandle.createReadStream({ signal })
is supported but it was not documented nor tested.