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

Fix type parameter order in ArgumentsValidatorBuilder delegation #375

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

making
Copy link
Owner

@making making commented Apr 2, 2024

Corrected the order of type parameters when delegating to ValueValidator in ArgumentsValidatorBuilder from ValueValidator<X, T> to ValueValidator<T, X> to match the expected type constraints.

related to gh-286

Corrected the order of type parameters when delegating to ValueValidator in ArgumentsValidatorBuilder from `ValueValidator<X, T>`` to `ValueValidator<T, X>`` to match the expected type constraints.

related to gh-286
@making making added the bug Something isn't working label Apr 2, 2024
@making making added this to the 0.14.1 milestone Apr 2, 2024
@making making merged commit 3b554ca into develop Apr 2, 2024
4 checks passed
@making making deleted the fix-type-parameter-order branch April 2, 2024 02:35
making added a commit that referenced this pull request Apr 4, 2024
making added a commit that referenced this pull request Apr 15, 2024
@making making added wontfix This will not be worked on and removed bug Something isn't working labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant