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

reload() function not defined in Julia 1.0.0 #29195

Closed
gregorydavidmartinez opened this issue Sep 14, 2018 · 1 comment
Closed

reload() function not defined in Julia 1.0.0 #29195

gregorydavidmartinez opened this issue Sep 14, 2018 · 1 comment

Comments

@gregorydavidmartinez
Copy link

I'm trying to reload a module after I made a few changes. In the manual it say to use the "reload("Module")" function, but when I try it I get:

ERROR: UndefVarError: reload not defined

@fredrikekre
Copy link
Member

The documentation have been corrected in #28644. For reloading code automagically I can highly recommend Revise.jl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants