We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The documentation have been corrected in #28644. For reloading code automagically I can highly recommend Revise.jl.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: