Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Merge requests
  • !579

fix wp_bind with empty context

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ralf Jung requested to merge ralf/wp-bind-empty into master Nov 09, 2020
  • Overview 4
  • Commits 3
  • Pipelines 0
  • Changes 3

Replace a || by first [ .. ] to avoid the implicit progress on the LHS of ||.

There are quite a few other || left in this file; I did not audit them, but this one stood out:

Ltac wp_value_head :=
  first [eapply tac_wp_value || eapply tac_twp_value].

That's probably a typo?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ralf/wp-bind-empty