brown / protobuf

Common Lisp implementation of Google's protocol buffers
http://common-lisp.net/project/protobuf/
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Add :initarg to fields on protobuf defined classes #17

Open eschulte opened 4 years ago

eschulte commented 4 years ago

This uses (defmethod initialize-instance :after) methods to ensure that fields populated with :initargs are recorded into %has-bits%.

Closes issue #16.