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

Allow nullable arguments to more matcher functions. #350

Merged
merged 1 commit into from
Jun 2, 2018

Conversation

ajalt
Copy link
Contributor

@ajalt ajalt commented Jun 1, 2018

In the case of the Double and String matchers, nullable arguments would
use the generic overload in some cases. This would compile, but would not produce the
expected results.

In the case of the Double and String matchers, nullable arguments would
use the generic overload. This would compile, but would not produce the
results we want.
@sksamuel sksamuel merged commit 593c6b0 into kotest:master Jun 2, 2018
@sksamuel
Copy link
Member

sksamuel commented Jun 2, 2018

👍

@ajalt ajalt deleted the nullable-matchers branch June 2, 2018 14:58
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