Skip to content

Instantly share code, notes, and snippets.

@rgladwell
Created April 12, 2018 14:57
Show Gist options
  • Save rgladwell/384a9113c3ea6e8fca88c83545237793 to your computer and use it in GitHub Desktop.
Save rgladwell/384a9113c3ea6e8fca88c83545237793 to your computer and use it in GitHub Desktop.
[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