Skip to content

Override flavor sources in the given order#57

Open
Cazacu Tudor (cazacutudor) wants to merge 1 commit into
willowtreeapps:masterfrom
cazacutudor:fix-properties-flavors
Open

Override flavor sources in the given order#57
Cazacu Tudor (cazacutudor) wants to merge 1 commit into
willowtreeapps:masterfrom
cazacutudor:fix-properties-flavors

Conversation

@cazacutudor
Copy link
Copy Markdown
Contributor

The problem:
If you have an flavor defined with 2 or more sources, they will be override in reverse direction those given. So source2 will be override by source1, what is confusing for the users.

flavors:
 flavor_name:
    src:
      - source1
      - source2

This pull request will doing flavor source overrides in the given order.

Copy link
Copy Markdown
Contributor

@slheavner Sam Heavner (slheavner) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, sorry for the slow response!

I'm totally for this change, for some reason it made sense to me for reverse order, idk why 😆

Would you mind adding a configuration flag for backwards compatibility? It's fine if not reverse is the default

@cazacutudor
Copy link
Copy Markdown
Contributor Author

Hi Sam Heavner (@slheavner), i'm not sure why we still want to support the reversed version ?

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