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

Stop installing a global __WARN__ handler at BEGIN time #2

Merged
merged 1 commit into from
Sep 8, 2021

Commits on Jan 3, 2014

  1. Stop installing a global __WARN__ handler at BEGIN time

    Installing a global __WARN__ handler when the package is loaded causes
    extremely surprising action at a distance, particularly as no attempt is
    made to call the previous __WARN__ handler, if it existed.
    
    Limit the scope of the warn handler to the single block which might
    cause the warnings.
    alexmv committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    666ffc9 View commit details
    Browse the repository at this point in the history