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

Scala 2.13.9 & 2.12.16 are dropping support for ? #210

Closed
SethTisue opened this issue Apr 26, 2022 · 1 comment
Closed

Scala 2.13.9 & 2.12.16 are dropping support for ? #210

SethTisue opened this issue Apr 26, 2022 · 1 comment

Comments

@SethTisue
Copy link
Member

SethTisue commented Apr 26, 2022

@smarter's scala/scala#10005 and scala/scala#9990 mean that on 2.13.9 and 2.12.16, the remaining tests that test ? aren't going to work anymore

the easiest thing to do would be to just get rid of those tests, since folks ought to migrate to *

it would also be possible to make them conditional on Scala version.

you can see the tests failing to compile at https://scala-ci.typesafe.com/job/scala-2.12.x-jdk8-integrate-community-build/7337/artifact/logs/kind-projector-build.log

first error:

[kind-projector] [error] /home/jenkins/workspace/scala-2.12.x-jdk8-integrate-community-build/target-0.9.17/project-builds/kind-projector-4d8439fb514a46a4de301f2cbcc7015c3143171d/src/test/scala/test.scala:17:7: Either[Int, _] takes no type parameters, expected: one
[kind-projector] [error]   bar[Either[Int, ?]]
[kind-projector] [error]       ^
@SethTisue
Copy link
Member Author

SethTisue commented Apr 26, 2022

I'm sorry. I got confused. This was already handled in #186.

(The Scala 2.12 community build is using an older commit of kind-projector, predating #186.)

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

No branches or pull requests

1 participant