Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.81k stars 598 forks source link

Version 11.x regression: tuple comparison with `==` #1014

Closed NachoSoto closed 1 year ago

NachoSoto commented 1 year ago

What did you do?

expect(tuple) == (a, b)

What did you expect to happen?

This used to compile with Nimble 10.0.0

What actually happened instead?

Type '(a: A, b: B)' cannot conform to 'Equatable'

Environment

List the software versions you're using:

matheusalano commented 1 year ago

I faced this issue too 😕

younata commented 1 year ago

I'm going to release 11.1.1 shortly (later tonight). Which will have this fix + the toEventually fix.

Sorry about this!

Edit: V11.1.1 is released!