Quick / Nimble

A Matcher Framework for Swift and Objective-C

Home Page:https://quick.github.io/Nimble/documentation/nimble/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

NachoSoto opened this issue · comments

  • I have read CONTRIBUTING and have done my best to follow them.

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:

  • Quick: 6.0.0

  • Nimble: 11.1.0

  • Xcode Version: 14.1.0

  • Swift Version: 5.7.1

  • Carthage: 0.38.0

I faced this issue too 😕

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!