You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a wrapper type field like google.protobuf.StringValue is not set and accessed on a protobuf message field, the evaluator should return a null value for the field to be consistent with the spec, and with wrapper behavior in protobuf generated code.
When a wrapper type field like
google.protobuf.StringValue
is not set and accessed on a protobuf message field, the evaluator should return a null value for the field to be consistent with the spec, and with wrapper behavior in protobuf generated code.The following should evaluate to true.
Note, this is a semantic change, and comparisons with null are painful to use in CEL without heterogeneous equality support.
The text was updated successfully, but these errors were encountered: