-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
using and include changes #12695
Comments
I know this is trying to solve #9079, but I don't love the idea of things running differently between the command line and the REPL. |
We lived fine with the behavior prior to #9079, and changing it caused way more issues than it fixed. I think avoiding loading from the current directory would be fine for now. |
I would be ok with not looking in the current directory even in the REPL or top-level of a script. With #4600 one would be able to write |
+1 to not looking in the current directory and not introducing a different behaviour at the REPL. |
Fine with me. |
Happy with this, thanks! |
Correct. |
See #9079 and #4600. The first half should be done for 0.4:
using
andimport
look in current directory only when in REPL or top-level scriptPkg.dir()
andLOAD_PATH
The second half should be explored in the next release cycle:
The text was updated successfully, but these errors were encountered: