Simon Mitternacht
Simon Mitternacht
This requires thinking out a format, writing a new parser and passing it to the classifier. Should not be very difficult, but some work. Looking for volunteers. 🙂
This is an important expansion of the interface, but probably requires some rewriting of the selection code. Looking for volunteers 🙂
> Is this good to go? I assume the question wasn't directed at me, but as far as I'm concerned this is releasable. We've been using this version in production...
Hi, I have barely written any C myself since then either :) I had a quick glance at the code, and I think changing the representation from `char` to `char...
I changed the code to internally store the chain-label in a `char[4]` instead of a `char` (see 7a6d0fedcafb57128f7713962452d7176f9fe6dc). To not break any interfaces I read out `chain_label[0]` where these labels...
> Im nervous I am just breaking everything lol. I hear you! The test suite is quite comprehensive though, so as long as that passes you can be relatively confident...
I have updated `structure.c` to use the long form everywhere internally, and just hide it at the interfaces. The next step is to duplicate most of the following functions to...
Hi again Danny, Finally got around to looking at this again. There is still some work left before all parts of the API and CLI are consistent, but I have...
Thanks for pointing this out, I have merged the fix.