Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test TcA[List[Int]] #1

Open
DmytroMitin opened this issue Jun 20, 2020 · 0 comments
Open

Fix test TcA[List[Int]] #1

DmytroMitin opened this issue Jun 20, 2020 · 0 comments

Comments

@DmytroMitin
Copy link
Owner

DmytroMitin commented Jun 20, 2020

In 2.11 fails with

[error] /home/travis/build/DmytroMitin/export-hook/core/src/test/scala/export/exporttests.scala:125: ambiguous implicit values:
[error]  both method hnil in object DerivedTcA of type => deriver.DerivedTcA[shapeless.HNil]
[error]  and method hcons in object DerivedTcA of type [H, T <: shapeless.HList](implicit hd: shapeless.Lazy[tca.TcA[H]], implicit tl: shapeless.Lazy[deriver.DerivedTcA[T]])deriver.DerivedTcA[shapeless.::[H,T]]
[error]  match expected type deriver.DerivedTcA[?]
[error]     assert(TcA[List[Int]].describe === "Instantiate Default TcA1[F]")
[error]                                    ^

https://travis-ci.org/github/DmytroMitin/export-hook/jobs/700407066

In 2.13 fails with stackoverflow

https://travis-ci.org/github/DmytroMitin/export-hook/jobs/700407068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant