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

Add compat for higherKinds compiler flag #431

Open
nrktkt opened this issue Feb 26, 2021 · 0 comments
Open

Add compat for higherKinds compiler flag #431

nrktkt opened this issue Feb 26, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nrktkt
Copy link

nrktkt commented Feb 26, 2021

It would be handy to be able to import scala.language.compat.higherKinds and have that not generate a deprecation warning when building on 2.13.

This could be as simple as

package scala.language

object compat {
  implicit lazy val higherKinds = scala.languageFeature.higherKinds
}
@SethTisue SethTisue added the help wanted Extra attention is needed label Mar 13, 2021
@SethTisue SethTisue added the good first issue Good for newcomers label Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants