Artifact 6e58a843abb8c8689d2d1a9b64f888d3188ef690a8e33363451ba8f62ed4859a:
- File generic/tclUtf.c — part of check-in [3fd0be11ba] at 2020-04-23 19:07:08 on branch utf-next-regresions — Fix regression in Tcl_NumUtfChars, caused by this commit: [6596c4af31e29b5d]. Expectations of failing tests was adapted later, that's why this was missed. Lesson: Tcl_UtfNext() is _not_ just an optimized replacement for Tcl_UtfToUniChar(). Sorry, but this change it just to dangerous! Tcl_UniCharAtIndex() and Tcl_UtfAtIndex() most likely have the same regression when fead with invalid byte-sequences, therefore reverted those too. HOLD ON! These regressions are equally the result of [5c322bbd51]. It takes both changes to cause the failing tests. We need to argue about which change was the wrong one. (user: jan.nijtmans size: 57833)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.