protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Common Lisp implementation of Google's protocol buffers

Results 4 protobuf issues
Sort by recently updated
recently updated
newest added

Some projects have started to fail due to the error message in the issue title. Is this a mistake in protobuf, or in the newly-failing projects? What's the best way...

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

In many cases, it's sufficient to distribute the lisp code generated by protobuf, and not require a library user to have the protocol buffer compiler installed locally. Any thoughts about...

Is there a reason this isn't done currently? Thanks