Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,167
    • Issues 4,167
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !6442

while: Fix regression in condition evaluation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alex Turbov requested to merge zaufi/cmake:bug/22524 into master Aug 09, 2021
  • Overview 9
  • Commits 6
  • Pipelines 13
  • Changes 10

As reported in BUG #22524 (closed), mismatched parenthesis reported differently for while() and if().

The problem was in the double loop (over "handlers" and the arguments), where the outer loop didn't check the result of the running handler.

Fixes: #22524 (closed)
Topic-rename: while-regression

Edited Aug 10, 2021 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bug/22524