]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
In the spirit of making CL-Protobufs represent exemplary modern Common Lisp code:
authorScott McKay <swmckay@gmail.com>
Sun, 3 Mar 2013 09:52:37 +0000 (15:22 +0530)
committerScott McKay <swmckay@gmail.com>
Sun, 3 Mar 2013 09:52:37 +0000 (15:22 +0530)
commit7ed71234837143d668f7d439988df7c547ee9829
tree9b7fdefbd16de69251c0d7a3115733cf868f01be
parented156ac70c84fd00250aaf396f615f575d9cf241
In the spirit of making CL-Protobufs represent exemplary modern Common Lisp code:
 - Use 'defparameter' instead of 'defvar' where appropriate.
 - Fix 'defvar' doc strings to distinguish between globals and "thread locals".
 - Avoid using 'nconc'. introduce a new 'appendf' macro instead.
 - Add a comment lamenting the fact that exporting something like 'proto-options'
   also exports the writer '(setf proto-options)'. Fixed in Dylan.
asdf-support.lisp
define-proto.lisp
model-classes.lisp
parser.lisp
printer.lisp
tests/cl-protobufs-tests.asd
tests/quick-tests.lisp
upgradable.lisp
utilities.lisp