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

Change top-level ~ evaluation scheme #4822

Merged
merged 3 commits into from Jul 27, 2018

Commits on Jul 27, 2018

  1. Change top-level ~ evaluation scheme

    * top-level ~ must contain a call to a static method
      * arguments must be quoted
      * inline arguments can be passed directly
    * removed dependency on the original inlined code (removed in PostTyper)
    * ReifyQuotes is no longer an InfoTransformer
    * Splicer implements both checking and evaluation of splices in a
      single abstraction
    * Fix scala#4773
    * Fix scala#4735
    nicolasstucki committed Jul 27, 2018
    Copy the full SHA
    72370fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1308cd0 View commit details
    Browse the repository at this point in the history
  3. Rename Res to Result

    nicolasstucki committed Jul 27, 2018
    Copy the full SHA
    a17b25b View commit details
    Browse the repository at this point in the history