Uh oh!
There was an error while loading. Please reload this page.
buffer: truncate instead of throw when writing beyond buffer - #54524
Conversation
e785336 to
9c112d9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ronag
commented
Aug 23, 2024
#54521 is not related to this |
615fe78 to
ff17b6bCompareFast-track has been requested by @ronag. Please 👍 to approve. |
ff17b6b to
e94a7f2Comparee94a7f2 to
f6f2334Comparef6f2334 to
9b0a26aCompareavivkeller
commented
Aug 23, 2024
ronag
commented
Aug 23, 2024
Ethan-Arrowood
left a comment
There was a problem hiding this comment.
I'm okay with this, but could it be considered a major, breaking change?
ronag
commented
Aug 23, 2024
It's unbrraking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #54524 +/- ##
==========================================
- Coverage 87.34% 87.34% -0.01%
==========================================
Files 649 649 Lines 182576 182626 +50 Branches 35036 35040 +4 ==========================================
+ Hits 159467 159507 +40 - Misses 16381 16390 +9 - Partials 6728 6729 +1
|
Of course it is: the semantic of dependent APIs is changed. But the initial upper bound check introduction should not have go without being flagged as a breaking change. |
nodejs-github-bot
commented
Aug 27, 2024
nodejs-github-bot
commented
Aug 27, 2024
Landed in dd8eeec |
nodejs/node#54524 Signed-off-by: Andrew Haines <haines@cerbos.dev>
* chore(deps-dev): update development dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Revert to Node.js 22.6.0 nodejs/node#54524 Signed-off-by: Andrew Haines <haines@cerbos.dev> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Andrew Haines <haines@cerbos.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Haines <haines@cerbos.dev>
This reverts commit dd8eeec. PR-URL: nodejs#54588 Refs: nodejs#54524
Wazbat
commented
Aug 27, 2024
I'm unfamiliar with the node release process. Is there a rough estimate on when this will be released? |
RafaelGSS
commented
Aug 27, 2024
It should go out tomorrow. Follow #54560 |
Fixes: #54523Fixes: #54518 PR-URL: #54524 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
nodejs/node#54524 Signed-off-by: Andrew Haines <haines@cerbos.dev>
* chore(deps-dev): update development dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix lint errors Signed-off-by: Andrew Haines <haines@cerbos.dev> * Revert to Node.js 22.6.0 nodejs/node#54524 Signed-off-by: Andrew Haines <haines@cerbos.dev> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Andrew Haines <haines@cerbos.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Haines <haines@cerbos.dev>
Fixes: #54523