]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
Decorate service method stubs and intern them in a different package
authorAlejandro R Sedeño <asedeno@google.com>
Tue, 26 Feb 2013 19:18:56 +0000 (14:18 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Tue, 26 Feb 2013 21:12:20 +0000 (16:12 -0500)
commit95af695b2cb8ce14ee6f3d72ded91b73401651e8
tree4a49a15d38862ffa6fca8bd0f74c3bdc2c749fb0
parentd120bfe49445ef40aa3366faeccc37bc2eecc763
Decorate service method stubs and intern them in a different package

The client-side stub is now CALL-FOO
The server-side stub is now FOO-IMPL

They are interned in package XXX-RPC, where XXX is the name of the
package being used by the rest of the schema.
define-proto.lisp
model-classes.lisp
parser.lisp
printer.lisp