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

Adding a Scala212Pre16 dialect #2758

Conversation

blast-hardcheese
Copy link
Contributor

Resolves #2751

In preparation for #2757, to aide consumers who desire a seamless transition during the shakeout, introduce a new dialect that disallows the new ? placeholder syntax for both 2.12 and 2.13:

Scala212Pre16
Scala213Pre9

/**
* Dialect ending with Scala 2.13.9 for legacy F[_] syntax instead of F[?]
*/
implicit val Scala213Pre9 = Scala213
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not Scala_2_13_8 instead?

@tgodzik
Copy link
Collaborator

tgodzik commented May 23, 2022

Thanks for the contribution! After thinking it over a bit, I think having a new dialect for older version would introduce too much work for the downstream projects such as yours. I went with an alternative approach in #2759

This should mean that no changes are needed for you downstream.

@blast-hardcheese
Copy link
Contributor Author

Makes sense, thanks for your consideration here

@blast-hardcheese blast-hardcheese deleted the add-scala212pre16-dialect branch May 23, 2022 20:14
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.

Support for selectively overriding individual fields in Dialect
3 participants