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

Spec: Avoid overload of contributeToHistogramOnEvent() #1412

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexmturner
Copy link
Contributor

@alexmturner alexmturner commented Mar 20, 2025

The Private Aggregation spec now defines this function (for the aggregate error reporting feature). This has caused the method to be temporarily overloaded in the Protected Audience spec while the changes to support this new feature have not yet landed. This issue was raised in #1405.

To avoid this issue, we modify the handling to use the new spec mechanism. Note that this PR does not actually implement the new feature, which will be done in a future PR. This PR should not result in any functional changes.


Preview | Diff

The Private Aggregation spec now defines this function (for the
aggregate error reporting feature[0]). This has caused the method to be
temporarily overloaded in the Protected Audience spec while the changes
to support this new feature have not yet landed.

To avoid this issue, we modify the handling to use the new spec
mechanism. Note that this PR does not actually implement the new
feature, which will be done in a future PR. This PR should not result in
any functional changes.

[0]: https://github.com/patcg-individual-drafts/private-aggregation-api/blob/main/error_reporting.md
@alexmturner alexmturner force-pushed the aggregate_error_reporting_prework branch from 03fbe94 to c75f509 Compare March 20, 2025 08:34
@qingxinwu qingxinwu added the spec Relates to the spec label Mar 20, 2025
@alexmturner
Copy link
Contributor Author

@qingxinwu, could you PTAL? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec Relates to the spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants