qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
84 stars 18 forks source link

Type-check the values being pushed into a proto repeated field #220

Closed copybara-service[bot] closed 4 years ago

copybara-service[bot] commented 4 years ago

Type-check the values being pushed into a proto repeated field

We should type check all fields going into and out of our protos. Really this is run at speed 3 safety 0 internally so... But static typeing is nice.