Bevinsky

Results 3 issues of Bevinsky

Case example: ``` U8 sum8_2(U8 *p) { U8 s = 0; do { s += *p; } while (*p++ != 0); return s; } ``` This has an issue with...

Musl iconv does not support the glibc //TRANSLIT extension, but it's still being used: https://github.com/JamesHeinrich/getID3/blob/8553baf78653075a9b34687fa732a95399fd2f57/getid3/getid3.lib.php#L1296 The changelog for 1.9.10 mentions that the TRANSLIT problem was solved, but the fix was...

status: unverified
sample needed

The tile indices for man tiles and sou tiles are swapped and do not match those contained in Tenhou logs. Here is an example agari of a round with an...