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

Some imports fail on the first attempt #484

Closed
cb372 opened this issue Oct 12, 2016 · 2 comments
Closed

Some imports fail on the first attempt #484

cb372 opened this issue Oct 12, 2016 · 2 comments

Comments

@cb372
Copy link

cb372 commented Oct 12, 2016

Importing seems to fail once with the following error, and work fine if you try again.

$ amm
Loading...
Welcome to the Ammonite Repl 0.7.7
(Scala 2.11.8 Java 1.8.0_101)
@ import $ivy.`org.typelevel::cats-core:0.7.2`
import $ivy.$
@ import cats.Traverse
cmd1.sc:1: package cats contains object and package with same name: implicits
one of them needs to be removed from classpath
import cats.Traverse
       ^
Compilation Failed
@ import cats.Traverse
import cats.Traverse
@

The cats-core lib and all its dependencies were already in my Ivy cache, in case that matters.

@lihaoyi
Copy link
Member

lihaoyi commented May 20, 2017

Seems to have gone away after 662859f

@lihaoyi lihaoyi closed this as completed May 20, 2017
@lihaoyi
Copy link
Member

lihaoyi commented May 21, 2017

http://www.lihaoyi.com/Ammonite/#0.9.0 is out

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

3 participants
@cb372 @lihaoyi and others