qitab / cl-protobufs

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

Add type checking to accessors for proto fields. #227

Closed copybara-service[bot] closed 4 years ago

copybara-service[bot] commented 4 years ago

Add type checking to accessors for proto fields.

We know apriori what the type of fields should be in a proto message. In this cl we declare the input and return types of the message fields at compile time. This should help with compile time type checking.