qitab / cl-protobufs

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

Remove the :conc-name option everywhere #286

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Remove the :conc-name option everywhere

There's no way to specify this option in a .proto file, protoc-gen-lisp hard-codes it to the empty string, and no one should ever be calling define-message et al directly.