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

RT #107353 says that we need to ignore SIGWINCH #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

briandfoy
Copy link
Contributor

@briandfoy briandfoy commented Nov 7, 2022

https://rt.cpan.org/Ticket/Display.html?id=107353

The previous change only ignored WINCH if that key existed in the %SIG hash. The Changes log entry from 2.14-TRIAL noted that setting this for systems that do not support WINCH could be noisy. I'm guessing that's the old Mac OS X.

If we don't mind old things complaining, we can always set it unless something got there first.

Or, let's add some notes about what concrete problems come up when we always set it.

The previous change only ignored WINCH if that
key existed in the %SIG hash. The Changes log
entry from 2.14-TRIAL noted that setting this
for systems that do not support WINCH could be
noisy. I'm guessing that's the old Mac OS X.

If we don't mind old things complaining, we can
always set it unless something got there first.

Or, let's add some notes about what concrete problems
come up when we always set it.
@briandfoy
Copy link
Contributor Author

What needs to happen for this PR to move forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant