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

fix(remove), block removal of new aspects that are used by other components #8830

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

davidfirst
Copy link
Member

Otherwise, the components that depend on these removed aspects are trying to load them, find out they don't exists, then trying to import them and throw an error "unable to import".
Because these removed aspects are new, there is no easy way to fix this. It's impossible to install them as packages.
This PR blocks it unless --force flag was used.

@davidfirst davidfirst merged commit 668e025 into master Apr 25, 2024
11 checks passed
@davidfirst davidfirst deleted the block-removal-new-aspects branch April 25, 2024 16:39
luvkapur pushed a commit that referenced this pull request May 3, 2024
…onents (#8830)

Otherwise, the components that depend on these removed aspects are
trying to load them, find out they don't exists, then trying to import
them and throw an error "unable to import".
Because these removed aspects are new, there is no easy way to fix this.
It's impossible to install them as packages.
This PR blocks it unless `--force` flag was used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants