samcv good * 07:16
Geth MoarVM: 2129674c2b | (Samantha McVey)++ | src/strings/unicode_ops.c
Encode strings as UTF-8 in MVM_unicode_string_from_name

This allows access to sequences such as "\c[Åland Islands]", which before would fail converting to ASCII.
Removed two variables and moved declarations later, so they are only allocated if we end up having to look up the sequence as opposed to a standard codepoint.
08:44
lucasb github.com/MoarVM/MoarVM/commit/cc...9d7091e152 13:32
do the same message "Tried to read() on a socket from outside its originating thread" also fits in the context of io/syncstream.c ? 13:33
should it be reworded?
jnthn syncstream.c deals with things other than sockets 13:34
Synchronous sockets are in for a bunch of changes to try and avoid this issue
Other handles will get it later also
For now, yes, can reword it to be more general
lucasb maybe just "Tried to read() from an IO handle outside its originating thread" ? :) 13:36
I can submit a PR, if you wish
jnthn That'd work fo rme 13:39
*for
Geth MoarVM: lucasbuchala++ created pull request #544:
Reword exception message for read() outside original thread
13:49
Geth MoarVM: deac5c64f8 | (Lucas Buchala)++ | src/io/syncstream.c
Reword exception message for read() outside original thread
16:14
MoarVM: d9e0b4e2e8 | (Jonathan Worthington)++ | src/io/syncstream.c
Merge pull request #544 from lucasbuchala/error-message

Reword exception message for read() outside original thread