Skip to content
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

uninstall -f -all does not seem to do it in an intelligent order #584

Open
SCanzano opened this issue Oct 15, 2024 · 1 comment
Open

uninstall -f -all does not seem to do it in an intelligent order #584

SCanzano opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working customer

Comments

@SCanzano
Copy link

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.

@isc-kiyer
Copy link
Collaborator

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

@isc-tleavitt isc-tleavitt added bug Something isn't working customer labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer
Projects
None yet
Development

No branches or pull requests

3 participants