I am starting to work on a package, but I've run into a very mundane problem: I can't figure out how to reload functions after editing.
The first time I load the package with
using <package>
I discover a bug, fix it and run
reload("<package>")
But I still get the same error.
If I exit Julia, start it again and load the package the error is (of
course) gone.
What am I missing?
Thanks,
Robert
