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

Enable warnings in build.sc, overhaul Agg to avoid triggering spurious deprecation warnings #2519

Merged
merged 4 commits into from
May 15, 2023

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented May 15, 2023

Seems like all the IterableOnce method implementations were deprecated at some point, and you need to pull in IterableOps to have non-deprecated versions

If we want to start making use of @deprecated in 0.11.0, we need to make sure people see the warnings, and that they're not drowned in a sea of noise

@lihaoyi lihaoyi changed the title Enable deprecation warnings, overhaul Agg to avoid triggering them Enable warnings in build.sc, overhaul Agg to avoid triggering spurious deprecation warnings May 15, 2023
@lihaoyi lihaoyi marked this pull request as ready for review May 15, 2023 15:51
@lihaoyi lihaoyi requested a review from lefou May 15, 2023 15:51
Copy link
Member

@lefou lefou left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@lefou lefou merged commit 0579050 into com-lihaoyi:main May 15, 2023
@lefou lefou added this to the 0.11.0-M9 milestone May 15, 2023
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