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

Remove deprecated methods #845

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Remove deprecated methods #845

merged 1 commit into from
Nov 22, 2023

Conversation

divergentdave
Copy link
Contributor

This removes two deprecated methods, fixes doctests, and cleans up some related outdated comments. Closes #745.

@divergentdave divergentdave requested a review from a team as a code owner November 21, 2023 23:43
/// does not, because [`crate::vdaf::Aggregator::prepare_preprocess`] does not take the
/// aggregation parameter. This may change in the future if/when [#670][issue] is addressed.
///
///
/// [VDAF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-07#section-5.8
/// [issue]: https://github.com/divviup/libprio-rs/issues/670
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// [issue]: https://github.com/divviup/libprio-rs/issues/670

Looks like the issue link can go away.

/// does not, because [`crate::vdaf::Aggregator::prepare_preprocess`] does not take the
/// aggregation parameter. This may change in the future if/when [#670][issue] is addressed.
///
///
/// [VDAF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-07#section-5.8
/// [issue]: https://github.com/divviup/libprio-rs/issues/670
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// [issue]: https://github.com/divviup/libprio-rs/issues/670

Same as above.

@divergentdave divergentdave merged commit 0379885 into main Nov 22, 2023
6 checks passed
@divergentdave divergentdave deleted the david/remove-deprecated branch November 22, 2023 18:34
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.

Remove deprecated vdaf::Aggregator methods
2 participants