world-federation-of-advertisers / cross-media-measurement

A privacy centric system for cross publisher, cross media ads measurement through secure multiparty computations.
https://halo.wfanet.org/
Apache License 2.0
36 stars 11 forks source link

Update Duchy control service to tolerate certain stage mismathes. #1801

Closed renjiezh closed 2 months ago

wfa-reviewable commented 2 months ago

This change is Reviewable

SanjayVas commented 2 months ago

This introduces a new compiler warning:

src/main/kotlin/org/wfanet/measurement/duchy/service/internal/computations/Protos.kt:82:16: warning: enum argument can be null in Java, but exhaustive when contains no null branch
  return when (computationDetails.protocolCase) {