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

change ? to * to fix kind-projector warnings #131

Closed

Conversation

hughsimpson
Copy link
Contributor

There are a lot of kind-projector warnings. Seemed a quick fix.

@neko-kai
Copy link
Member

neko-kai commented Feb 2, 2021

@hughsimpson
I'm not fond of * syntax and hoping for another solution in the future to jump to _-based type lambdas directly. see (Available in dotty via -source:3.2 flag)
You could silence the warnings by upgrading to kind-projector 0.11.3 and adding the following to project/Deps.sc:

        "scalacOptions" += "-Wconf:msg=kind-projector:silent"

near the other Wconf options

@neko-kai
Copy link
Member

neko-kai commented Feb 2, 2021

nvm, I've pushed the change I've described - #134

@hughsimpson hughsimpson closed this Feb 3, 2021
@hughsimpson hughsimpson deleted the fix_kind-projector_warnings branch February 3, 2021 10:50
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

Successfully merging this pull request may close these issues.

2 participants