Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Shadows implicits defined in the same scope, using @milessabin's suggestion. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mpilquist
Copy link
Owner

Review by @milessabin and @non

@mpilquist
Copy link
Owner Author

On second thought, I'm going to reimplement the second phase with a compiler plugin to avoid need for adding plugin to compile time classpath.

@mpilquist mpilquist closed this Apr 18, 2015
@mpilquist
Copy link
Owner Author

Reopening this -- made lots of progress on porting the macro to a compiler plugin but type checking the tunneled string is eluding me for now.

@mpilquist mpilquist reopened this Apr 18, 2015
@@ -7,7 +7,7 @@ organization := "com.github.mpilquist"
name := "local-implicits"

scalaVersion := "2.11.5"
crossScalaVersions := Seq("2.10.5", "2.11.5")
crossScalaVersions := Seq("2.11.5")

Choose a reason for hiding this comment

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

Wonder if macro-compat can help here

Choose a reason for hiding this comment

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

It should do ... give it a try and feel free to make any additions to macro-compat that are needed (if any).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants