upgrade `kotest-assertions-arrow` to work with Arrow 0.13.1
See original GitHub issueUpgrade the kotest-assertions-arrow
assertions to work with Arrow 0.13.1. A number of things have changed, for example, Either.Right.b
and Either.Left.a
are now simply Either.Right.value
and Either.Left.value
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Kotest extensions for Arrow - GitHub
Update to kotest 5.5.4; Add assertion module for arrow-fx-coroutines with combinators related to Resource and ExitCase; Add Either.rethrow ...
Read more >Arrow | Kotest
This page lists all current matchers in the Kotest arrow matchers extension library. ... The following module is needed: io.kotest.extensions:kotest-assertions- ...
Read more >Kotest Arrow extensions 1.3.0 is now available - 47 Degrees
Kotest Arrow extension libraries releases version 1.3.0, adding a new multiplatform arrow-fx-coroutines assertion module complementing ...
Read more >arrow-kt/Lobby - Gitter
Hi guys. I have a question regarding arrow-core and ValidatedNel. How can I combine two ValidatedNel objects?
Read more >io.kotest.extensions » kotest-assertions-arrow ... - Maven Repository
https://mvnrepository.com/artifact/io.kotest.extensions/kotest-assertions-arrow --> <dependency> <groupId>io.kotest.extensions</groupId> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One of the reasons I moved this to a top level repo was so that we can iterate much faster compared to the main repo. I think we can keep this in line with the current arrow release whenever that changes.
I’ve made changes to at least compile and pass tests with the latest arrow: https://github.com/kotest/kotest-assertions-arrow/pull/1