-
Notifications
You must be signed in to change notification settings - Fork 19
Scala 2.13 support is missing #37
Comments
I would expect the problem to be reproducible using a 2.13 nightly build (see instructions) |
very likely additional 2.13-related breakage has now accumulated. would someone like to volunteer to take this on? |
#47 drops the 2.13 crossbuild (since 2.13.0-M1 is no longer relevant), but it could be re-added |
Being honest, I don't have enough time to support scala-continuations any more :( My previous employer was interested in supporting this plugin, but I changed my job twice since that times... |
In fact now we have IndexedContT in scalaz and ContT in cats + unoficial IndexedContT port as alternative to continuations plugin |
thanks for letting me know! #48 removes you from the readme. thanks for your attention to this over the last few years, it's been appreciated. |
See #49. I've updated the repo README to say up front that only 2.12 and earlier were ever supported. |
seen at https://scala-ci.typesafe.com/view/scala-2.13.x/job/scala-2.13.x-integrate-community-build/919/consoleFull:
not sure what 2.13 PR might have triggered this, but it must be recent because the project was green as recently as https://scala-ci.typesafe.com/view/scala-2.13.x/job/scala-2.13.x-integrate-community-build/912/consoleFull . the main thing that landed in 2.13 since then was a big merge of many PRs from 2.12.x to 2.13.x (scala/scala#6280)
The text was updated successfully, but these errors were encountered: