DmytroMitin / AUXify

Introduces macro/meta annotations @ aux, @ self, @ instance, @ apply, @ delegated, @ syntax and String-based type class LabelledGeneric
Apache License 2.0
28 stars 3 forks source link

symbolToString fails in 2.10 #32

Closed DmytroMitin closed 4 years ago

DmytroMitin commented 4 years ago

https://travis-ci.org/github/DmytroMitin/AUXify/jobs/695723076

[error] /home/travis/build/DmytroMitin/AUXify/shapeless/src/test/scala/com/github/dmytromitin/auxify/shapeless/StringSymbolTest.scala:27:46: could not find implicit value for parameter witness: shapeless.Witness.Aux[S1]
[error]     sameTyped[Witness.`"a"`.T](symbolToString('a))("a".narrow) should be (())
[error]                                              ^
[error] one error found