Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 393
    • Issues 393
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !296

Never skip past guards in pattern matching utility

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jordy Aaldering requested to merge 2398-fix-pm-skip-guards into develop Apr 10, 2024
  • Overview 3
  • Commits 1
  • Changes 2

Commented out with #if 0 so that we can easily undo this change if in the future it turns out that this introduces other problems.

Simply removed it in pattern_match_old as it is obsolete and should not be used anymore anyways. (Note however that the problem example in issue #2398 (closed) is however caused by one such function making use of this outdated pattern matching utility.)

Closes #2398 (closed)

Edited Apr 10, 2024 by Jordy Aaldering
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 2398-fix-pm-skip-guards