]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
Test various extend scenario
authorAlejandro R Sedeño <asedeno@google.com>
Fri, 14 Dec 2012 19:05:29 +0000 (14:05 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Mon, 17 Dec 2012 19:32:43 +0000 (14:32 -0500)
commit8fc61f0832b80e1cc119b994f53334bde9ea92ad
tree4c2ae7b8d8d95cbb88842dee8c8bae56f9002433
parent010215532a361d72adf466c4cb3f5b263f9f1f5e
Test various extend scenario

Inspired by:
https://developers.google.com/protocol-buffers/docs/proto#extensions

Nested Extensions:

"A common pattern is to define extensions inside the scope of the
 extension's field type – for example, here's an extension to Foo of
 type Baz, where the extension is defined as part of Baz"
tests/cl-protobufs-tests.asd
tests/extend-test-base.proto [new file with mode: 0644]
tests/extend-test.proto [new file with mode: 0644]
tests/lisp-extend-test.lisp [new file with mode: 0644]