-
Notifications
You must be signed in to change notification settings - Fork 533
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
sbt-missinglink complains about shapeless in Scala 2.13 #1021
Comments
But those are scala-compiler classes not shapeless classes 🤔 |
AFAIK binary compatibility is not guaranteed for the Scala compiler between patch versions. |
Right but this method |
@diesalbla is this causing a problem for your build, other than the report from sbt-missinglink? |
It looks to me as though sbt-missing link isn't aware of the internal compiler classes that shapeless uses. Does it have |
@milessabin Sorry, it has been a little while since this error first happen, and it somehow went away. For some projects, we use the missing link check as part of our code sanity checks. Could it be that |
It has just happened to me 😞 SBT 1.4.7, Scala 2.13.4, missinglink 0.3.1, shapeless 2.3.3. Solved by excluding the Shapeless from Missinglink... 😐 |
Does it also happen with 2.3.4? |
Those classes are called at compile time by macros - maybe the issue is with |
WE have a project, in which we are using several packages that depend on
shapeless
, and for which we are using the version 2.13.2 of Scala. I have analysed the build with the https://github.com/scalacenter/sbt-missinglink plugin, and running themissingLinkCheck
command I got the following messages:Has anyone seen a similar errors?
The text was updated successfully, but these errors were encountered: