qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
78 stars 17 forks source link

Only create external has function for proto2 fields #380

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Only create external has function for proto2 fields

We should only be creating externally callable has-* functions for proto2. We obfuscate them with %% so proto 3 has doesn't have a collision.