qitab / cl-protobufs

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

Change the default package package name for a proto file #270

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Change the default package package name for a proto file

Currently if there is no package name on a .proto file we add it to cl-protobufs-user. This has annoying collisions. Instead set it to: cl-protobufs.(lispified-filename file)