Skip to content

Optimize boolean operations between all, any, one, none functions#555

Merged
antonmedv merged 1 commit intoexpr-lang:masterfrom
bizywizy:optimize-all-and-all
Feb 11, 2024
Merged

Optimize boolean operations between all, any, one, none functions#555
antonmedv merged 1 commit intoexpr-lang:masterfrom
bizywizy:optimize-all-and-all

Conversation

@bizywizy
Copy link
Copy Markdown
Contributor

@bizywizy bizywizy commented Feb 9, 2024

No description provided.

@antonmedv antonmedv merged commit 3c03e59 into expr-lang:master Feb 11, 2024
@antonmedv
Copy link
Copy Markdown
Member

Apparently we have a bug here:

let arr = [1, 2];
one(arr, # == 1) && one(arr, # == 2)

@antonmedv
Copy link
Copy Markdown
Member

Reported #624

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