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 variable value regexp and add test #1530

Merged
merged 5 commits into from
Nov 6, 2020

Conversation

andreeis
Copy link
Contributor

@andreeis andreeis commented Nov 6, 2020

This fixes #1525 and #1526.

When '?' was missing from the regexp, using variables in settings or kits (any of our supported variables) was fine as long as there was one. The problem we found was when more than one variable would be used on the same line. The one scenario added to the kits test is enough to cover this problem.

@andreeis andreeis merged commit d01d136 into develop Nov 6, 2020
@andreeis andreeis deleted the dev/andris/cmake_tools/FixVariableValueRegexp branch November 6, 2020 20:59
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

${variant:targetVariant} is not expanded properly since v1.5
2 participants