question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

upgrade `kotest-assertions-arrow` to work with Arrow 0.13.1

See original GitHub issue

Upgrade 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sksamuelcommented, Apr 2, 2021

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.

1reaction
cldfzncommented, Apr 1, 2021

I’ve made changes to at least compile and pass tests with the latest arrow: https://github.com/kotest/kotest-assertions-arrow/pull/1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found