-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for circular dependencies #2
Comments
@klavs do you have any insight on this? |
I do not know how to universally handle circular dependencies in a directed graph. I'd imagine user would have to define how to break the cycle so that we can figure out what's the topological order. I think lerna handles circular dependencies, there might be hints in their source code. |
https://github.com/huang12zheng/multipack I just had done a test with
# step1
# file /Users/huangzheng/.pub-cache/bin/multipack
# change to
dart "/Users/huangzheng/frontend/multipack/bin/multipack.dart" "$@"
# step2
run `multipack pubspec override` in ferry |
And, I don't know how to deal with InfoCommand |
currently, I get the following error
when running
multipack pubspec override
if I have a circular dependency.The text was updated successfully, but these errors were encountered: