paleolimbot opened a new pull request, #93: URL: https://github.com/apache/arrow-nanoarrow/pull/93
Closes #88. Currently this PR: - Vendors flatcc into the repo - Allows linking to a shared install (e.g., brew) - Bundles all the generated files into a single header (easier to manage) In theory, you can use the "reader" headers without any runtime at all; however, then you'd be able to "read" without the "verify" step, which seems like something that shouldn't be the "easy default". I toyed with the idea of smushing flatcc into a single bundle; however, the implementation is pretty complex and it would be hard (I think). TODO: - Github Actions CI tests for the various configurations - Consider `#include "nanoarrow.h"` in the nanoarrow_ipc.h header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
