cedar-policy / cedar

Implementation of the Cedar Policy Language
https://www.cedarpolicy.com
Apache License 2.0
889 stars 80 forks source link

Implement Protobuf handling of Unknown #1286

Open andrewmwells-amazon opened 1 month ago

andrewmwells-amazon commented 1 month ago

Describe the improvement you'd like to request

In impl From<&Expr> for proto::Expr, the case for ExprKind::Unknown is unimplemented. This should be fixed before the protobufs feature is stabilized.

Describe alternatives you've considered

NA

Additional context

No response

Is this something that you'd be interested in working on?