-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compiler plugins #20
base: master
Are you sure you want to change the base?
Compiler plugins #20
Conversation
Can now compile projects with kind-projector enabled.
Wow, is someone actually thinking about using this?!? @puffnfresh The travis build is failing, is that expected? |
@puffnfresh Also do you want to be a contributor on the project? |
I'm not sure why Travis is failing 😿 |
@puffnfresh Travis is currently building with 2.10. Worth trying to bump to 2.11? |
@charleso as an sbt plugin for 0.13, doesn't it have to use Scala 2.10? |
@puffnfresh Managed to reproduce with jdk1.7.0_76 (worked fine with jdk1.8.0_92 though). Does that give you anything to go by? |
Right, scalaz 7.3.0-M3 compiled with 1.6 bytecode, but depends on 1.8 classes: Sigh. It's almost ironic. :( I don't mind if you want to fix the build to use Java 8, or use an older scalaz. |
Fixes #19