Sorry If i’m not being clear. I’m referring to the situation that I tried to demonstrate at the beginning. That being the situation where three modules all have a common dependency, and I want the methods of all modules to be interoperable so that methods and objects constructed with the methods of one module can be handled by another module. Simultaneously I don’t want to achieve this by making the presence of any one of these modules necessary to use/import any of others.
hijit
18
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Dependencies of src files inside a package | 10 | 2713 | July 17, 2020 | |
| Using or import search current directory? | 68 | 1001 | December 9, 2024 | |
| What does `include` do? | 27 | 1781 | October 25, 2024 | |
| Julia Modules | 20 | 5319 | November 17, 2017 | |
| Implicitly loaded modules in the future? | 281 | 17145 | May 4, 2022 |