Skip to content

Instantly share code, notes, and snippets.

@mpilquist
Created September 8, 2015 22:27
Show Gist options
  • Save mpilquist/293ca08f19a911a02b3d to your computer and use it in GitHub Desktop.
Save mpilquist/293ca08f19a911a02b3d to your computer and use it in GitHub Desktop.
[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