Bert Frees
Bert Frees
It used to be a static function in compileTranslationTable.c but then I needed to reuse it in findTable.c. But TBH I don't remember why I put it in a new...
Looks fine, but I'm worried that by simplifying the tables step by step, we are also reducing test coverage of features that become unused this way. So we might need...
I don't want you to take out any changes. My point is that I want to try to keep the test coverage on the same level. That means either adding...
> But you have to admit that this "regexp" syntax is just plain crap. Not sure I know what you mean actually. Do you mean that the feature to specify...
Yes, that's correct. So just to be clear: the issue with `%foo2-62532` is not that is uses a range, just that it uses a _long_ range, and that `%foo%foo.` is...
I guess the issue is that I added virtual dot 9 to these two rules: ``` begcapsword 69-6 noback endcapsword 569 ``` We should add a `nofor pass4` rule that...
Fixed by https://github.com/liblouis/liblouis/pull/1827
`list_free()` is indeed intended to free a `List` that was allocated by `list_conj()`. I'm not sure what your question is. Do you need an API call to free `tableIndex`? Should...
Thank you. This was already in the pt.yaml test file. These rules in pt-pt-g1.utb are suspicious: midnum + 235-3456 midnum - 36-3456 midnum / 6-2-3456 midnum : 25-3456
If I comment out these lines, things are much better. However a ⠖ now back-translates to a ! instead of a +. I'm checking how other tables solve this.