Closed codymikol closed 3 years ago
@i-walker can you comment ?
The previous approach was boilerplate over the kotest Api's, to have a more succinct API that accompanies kotest assertion this should be rewritten to:
eitherFoo.shouldBeRight().bar shouldBe 1
@codymikol are you ok now ?
This makes perfect sense to me 👍 Thank you for the clarification!
Your welcome @codymikol :D
Hello,
we noticed that after the 1.0.3 update the library no longer supports infix functions on shouldBeLeft / shouldBeRight
Where previously we were doing something like
and now we have to migrate everything to something like
Was this an intentional change, or did something get lost in translation to the new core library? If this was unintentional, I can put in some effort to add back the infix functionality.
Thanks for all your work on the project!