-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Project not building in IntelliJ #2559
Comments
ah. seems that scalacheck hasn't publish scalanative artifact yet. |
Yep. I've just checked and this line is to blame |
that was needed for adding a doctest, it might be possible to disable that dependency when it's on scala native. |
sorry closed by accident. |
I asked around, people have no objection if we disable scalanative until scalacheck unblocks. Anyone interested in creating a PR? |
I'll do it today evening. |
@kailuowang, ready to go. |
Scalacheck hasn't published artifact for Scala Native yet and that cause problems with indexing project in Intellij. Plan is to temporarily disable Scala Native cross project until artifact will be available at typelevel/scalacheck#396 fixes #2559
As reported on gitter the issue with IntelliJ seems to persist and unfortunately wasn't completely fixed by #2382 :(
When I clone fresh
Cats
repo and load into IntelliJ I get:It's still possible to do code, it's possible to run tests in
sbt
etc. but it's a real pain without any indexes workingThe text was updated successfully, but these errors were encountered: