-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support for dependencies on different versions of the same package #144
Comments
I don't have a problem with that changing 3-4 repositories to a certain branch and then when done executing |
How do you see ideal workflow in you case? |
Ideal workflow:
But there are also pitfalls here... |
How would you commit/push changes in these concrete versions? How would you deal with pull requests that depend on each other? |
These are the details that need to be understood in advance. The number of packages is growing. Manual version resolving might be hell in the future. |
There should not be too many inter-dependencies in the future. |
Now the tool is usable for work, because many packages are in dev status.
But let's imagine the following situation after the packages are released:
But the tool only installs one version of the X package and creates symlinks for one version. Manual version control with so many repositories can be very tedious...
I currently have no solutions for this problem. But we need to think about this beforehand.
The text was updated successfully, but these errors were encountered: