Hello!
Whenever I make a change in a sub-module now I have to restart the entire Julia terminal, for the change to be properly registered in the main script. Is there a way to avoid this?
I really like the module structure, so I want to keep it. Before I had everything in one file.
Kind regards
Use Revise.jl.
This tutorial might help you.
4 Likes
Exactly what I wanted thank you.
Confused this is not part of the main language, but oh well, I have my solution! ^^
Kind regards
Then you could only have new releases for it that coincides with the release schedule of the language. As it is right now, new releases can be made to it much more frequently.
2 Likes
Great point, thanks for making me aware