-
Notifications
You must be signed in to change notification settings - Fork 138
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 imports are available in scala
SIP command.
#1678
Comments
Thanks for reporting! Should we drop ammonite imports altogether? It's always better to have one way of doing things. We could do 0.2.0 with that change |
I agree that we should not support ammonite imports. Maybe we could have a scalafix rule that would migrate from ammonite to scala-cli? |
We could have a warning plus actionable diagnostics for the 0.2.x version. What does everyone else think? |
I don’t think this is useful for the |
After further discussion support for |
Version(s)
0.1.18
Describe the bug
I can use ammonite imports when scala-cli is run under the SIP
scala
command modeTo Reproduce
compile above with
scala
commandExpected behaviour
no special handling for
import $ivy
andimport $dep
The text was updated successfully, but these errors were encountered: