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.

Cats Effect 2.5.2 is slightly botched

See original GitHub issue

We have not included the SyncIO.defer and IO.defer additions.

The v2.5.2 tag is made at this commit, but the aforementioned changes landed in a PR after it.

@djspiewak You are my only hope.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
vasilmkdcommented, Aug 4, 2021

Just to be safe find/replace every 2_5_2 reference with 2_5_3, 252 with 253, 2.5.2 with 2.5.3 including renaming files and directories. I wish this comment that I’m typing at the moment was a joke.

We also need to amend release notes.

1reaction
djspiewakcommented, Aug 4, 2021

Uh oh. I think we need a 2.5.3 and a corresponding bump in the scalafix tests.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migration Guide · Cats Effect - Typelevel
Here is an overview of the steps you should take to migrate your application to Cats Effect 3: Make sure your dependencies have...
Read more >
lihaoyi/Ammonite - Gitter
I'm trying to run this ammonite script and it doesn't see an instance of Concurrent for cats.effect.IO: import coursierapi.
Read more >
Migrating a functional app to Cats Effect 3 - Scala tutorial
Cats Effect 3 is here and many libraries have released compatible versions - this means some applications can migrate to the new version...
Read more >
typelevel/cats-effect: The pure asynchronous runtime for Scala
Cats Effect is a high-performance, asynchronous, composable framework for building real-world applications in a purely functional style within the Typelevel ...
Read more >
scala-with-cats.pdf - Books
2.5.2 Monoid Instances. Monoid follows the standard Cats pa ern for the user interface: the compan- ion object has an apply method that...
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