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

REPL summarizes warnings #7756

Merged
merged 2 commits into from
Feb 3, 2020
Merged

REPL summarizes warnings #7756

merged 2 commits into from
Feb 3, 2020

Commits on Feb 2, 2020

  1. REPL summarizes warnings

    Emit the summary after successful parse in case
    "there were deprecations".
    
    To reduce repetitive parser warnings on multiline
    input, only reset the reporter after a final parse
    and also after final compilation result (a result
    that is not incomplete, but may represent either
    a compile error or success).
    
    The underlying global compiler will also reset
    the reporter before compilation of repl artifacts.
    som-snytt committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    0e6426d View commit details
    Browse the repository at this point in the history
  2. Add repl test

    som-snytt committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    c75af77 View commit details
    Browse the repository at this point in the history