Skip to content

Conversation

nicolasstucki
Copy link
Contributor

@nicolasstucki nicolasstucki commented Aug 21, 2019

Move run and Toolbox to scala.quoted.staging.

Usage

import scala.quoted.staging._

delegate for Toolbox = Toolbox.make(getClass.getClassLoader)

run {
  val expr = '{ ... }
  expr
}

@nicolasstucki nicolasstucki self-assigned this Aug 21, 2019
@nicolasstucki nicolasstucki force-pushed the factor-out-staging-from-the-core-of-scala.quoted branch 3 times, most recently from 488117c to a904dfb Compare August 21, 2019 11:02
@nicolasstucki nicolasstucki force-pushed the factor-out-staging-from-the-core-of-scala.quoted branch from a904dfb to ac55aab Compare August 21, 2019 11:43
@nicolasstucki nicolasstucki marked this pull request as ready for review August 21, 2019 12:21
Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicolasstucki nicolasstucki merged commit a14180f into scala:master Aug 22, 2019
@nicolasstucki nicolasstucki deleted the factor-out-staging-from-the-core-of-scala.quoted branch August 22, 2019 13:41
@anatoliykmetyuk anatoliykmetyuk added this to the 0.18 Tech Preview milestone Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants