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.

move to monix 3.0.0-RC2

See original GitHub issue

would you mind updating your monix dependency to 3.0.0-RC2? some source changes (maybe just one?) will be needed:

sbt:root> animate/compile
[warn] Credentials file /Users/tisue/.sbt/sonatype_credential does not exist
[warn] Credentials file /Users/tisue/.sbt/sonatype_credential does not exist, ignoring it
[warn] Credentials file /Users/tisue/.sbt/sonatype_credential does not exist, ignoring it
[info] Compiling 65 Scala sources to /Users/tisue/doodle/core/target/scala-2.12/classes ...
[info] Done compiling.
[info] Compiling 6 Scala sources to /Users/tisue/doodle/animate/target/scala-2.12/classes ...
[error] /Users/tisue/doodle/animate/src/main/scala/doodle/animate/java2d/Java2dAnimator.scala:47:31: type mismatch;
[error]  found   : cats.effect.IO[A]
[error]  required: monix.eval.Task[?]
[error]       .mapEval(img => e.render(canvas)(algebra => img(algebra)))
[error]                               ^
[error] one error found
[error] (animate / Compile / compileIncremental) Compilation failed
[error] Total time: 13 s, completed Jan 4, 2019 9:12:40 AM

context: this would allow me to keep Doodle in the Scala 2.12 community build. currently it is failing

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
noelwelshcommented, Feb 17, 2019

I think I’ve fixed this now.

0reactions
noelwelshcommented, Jan 6, 2019

Thanks. I’ll look into it in more detail once I’ve finished the SVG renderer I’m working on. This shouldn’t take long to complete.

On Sat, Jan 5, 2019 at 11:20 PM Seth Tisue notifications@github.com wrote:

full transcript: https://gist.github.com/SethTisue/f859e75c8c52dbcb6e657e2352ecc9d3

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/creativescala/doodle/issues/71#issuecomment-451700728, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-3F4a7aHbXMPMORlKhtRZ10NedKnyks5vATNLgaJpZM4Zp_x0 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Version 3.0.0-RC2 - Monix
This is the second release candidate for Monix 3, version 3.0.0-RC2 . The major theme of this release is compatibility with Cats-Effect ...
Read more >
monix/CHANGES.md at series/4.x - GitHub
Version 3.4.1 (May 7, 2022). This is a minor bug-fixing release for the 3.x series. Updated dependencies (#1554):. Scala compiler updated to 2.12.15, ......
Read more >
monix/monix - Gitter
Oh now I see that cats-effect 1.0.0 support is planned for 3.0.0-RC2 Googled by exceptions so missed this monix/monix#710
Read more >
index for package monix.eval - monix-eval_2.12 3.0.0-4ceea29 ...
Task represents a specification for a possibly lazy or asynchronous computation, which when executed will produce an A as a result, along with...
Read more >
Monix Observable groupBy large number of keys without ...
I try to perform splitting single Observable in Monix by key, then group up to last n ... monix version: 3.0.0-RC2; scala version:...
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