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

Improve REPL display of method types #8319

Merged
merged 1 commit into from Sep 26, 2019
Merged

Commits on Sep 12, 2019

  1. Make repl output source compatible

    ValDef repl output is source compatible
    
    Side effecting repl output is source compatible
    
    Method definition repl output is source compatible
    
    Lazy val repl output is source compatible
    
    REPL print remove comments from definitions, print macro as def
    
    also removed `= <method>` from def and `= <lazy>` from lazy val
    refactored implementation of withoutImplicit
    
    REPL print restore string2code use for types of valdefs
    
    REPL print, refactor quoted strings
    
    revert partest run/t7455 check for JDK 8
    
    REPL print, add unevaluated comment to lazy val
    bishabosha committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    11a932b View commit details
    Browse the repository at this point in the history