dvidelabs / flatcc

FlatBuffers Compiler and Library in C for C
Apache License 2.0
631 stars 180 forks source link

When is the next release? #224

Closed cdesjardins closed 2 years ago

cdesjardins commented 2 years ago

We have been waiting for the next release of flatcc for some time now, I am particularly interested in the changes to FLATCC_ASSERT. Is there a plan for a new release any time soon?

mikkelfj commented 2 years ago

Yes, a release is long overdue. Unrelated circumstances has caused delays. I have one pull request where code needs to be refactored but otherwise I think we can release soon.

cdesjardins commented 2 years ago

Great to hear, I will keep my eyes open for this. Let me know if there is anything I can do to help.

mikkelfj commented 2 years ago

@cdesjardins

Let me know if there is anything I can do to help.

Well, if you are up for it: https://github.com/dvidelabs/flatcc/pull/216

There are some boolean tests on commandline flags and program settings that should only be used in the cli file since it is kind of messy but they are tested elsewhere to drive logic forward. It may be that a new setting is needed which can be set in the cli file. I haven't looked that closely yet.

mikkelfj commented 2 years ago

0.6.1 has been released, but without merging outstanding pull requests.