You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uninstall -f -all it does not seem like they are being installed in an intelligent order especially as it pertains to module dependencies.
We have module A which is our bootstrap that all ofther modules depend on.
If we uninstall module H it will uninstall module A before doing B,C,D etc.
Some of our classes in B thru H implement ClassProjections and as part of deleting the classes in module B thru H it calls %RemoveProject but %RemoveProject was part of module A.
The text was updated successfully, but these errors were encountered:
I have also experienced this issue multiple times. Likely a bug in the way in which all dependency graphs are merged together or processing of it to determine the correct order in which to uninstall
when performing
uninstall -f -all it does not seem like they are being installed in an intelligent order especially as it pertains to module dependencies.
We have module A which is our bootstrap that all ofther modules depend on.
If we uninstall module H it will uninstall module A before doing B,C,D etc.
Some of our classes in B thru H implement ClassProjections and as part of deleting the classes in module B thru H it calls %RemoveProject but %RemoveProject was part of module A.
The text was updated successfully, but these errors were encountered: