-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Revert "readline: add stricter validation for functions called after close #58024
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
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. |
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 🙇😢) |
Landed in b673c69 |
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 🙇