Created
September 8, 2015 22:27
-
-
Save mpilquist/293ca08f19a911a02b3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] /Users/mpilquist/Development/projects/simulacrum/core/src/main/scala/simulacrum/typeclass.scala:58: type mismatch; | |
[error] found : String | |
[error] required: Int | |
[error] def freshName(prefix: String) = c.freshName(prefix) | |
[error] ^ | |
[error] /Users/mpilquist/Development/projects/simulacrum/core/src/main/scala/simulacrum/typeclass.scala:288: not found: value typeNames | |
[error] tparamtparams.find { _.name == typeNames.WILDCARD } match { | |
[error] ^ | |
[error] /Users/mpilquist/Development/projects/simulacrum/core/src/main/scala/simulacrum/typeclass.scala:295: not found: value typeNames | |
[error] case Ident(typeNames.WILDCARD) => super.transform(Ident(liftedTypeArgName)) | |
[error] ^ | |
[error] /Users/mpilquist/Development/projects/simulacrum/core/src/main/scala/simulacrum/typeclass.scala:385: not found: value showCode | |
[error] trace(s"Generated type class ${typeClass.name}:\n" + showCode(result.tree)) | |
[error] ^ | |
[error] four errors found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment