Created
April 12, 2018 14:57
-
-
Save rgladwell/384a9113c3ea6e8fca88c83545237793 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
[info] /Users/ricardo/Projects/microtesia/src/test/scala/microtesia/formats/CaseClassFormatSpec.scala:15:36: shapeless.this.DefaultSymbolicLabelling.<mkDefaultSymbolicLabelling: error> is not a valid implicit value for shapeless.DefaultSymbolicLabelling.Aux[Person,K] because: | |
[info] hasMatchingSymbol reported error: macro implementation not found: mkDefaultSymbolicLabelling | |
[info] (the most common reason for that is that you cannot use macro implementations in the same compilation run that defines them) | |
[info] val generic = LabelledGeneric[Person] | |
[info] ^ | |
[info] /Users/ricardo/Projects/microtesia/src/test/scala/microtesia/formats/CaseClassFormatSpec.scala:15:36: shapeless.this.LabelledGeneric.materializeCoproduct is not a valid implicit value for shapeless.LabelledGeneric[Person] because: | |
[info] hasMatchingSymbol reported error: could not find implicit value for parameter lab: shapeless.DefaultSymbolicLabelling.Aux[Person,K] | |
[info] val generic = LabelledGeneric[Person] | |
[info] ^ | |
[info] /Users/ricardo/Projects/microtesia/src/test/scala/microtesia/formats/CaseClassFormatSpec.scala:15:36: shapeless.this.DefaultSymbolicLabelling.<mkDefaultSymbolicLabelling: error> is not a valid implicit value for shapeless.DefaultSymbolicLabelling.Aux[Person,K] because: | |
[info] error typechecking implicit candidate | |
[info] val generic = LabelledGeneric[Person] | |
[info] ^ | |
[info] /Users/ricardo/Projects/microtesia/src/test/scala/microtesia/formats/CaseClassFormatSpec.scala:15:36: shapeless.this.LabelledGeneric.materializeProduct is not a valid implicit value for shapeless.LabelledGeneric[Person] because: | |
[info] hasMatchingSymbol reported error: could not find implicit value for parameter lab: shapeless.DefaultSymbolicLabelling.Aux[Person,K] | |
[info] val generic = LabelledGeneric[Person] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment