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

RFC: add the ability to disable syntax deprecation warnings #9294

Merged
merged 1 commit into from
Dec 15, 2014

Commits on Dec 15, 2014

  1. Add the ability to disable deprecation warnings with a cmd line switch

    The `--depwarn={yes|no}` flag turns on/off method warnings and deprecated syntax warnings
    in the parser.
    
    (unexported) `compileropts()` method added to retrieve the
    compileropts struct from libjulia.
    
    (unexported) `syntax_deprecation_warnings(::Bool)` method added to
    turn off syntax deprecation warnings in the parser at runtime.
    the method returns the previous syntax deprecation warning state.
    
    add NEWS entry and update docs for command line switches
    jakebolewski committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    4d38dc3 View commit details
    Browse the repository at this point in the history