Closed fluffysquirrels closed 7 years ago
Thanks for the review, I'll get working on the changes.
I think I've completed all the changes we discussed. I've tested this by building my project and running make check
in c-capnproto
.
Thanks a lot for your fixes :)
No problem, thanks for the reviews. :)
I'm thinking of working on issue 13 to provide example usage of c-capnproto in the documentation. I thought about writing the example as a unit test and linking to that from README.md
.
Any thoughts on this? Would you be happy to see a pull request?
Absolutely - this really needs docs; I just don't have the time to put something together... (it's actually been half a year since I last touched any Cap'n Proto related code.)
(For our own application, it took me quite a lot of scraping and mistakes to figure out how to call this stuff correctly... unfortunately it's rather deeply mangled inside our code so it's not really an useful example... I can see if I can dig it out and post it somewhere.)
I tested these changes with
make check
and by building the runtime library in my own project.