Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Scala 2.13 support is missing #37

Closed
SethTisue opened this issue Jan 29, 2018 · 7 comments
Closed

Scala 2.13 support is missing #37

SethTisue opened this issue Jan 29, 2018 · 7 comments

Comments

@SethTisue
Copy link
Member

seen at https://scala-ci.typesafe.com/view/scala-2.13.x/job/scala-2.13.x-integrate-community-build/919/consoleFull:

[scala-continuations] [error] /home/jenkins/workspace/scala-2.13.x-integrate-community-build/target-0.9.9/project-builds/scala-continuations-b6d82c47a2aa68e22085eee21951484d2c3d153c/library/src/test/scala/scala/tools/selectivecps/TestSuite.scala:215: cannot compute type for CPS-transformed function result
[scala-continuations] [error]     test { shift { k: (Int => String) => 9 }; { test3(0); 2 } }
[scala-continuations] [error]                  ^

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)

@SethTisue
Copy link
Member Author

SethTisue commented Jan 29, 2018

I would expect the problem to be reproducible using a 2.13 nightly build (see instructions)

@SethTisue
Copy link
Member Author

very likely additional 2.13-related breakage has now accumulated. would someone like to volunteer to take this on?

@SethTisue
Copy link
Member Author

#47 drops the 2.13 crossbuild (since 2.13.0-M1 is no longer relevant), but it could be re-added

@SethTisue SethTisue changed the title 2.13 regression: test suite doesn't compile Scala 2.13 support is missing Apr 18, 2019
@danslapman
Copy link
Contributor

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

@danslapman
Copy link
Contributor

In fact now we have IndexedContT in scalaz and ContT in cats + unoficial IndexedContT port as alternative to continuations plugin

@SethTisue
Copy link
Member Author

Being honest, I don't have enough time to support scala-continuations any more

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.

@SethTisue
Copy link
Member Author

See #49.

I've updated the repo README to say up front that only 2.12 and earlier were ever supported.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants