bufbuild / protovalidate-go

Protocol Buffer Validation for Go
https://pkg.go.dev/github.com/bufbuild/protovalidate-go
Apache License 2.0
294 stars 19 forks source link

Fix CEL types for repeated field item expressions #92

Closed rodaine closed 10 months ago

rodaine commented 10 months ago

For repeated items, CEL types were being miscalculated for variables in the expression resulting in type-check/compilation errors

Fixes #91