Modular local projects and `include(...)`
|
|
8
|
294
|
March 10, 2023
|
List of use´d or import'ed modules in a Julia session
|
|
9
|
161
|
February 14, 2023
|
I put my code into modules, much harder to develop now?
|
|
4
|
295
|
January 4, 2023
|
Purely functional modules
|
|
20
|
690
|
November 24, 2022
|
Function conflict with different signatures
|
|
5
|
174
|
October 21, 2022
|
Exporting from a nested module
|
|
1
|
165
|
September 15, 2022
|
Making types available across all submodules
|
|
7
|
165
|
September 12, 2022
|
How to export modules / packages locally?
|
|
10
|
289
|
September 1, 2022
|
How does one initialize data into a module only once?
|
|
12
|
355
|
August 29, 2022
|
Difficulties putting code in module (on an M1 machine) (pre-compilation, cfunctions, global variables)
|
|
4
|
265
|
August 12, 2022
|
Using A: B does not put in scope exported B objects
|
|
1
|
150
|
August 9, 2022
|
Setting a module global from another module
|
|
1
|
153
|
July 15, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
287
|
June 9, 2022
|
How to use local, relative modules (best practice, simple)?
|
|
14
|
814
|
May 26, 2022
|
WARNING: using x.x in module Main conflicts with an existing identifier
|
|
7
|
578
|
May 12, 2022
|
Using struct defined in a different module results in an error
|
|
3
|
270
|
March 30, 2022
|
Referencing the same module from multiple files
|
|
2
|
554
|
March 13, 2022
|
Avoid repeating the same `using` line for enclosed modules
|
|
7
|
1094
|
March 8, 2022
|
How best to use a custom module?
|
|
18
|
1615
|
March 1, 2022
|
Subtypes (apparently) not defined within module
|
|
1
|
235
|
February 18, 2022
|
What can't figure out the .. notation in a using statement means?
|
|
6
|
336
|
February 7, 2022
|
Multiple Julia processes while using Modules
|
|
5
|
364
|
January 24, 2022
|
Best practise: organising code in Julia
|
|
10
|
3005
|
January 23, 2022
|
How to share a module between several modules
|
|
12
|
507
|
January 17, 2022
|
Need help understanding best practices to organise projects with many scripts
|
|
1
|
353
|
January 11, 2022
|
Why the global variable is not updated even already initialized and included in all modules?
|
|
12
|
658
|
August 20, 2021
|
Organization of multiple modules in same package
|
|
18
|
3726
|
May 4, 2021
|
Single module vs. submodules in a project
|
|
17
|
2350
|
February 17, 2021
|
Organizing local Julia code into modules and/or packages
|
|
7
|
885
|
October 14, 2020
|
How to Import dependency from one file to another inside of a package?
|
|
8
|
4127
|
July 23, 2020
|