Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update migration guide for newer CE3 stuff #3589

Closed
Daenyth opened this issue May 2, 2023 · 1 comment · Fixed by #3622
Closed

Update migration guide for newer CE3 stuff #3589

Daenyth opened this issue May 2, 2023 · 1 comment · Fixed by #3622

Comments

@Daenyth
Copy link
Contributor

Daenyth commented May 2, 2023

For example, https://typelevel.org/cats-effect/docs/migration-guide#where-does-the-blocking-pool-come-from
mentions stuff that isn't correct in the current CE3, because of the WSTP

@durban
Copy link
Contributor

durban commented May 3, 2023

  • Another thing which is not true any more is the Option[F[Unit]] in async: "Passing None here is equivalent to Some(F.unit)" -> it is not.
  • Dispatcher now has an await parameter, so cancelling is not the only behavior available.
  • "Currently, improved stack traces are not implemented" -> they are.

@durban durban linked a pull request May 13, 2023 that will close this issue
djspiewak added a commit that referenced this issue May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants