Skip to content

Commit

Permalink
fix: remove not function that expects two arguments (#182)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: there was an accidental inclusion of a binary `not` function with unspecified behavior. This function was removed. Use the unary `not` function to return the compliment of an input argument.
  • Loading branch information
sanjibansg committed May 30, 2022
1 parent 92763ce commit e06067c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions extensions/functions_boolean.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
%YAML 1.2
---
scalar_functions:
-
name: not
description: The boolean not of a provided value.
impls:
- args:
- value: boolean
- value: boolean
return: boolean
-
name: or
description: The boolean or of two values using Kleene logic.
Expand Down

0 comments on commit e06067c

Please sign in to comment.