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 disabled dependencies variable substitutions #575

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

jkloetzke
Copy link
Member

No description provided.

If a dependency is disabled, all other variable substitutions in this
dependency shall be skipped. That has been the case already, except the
dependency name itself. Unfortunately, just moving the condition check
to the front is not sufficient because it is allowed to name disabled
dependencies in provideDeps. So we do the name substitution anyway but
will ignore a failure if the dependency shall be skipped.
@jkloetzke jkloetzke merged commit d59abec into BobBuildTool:master Jul 9, 2024
9 checks passed
@jkloetzke jkloetzke deleted the fix-disabled-dep-subst branch July 9, 2024 19:04
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.

1 participant