-
-
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
Allow use of a url and subdir in [sources] #4039
base: master
Are you sure you want to change the base?
Conversation
Monorepos exist, so we shouldn't complain when somebody tries to combine the url and subdir parameters.
This might be all that is needed but would be good with a test to confirm. |
I notice in the tests in |
duplicate of #3826? |
Huh, looks a bit like it. I assumed no fix was around from the state of #4026. |
It would be good to get a fix into 1.11.2 if possible. If sorting out the test is the main blocker, can't we grab this for now and add a test later: it's not like it will make the current situation (not working at all) any worse. #3826 also includes this fix, but it's marked as WIP. |
I don't think we should merge without tests of some sort. The docs also need updating https://pkgdocs.julialang.org/dev/toml-files/#The-[sources]-section |
That's an idea, I'll try using something from the |
Monorepos exist, so we shouldn't complain when somebody tries to combine the url and subdir parameters.
I think this is all that's needed to close #4026. These additions are just from looking through #3783 for suspicious omissions.