|
|
|
|
|
by borodi
1038 days ago
|
|
I do believe this is an issue of not having explicit dependencies. Julia takes the approach of, we build and ship everything for every OS, which means Pkg (the package manager) knows about binary dependencies as well. Making things more reproducible in language |
|
I'm not aware of any language ecosystem package managers taking similar measures to ensure that dependency declarations in their packages are complete.