]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
Still better support for qualified names:
authorScott McKay <swm@google.com>
Mon, 18 Jun 2012 15:00:19 +0000 (15:00 +0000)
committerScott McKay <swm@google.com>
Mon, 18 Jun 2012 15:00:19 +0000 (15:00 +0000)
commit8a1ebcf649c9ba47d518a2a3ffbe7e867582f2b4
tree20a16c64deb67fd13c5d4d22d84957f8bf501eb4
parent8996cc3d6b93cac65b0a2c8016589b1185319b0c
Still better support for qualified names:
 - Add 'make-qualified-name' function that knows how to prepend
   message and package names.
 - All the places that create messages, enums, fields, etc, now
   generate a qualified name.
 - 'find-qualified-name' now thoroughly checks the qualified name.

Passes 'precheckin' with the new Protobufs unit tests in place.

git-svn-id: http://svn.internal.itasoftware.com/svn/ita/trunk/qres/lisp/libs/cl-protobufs@549563 f8382938-511b-0410-9cdd-bb47b084005c
define-proto.lisp
model-classes.lisp
parser.lisp
utilities.lisp