Milos Jakubicek
Milos Jakubicek
The C target is entirely broken in antlr >= 3.5. In earlier versions there was a warning which became an error in antlr >= 3.5: error(24): template error: context [/outputFile...
I'm not sure whether it is a lexer or parser issue, but giving an input starting with a NULL byte to be parsed by the attached grammar result into an...
For people with configuration access, add the option to: - purge the dictionary, i.e. remove entries - purge the history, i.e. remove the changelog The latter is quite important: a...
The small warning icons should appear also next to the entry in the entry list so as to easily find problematic entries and there should also be some kind of...
e.g. when there is only a single sense and the example container is underneath
so that unwanted changes can be easily reverted
SHA1 is no longer considered secure and should be replaced, e.g. with SHA256. This is generally something that may happen again, so the users table should get an additional column...
such as document metadata and sentence id
Either you should remove -Wextra or add the `__attribute__ ((fallthrough))` to suppress it. ``` murmurhash3.c: In function ‘hash’: murmurhash3.c:62:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | case 3:...