Bert Frees
Bert Frees
See the various discussions on the mailing list: - https://www.freelists.org/post/liblouis-liblouisxml/The-nemethctb-table,19 > Incidentally, if the nemeth.ctb table would have a proper contract (read: a YAML test), I think it may be...
First the idea was to use [Appveyor](https://github.com/liblouis/liblouis/issues/304) but Github can now also do what we need.
The Liblouis project intends to become less dependent on GitHub services, so that one day it becomes feasible to migrate to other services. The services for which we currently rely...
Ideally all tables that are intended to be included in other tables should actually be included. We should not expect the user to know which tables to include for which...
According to Lars there is an issue with `noletsignafter`. See http://www.freelists.org/post/liblouis-liblouisxml/noletsignafter > [...] > For grade 1 contraction in the Norwegian language, we are using it to prevent single letters...
In an attempt to make the code more readable, I would like to remove all global variables and explicitly pass around the variables in function calls where needed. I believe...
For example: ``` #+id: nl-BE-2005 ``` The idea is to start identifying tables by something else than their file name, so that table files can be renamed without breaking programs....
Basically, move the `emconfigure`, `emmake` and `emcc` command from [emscripten-build.sh](https://github.com/reiner-dolp/liblouis/blob/c3554f466155b19022f30f9b25aeba104de9bddf/.travis/script/emscripten-build.sh) and [emscripten-build-command.sh](https://github.com/reiner-dolp/liblouis/blob/c3554f466155b19022f30f9b25aeba104de9bddf/.travis/script/emscripten-build-command.sh) to some Makefile (js/Makefile.am?). The pre.js, post.js and append.js files from the liblouis-js repo would have to be...
- [x] `passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' [-Wpointer-sign]` - [x] `assigning to 'char *' from 'yaml_char_t *' (aka 'unsigned char *')...
I think we are ready for a strict "no test, no table" policy. We've had a transition period were we tried to make contributors aware of the importance of tests,...