Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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