Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Length and Contain constraints support for Array added #280

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

orangepigment
Copy link
Contributor

Part of #279

I have added support of Length and Contain constraints for Arrays and update the docs of these constraints.

I have troubles with ForAll and other constraints checks if collection elements satisfy a constraint due to Array requiring a ClassTag for elements and therefore a problem with converting elements to expressions.

Are you okay with a patch covering just a part of the original issue?

Copy link
Owner

@Iltotore Iltotore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello and sorry for the delay! I was a bit busy.

Yes I'm fine with this change. I (or another contributor 👀 ) will find time to add ForAll and friends later.

@Iltotore Iltotore merged commit 1609d0c into Iltotore:main Dec 13, 2024
1 check passed
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