Exporting from a nested module
|
|
1
|
389
|
September 15, 2022
|
Making types available across all submodules
|
|
7
|
382
|
September 12, 2022
|
How to export modules / packages locally?
|
|
10
|
886
|
September 1, 2022
|
How does one initialize data into a module only once?
|
|
12
|
992
|
August 29, 2022
|
Difficulties putting code in module (on an M1 machine) (pre-compilation, cfunctions, global variables)
|
|
4
|
428
|
August 12, 2022
|
Using A: B does not put in scope exported B objects
|
|
1
|
332
|
August 9, 2022
|
Setting a module global from another module
|
|
1
|
415
|
July 15, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
648
|
June 9, 2022
|
WARNING: using x.x in module Main conflicts with an existing identifier
|
|
7
|
2576
|
May 12, 2022
|
Using struct defined in a different module results in an error
|
|
3
|
743
|
March 30, 2022
|
Referencing the same module from multiple files
|
|
2
|
1203
|
March 13, 2022
|
Avoid repeating the same `using` line for enclosed modules
|
|
7
|
1276
|
March 8, 2022
|
How best to use a custom module?
|
|
18
|
3362
|
March 1, 2022
|
Subtypes (apparently) not defined within module
|
|
1
|
468
|
February 18, 2022
|
What can't figure out the .. notation in a using statement means?
|
|
6
|
532
|
February 7, 2022
|
How to share a module between several modules
|
|
12
|
795
|
January 17, 2022
|
Need help understanding best practices to organise projects with many scripts
|
|
1
|
625
|
January 11, 2022
|
Why the global variable is not updated even already initialized and included in all modules?
|
|
12
|
1054
|
August 20, 2021
|
Organization of multiple modules in same package
|
|
18
|
5158
|
May 4, 2021
|
Single module vs. submodules in a project
|
|
17
|
5279
|
February 17, 2021
|
Organizing local Julia code into modules and/or packages
|
|
7
|
1319
|
October 14, 2020
|
How to Import dependency from one file to another inside of a package?
|
|
8
|
6126
|
July 23, 2020
|
Question on package vs modules
|
|
5
|
2750
|
June 30, 2020
|
Large programs: structuring modules & include such that to increase performance and readability
|
|
14
|
4390
|
October 4, 2019
|
Pros & Cons of using modules vs plain include?
|
|
14
|
2736
|
September 8, 2018
|