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

Fix 5.37.9 breakage due to eval errors being handled consistently in modern perls. #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

demerphq
Copy link

Errors are now consistently handled in eval, regardless of count, or type of error (semantic or syntax, etc). In older perls a single syntax error would not trigger $SIG{__DIE__} for instance, nor would it exit the eval the same way as 10+ errors would. In 5.37.9 all errors are handled the same, and will trigger $SIG{__DIE__}, and output the "Execution of ... aborted due to compilation errors" message always now.

Fixes #7

EUMM gets upset because the value should be the .c file name
not undef.
Errors are now consistently handled in eval, regardless of count, or
type of error (semantic or syntax, etc). In older perls a single syntax
error would not trigger $SIG{__DIE__} for instance, nor would it exit
the eval the same way as 10+ errors would. In 5.37.9 all errors are
handled the same, and will trigger $SIG{__DIE__}.
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.

BBC: tests have started to fail with bleadperl 5.37.9
1 participant