sakrejda / protostan

Thin protobuf interface wrapper for Stan
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Added documentation and some usage comments. #45

Open sakrejda opened 8 years ago

sakrejda commented 8 years ago

Also added calls to google::protobuf::Message.Clear() to writer so that when multiple method calls are mixed the message doesn't write cruft from a previous call.

ariddell commented 8 years ago

The build is failing with some missing declaration errors

sakrejda commented 8 years ago

That's weird. It's possible I pushed a stale commit. I'll check it out.