Uh oh!
There was an error while loading. Please reload this page.
Revert "readline: add stricter validation for functions called after close - #58024
Conversation
…closed" This reverts commit 8e7f32f.
Should we not try to address the shown issue instead? [Edit] I see that the validations should be reintroduced later again. I guess that's also fine if it takes too long to fix the issues. |
nodejs-github-bot
commented
Apr 25, 2025
lpinca
commented
Apr 25, 2025
Yes, the added benefit is the immediate "fix" of the flaky test (#58009). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #58024 +/- ##
=======================================
Coverage 90.27% 90.27% =======================================
Files 630 630 Lines 186158 186149 -9 Branches 36475 36477 +2 =======================================
+ Hits 168047 168054 +7 + Misses 10980 10978 -2 + Partials 7131 7117 -14
🚀 New features to boost your workflow:
|
Fast-track has been requested by @aduh95. Please 👍 to approve. |
I'm very happy to look into the underlying issue (and I will) however unfortunately I'm visiting family for easter (I'm back home early next week) so I currently don't have as much time as I'd otherwise have to look into this promptly 🥲 So instead of keeping the bug around and cause issues maybe it'd be safer/quicker to just revert the change
Not really, the issue here is that this is breaking valid usage of the REPL 😓 (see #58014 (comment))
Again I feel like this might be the most convenient solution but I am happy to proceed in any way people feel it's more appropriate here 🙂 (and again I'm very sorry for the inconvenience 🙇😢) |
nodejs-github-bot
commented
Apr 25, 2025
Landed in b673c69 |
RafaelGSS
commented
May 2, 2025
It seems this change is required or the v24 proposal fails @richardlau |
richardlau
commented
May 6, 2025
@RafaelGSS If this is about the |
This reverts commit 8e7f32f (PR #57680) since the PR is introducing an unexpected issue in the REPL, see: #58014 (comment)
Fixes#58009
Thanks a lot @lpinca for spotting the problem 🙏
Once again I'm super sorry for the inconvenience here, I'm really surprised that such an issue didn't cause any test failures 😓
I'm try to reintroduce the changes in #57680 later making sure not to break the REPL 🙇