-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically detect unregistered dependencies #1088
Conversation
The sandbox isolation more heavily reuses existing |
4836971
to
17046e9
Compare
Bump. What's the next step for this? |
17046e9
to
fb9307b
Compare
The purpose of these recent changes are so that we don't change the format of the Project file. I also added some basics tests |
45adf34
to
6d16af8
Compare
bors try |
tryBuild succeeded |
For packages tracking repos, this would only allow a "dependency chain length" of one, right? So if we have
where |
Implementing 8 julia packages in sync, this issue is one of the most common issues I encountered. Developing nicely separated package structure seems not easily supported by now in Julia. I checked and tried a lot and have only found complicated solutions:
all this is surprisingly tedious and as a new developer for julia at least I myself feel a bit unwelcome by this needed complexity to develop clean code. This is one of these moments where I wished I found julia 2 years later ;-) luckily all my other moments of these kind are already resolved by now (I am intensively developing julia packages since 1.5 years), so I hope this one gets similarly resolved quite soon. Being pointed to this merge request and realizing it is one year old is a bit hard for me to understand. It suggests that there already is an easy way for developers to developer new interdependent packages, but I looked hard and couldn't find anything but the above. Just to make clear, I don't have enough capacity to solve this merge request myself, because, as you can imagine, I have troubles getting my 6 or 7 interdependent julia packages to a state where I can make them public (switching from windows to mac right now brought me this issue with all its force on top of solving my own bugs and missing features) Hence I kindly want to suggest raising the priority of this pull request to high. Definitely something higher than "enhacnement". |
closing in favor of #1628 |
develop
ed packagesresolves #1005
Let us banish this issue to the past
Example: