-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Shouldly 4.2.1 #8717
Shouldly 4.2.1 #8717
Conversation
Almost all changes are fallout from https://docs.shouldly.org/documentation/3to4#func-less-than-string-greater-than-custommessage-removed. Fixes were: always materialize the string up front, and sometimes explicitly specify `customMessage:` to disambiguate methods.
Ugh. A change in Shouldly is making it do reference-equal equality for |
Works around shouldly/shouldly#825.
Looks good (as soon as quite a few missing method exceptions |
Let's time box it with 1 dev day. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hey, this is green now, thanks @GangWang01! Should we undraft and review it? |
I think it's ready for review. |
LGTM! |
Almost all changes are fallout from https://docs.shouldly.org/documentation/3to4#func-less-than-string-greater-than-custommessage-removed.
Fixes were: always materialize the string up front, and sometimes
explicitly specify
customMessage:
to disambiguate methods.