zio-prelude icon indicating copy to clipboard operation
zio-prelude copied to clipboard

Add Assertion Variants

Open adamgfraser opened this issue 3 years ago • 3 comments

adamgfraser avatar Nov 09 '21 14:11 adamgfraser

Scala 3 doesn't like it :disappointed: ... Maybe a workaround, like renaming to isSuccessVAnything is needed? :shrug:

sideeffffect avatar Nov 09 '21 16:11 sideeffffect

Yes. Let's see if there is anything we can do with the smart types first since similar variants work in ZIO Test without the smart types. But if not we can always fall back on renaming.

adamgfraser avatar Nov 09 '21 16:11 adamgfraser

@kitlangton Can you take a look at this when you get the chance?

adamgfraser avatar Dec 02 '21 22:12 adamgfraser

This may be worth resurrecting :thinking: /cc @jdegoes

sideeffffect avatar Mar 31 '24 11:03 sideeffffect