|
|
|
|
|
by hsn915
1770 days ago
|
|
I don't really know .. these are just guesses: - I think it will not support any platform that is less than 64 bits. - I think the preferred way will be to explicitly host the dependency in your repository. What ever the language does to help with dependency management will probably be geared towards that direction. Code bases are expected to be self contained. Once you checkout the code from your version control system, you should not need to download an additional thing from the internet to build. That said, there is a video where Jon talked at length about his plans for dependency management, but it was more of an information discussion than a concrete plan. It is from 3 years ago (2018.01) https://www.youtube.com/watch?v=3TwEaRZ4H3w |
|