-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Repl command shouldn't eval ~/.ammonite/predef.sc #301
Comments
@narma it should not be the case. Mill has it's own home : Can you give a more thorough description of what you're witnessing ? (ie, minimum build file to reproduce the problem / version of mill you're using / os / commands you run ) |
Should be fine in 0.2.0. @narma may we close it? |
@Baccata I should clarify that ammonite's |
I'm not a maintainer, but I know the codebase a bit and maybe I could have helped. As @rockjam (who is a maintainer) says, this should be fixed in version >= 0.2.0. Which version are you running ? |
@Baccata we were actually talking about two different things. |
I think I'm going to call this a wontfix; Mill's Ammonite using |
My
~/.ammonite/predef.sc
is project independent file which contains imports of libraries for common daily use and it contain conflict libraries and/or versions with project libraries/versions use.Probably this behaviour should be configurable at least.
UPD: I should clarify that ammonite's
predef.sc
is used when I executemill -i module.repl
. In my scenario this is not preferred behavior. I don't want global ammonite's predef in my project's REPL.The text was updated successfully, but these errors were encountered: