Shane
Shane
Hello, I noticed that there seems to be a couple of off by one errors in the edge sorting code. The condition checks [here](https://github.com/mmikk/MikkTSpace/blob/3e895b49d05ea07e4c2133156cfa94369e19e409/mikktspace.c#L1524) and [here](https://github.com/mmikk/MikkTSpace/blob/3e895b49d05ea07e4c2133156cfa94369e19e409/mikktspace.c#L1540) need to be `
It looks like this test is attempting to cause an Ion parser to load a shared symbol table into its catalog. According to my read of the spec, however, the...
I ran up against a challenge with a specific test: `iontestdata/good/equivs/utf8/stringUtf8.ion`. The final two equivalency sexps in the test include invalid UTF-8 characters (the UTF16 surrogate characters). According to [RFC3629](https://tools.ietf.org/html/rfc3629):...