Skip to content
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

Extended logging for debugging readline failures. #4722

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Aug 9, 2021

No description provided.

@ioquatix ioquatix requested a review from aycabta August 9, 2021 02:50
@@ -496,7 +496,8 @@ def test_interrupt_in_other_thread
begin
Thread.new{
trap(:INT) {
p :INT
puts 'TRAP'
$stdout.flush
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aycabta I wonder if there is some problem here. I noticed that #flush was necessary to make it pass locally. I wonder if this is part of the problem we are seeing on Readline 7.0.

@ioquatix ioquatix merged commit 6f6a84f into ruby:master Aug 9, 2021
@ioquatix ioquatix deleted the readline-extended-logging branch August 9, 2021 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant