ninjudd / clojure-protobuf

Google protocol buffers wrapper for Clojure.
Eclipse Public License 1.0
217 stars 70 forks source link

Detect whether a field has an extension #60

Open vrih opened 8 years ago

vrih commented 8 years ago

Removes the hardcoded true for use_extension. Not sure if this actually works as I'm testing for the false case. It might break true but does work for false.

Someone with a better knowledge of protobuf is needed to confirm if this actually does what I think.