Skip to content

bugfix: AddUserLayer maintain ordering so layer dependencies work #6

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

Open
wants to merge 1 commit into
base: rel-v2024.2
Choose a base branch
from

Conversation

tim-shockley
Copy link

The order of adding/updating user layers does not maintain order so dependencies between the layers would cause the configuration to fail due to using 'set': add_layers = list(set(bb_layers).difference(old_layers))
ERROR: Layer XXX depends on layer YYY, but this layer is not enabled in your configuration

@Rajukumar45
Copy link
Contributor

@tim-shockley Thanks for the fix.
We fixed this issue in upcoming release of master and 2025.1 release with slightly different logic.
image

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.

2 participants