New to Julia: edit a package module without using Revise or dev #274
Replies: 3 comments 2 replies
-
You should be able to use In other words, clone This is the standard way to develop a Julia package, so its good to learn! |
Beta Was this translation helpful? Give feedback.
-
I'll convert this to a discussion since it can't be resolved by any changes to the souce code and we can continue the conversation there! |
Beta Was this translation helpful? Give feedback.
-
I have used these comments to edit some files from ClimaOcean, and written up a draft set of instructions which (after reviewing and fixing!) may make it easier for others to get started. Then again, I may have made this more complicated than it need be!!: |
Beta Was this translation helpful? Give feedback.
-
I want to edit a src file of a cloned ClimaOcean module from the rev="main" version without using Revise which requires using the dev version which is out of date.
Is there a link giving some straight forward instructions for reincluding the edited module so that it is in the standard place in the package (and not for example in Main) and not having to build a whole new environment of module dependencies for example.
How do I ensure the cloned version of the package is being used?
Thanks for your advice.
Beta Was this translation helpful? Give feedback.
All reactions