imp
imp copied to clipboard
macro for summoning implicit values
Hi there, I just found out about this project and I find it very interesting; mostly because I didn't even know there was a runtime cost for using `implicitly` !...
While adding scala.js support, I was forced to remove the `src/main/scala_2.10` and `src/main/scala_2.11` directories. Previously we used: ``` scala unmanagedSourceDirectories in Compile += (sourceDirectory in Compile).value / s"scala_${scalaBinaryVersion.value}" ``` This...
Stephen Compall suggests that instead of returning `Ev` that the `imp` method should return `Ev with ev.type` to avoid losing refinements.
Currently the tests assume that they are run from the top-level of the repo. However, it seems like during the `release` command the tests run with a different working directory...