Skip to content

made evaluate method exported#55

Open
AndrewChubatiuk wants to merge 1 commit intohashicorp:mainfrom
AndrewChubatiuk:make-evaluate-method-exported
Open

made evaluate method exported#55
AndrewChubatiuk wants to merge 1 commit intohashicorp:mainfrom
AndrewChubatiuk:make-evaluate-method-exported

Conversation

@AndrewChubatiuk
Copy link

PR makes evaluate method exported to allow evaluation of different parts of already parsed expression.
E.g: with data{A: "a", B: ""} want to transform

Or {
  Is Not Empty {
    Selector: A
  }
  And {
    Is Empty {
      Selector: A
     }
     Is Not Empty {
      Selector: B
     }
   }
 }

into

Is Not Empty {
  Selector: A
}

@AndrewChubatiuk AndrewChubatiuk requested review from a team, claire-labry and dekimsey and removed request for a team November 18, 2023 17:42
@hashicorp-cla
Copy link

hashicorp-cla commented Nov 18, 2023

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes


Andrew Chubatiuk seems not to be a GitHub user.
You need a GitHub account to be able to sign the CLA.
If you have already a GitHub account, please add the email address used for this commit to your account.

Have you signed the CLA already but the status is still pending? Recheck it.

@dekimsey dekimsey requested review from a team and removed request for claire-labry and dekimsey May 20, 2025 15:39
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.

2 participants