qitab / cl-protobufs

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

Remove 'singular' label #188

Closed bkuehnert closed 4 years ago

bkuehnert commented 4 years ago

This label is unecessary and confusing as some proto documentation uses 'singular' as a synonym for 'optional'. Since we only need to distinguish between proto2 and proto3 at compile time, there's no need to hang on to this information.