-
Notifications
You must be signed in to change notification settings - Fork 110
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
problem with how file names are resolved #58
Comments
(This is on ed7dedc) |
Interesting. That commit works for me on 0.6 but not on 0.7. On 0.7 I'm using The particular line that seems to be triggering the failure appears to be the fix to #43. I'd wager it's a consequence of JuliaLang/julia#23579. |
|
Great. If you notice any problems with that branch, please do report them---that branch is the future of Revise's design, so it's great to have early testers. (I haven't merged it because the nightly builds are behind and don't have the necessary functionality yet.) |
I'm getting errors on nightly whenever I have Revise loaded and try to load something innocuous like StatsBase. As far as I can tell it's because Revise is trying to load files from the current working directory:
(omitting some deprecation warnings)
The text was updated successfully, but these errors were encountered: