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

Fix unitToProp implicit conversion #449

Merged
merged 2 commits into from
Oct 24, 2021
Merged

Conversation

armanbilge
Copy link
Contributor

This comes up in compiler warnings on Scala 3, which will no longer support implicit conversions defined as implicit functions (instead of methods).

@armanbilge
Copy link
Contributor Author

I assumed binary-compatibility is not a concern because of the 1.0 bump. But, if it is a concern, happy to implement this in a binary-compatible way.

Copy link
Member

@gabro gabro left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks 🙏

@gabro
Copy link
Member

gabro commented Oct 24, 2021

(About bincompat, I agree it's fine to publish it against 1.0)

@armanbilge
Copy link
Contributor Author

Do you need me to add a MiMa exclusion for CI?

@gabro
Copy link
Member

gabro commented Oct 24, 2021

Not sure, @olafurpg wdty?

@olafurpg
Copy link
Member

We should add binary exclusions in build.sbt so that it’s easier to document what breaking changes are for v1

@gabro
Copy link
Member

gabro commented Oct 24, 2021

I've restarted the build which had a spurious failure

@gabro gabro enabled auto-merge October 24, 2021 07:16
@gabro gabro merged commit 6f34e21 into scalameta:main Oct 24, 2021
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.

None yet

3 participants