Uh oh!
There was an error while loading. Please reload this page.
lib: the REPL should survive deletion of Array.prototype methods - #31457
Conversation
Specifically, `delete Array.prototype.lastIndexOf` immediately crashes the REPL, as does deletion of a few other Array prototype methods.
addaleax
left a comment
There was a problem hiding this comment.
Looks like this needs a rebase?
This comment has been minimized.
This comment has been minimized.
ljharb
commented
Jan 22, 2020
Rebased, and added a bunch of other primordials I found when poking around the repl. |
Uh oh!
There was an error while loading. Please reload this page.
44f2d96 to
418352dCompareljharb
commented
Jan 22, 2020
Not sure why the python tests are failing :-/ |
richardlau
commented
Jan 22, 2020
For the same reason Travis is failing; there are several failing repl tests. |
This comment has been minimized.
This comment has been minimized.
c1219b5 to
907de90Compareljharb
commented
Jan 23, 2020
alright, got tests passing :-D this is ready for any additional/final/repeat reviews, and is ready to land whenever it's allowed to! |
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Trott
commented
Jan 23, 2020
I took the liberty of adding a test. Hope that's OK. (It's in a separate commit so it is easy to rebase out.) |
nodejs-github-bot
commented
Jan 23, 2020
Uh oh!
There was an error while loading. Please reload this page.
f523136 to
12756b9Comparenodejs-github-bot
commented
Dec 28, 2020
Uh oh!
There was an error while loading. Please reload this page.
jasnell
commented
Jan 25, 2021
Removed the "Author Ready" given @BridgeAR's request changes on this. |
ljharb
commented
Jan 25, 2021
jasnell
commented
Jan 25, 2021
I'd just give it a couple more days, then if there's no response the objection can likely be cleared |
Uh oh!
There was an error while loading. Please reload this page.
avivkeller
commented
Apr 21, 2024
Hi! It's been a few years since any activity on this PR. If you're still interested in pursuing this, I suggest verifying that everything is still in working order after the long delay. Otherwise, you can always close the PR. Nonetheless, your contribution is greatly appreciated!
@nodejs/repl |
ljharb
commented
Sep 6, 2024
It's been rebased, I assume after 3 years the objection can be promptly cleared, and this can be landed? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #31457 +/- ##
==========================================
- Coverage 88.06% 88.06% -0.01%
==========================================
Files 651 651 Lines 183386 183387 +1 Branches 35800 35805 +5 ==========================================
- Hits 161504 161495 -9 - Misses 15159 15160 +1 - Partials 6723 6732 +9
|
aduh95
commented
Sep 7, 2024
It's been 1321 days since #31457 (comment), which is more than 7 days. @BridgeAR I'm dismissing your request for changes as I believe it's been addressed, but do not hesitate to re-review. node/doc/contributing/collaborator-guide.md Lines 162 to 166 in 27f1306 |
nodejs-github-bot
commented
Sep 7, 2024
jasnell
commented
Sep 8, 2024
PR is currently blocked from landing due to unreliable CI |
nodejs-github-bot
commented
Sep 8, 2024
nodejs-github-bot
commented
Sep 11, 2024
nodejs-github-bot
commented
Sep 17, 2024
nodejs-github-bot
commented
Sep 17, 2024
Landed in 7014e50 |
Specifically,
delete Array.prototype.lastIndexOfimmediately crashes the REPL, as does deletion of a few other Array prototype methods.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes