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

Ammonite repl makes an error if adding scalaz library #3

Open
kyagi opened this issue Feb 4, 2018 · 0 comments
Open

Ammonite repl makes an error if adding scalaz library #3

kyagi opened this issue Feb 4, 2018 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@kyagi
Copy link
Owner

kyagi commented Feb 4, 2018

This change makes ammonite repl makes an error as follows:

$ docker build .
(... snip ...)
Successfully built d04cd5435f42

$ docker run -it d04cd5435f42 rod scala
Loading...
Welcome to the Ammonite Repl 1.0.3
(Scala 2.12.4 Java 1.8.0_151)
If you like Ammonite, please support our development at www.patreon.com/lihaoyi
@ import scalaz._
import scalaz._

@ val s = "hello"
cmd1.sc:123: object ? is not a member of package scalaz
import _root_.scalaz.{
       ^
Compilation Failed

@ exit
cmd1.sc:123: object ? is not a member of package scalaz
import _root_.scalaz.{
       ^
Compilation Failed

@ Bye!
@kyagi kyagi self-assigned this Feb 4, 2018
@kyagi kyagi added the help wanted Extra attention is needed label Feb 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant