]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
parser.lisp: set up fall-back package names
authorAlejandro R Sedeño <asedeno@google.com>
Fri, 4 Jan 2013 20:32:23 +0000 (15:32 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Mon, 7 Jan 2013 17:56:48 +0000 (12:56 -0500)
commit7655cda6f861375605f7e21c0f3ab96c0fd3314d
tree7fba6b2ae869f9cbbf0ef19a7420b6c84c9ac9f8
parent9ff2e29a66dc433d0eb6f99862f65e97ebb50116
parser.lisp: set up fall-back package names

Robert Brown's protobuf package falls back on the java_package option
as the lisp package name when there isn't a package declaration in the
schema. Emulate that behavior for better compatibility between code
generated by the packages.
parser.lisp