brrt good * #moarvm 09:17
i can't connect to freenode in a regular way, it seems
i found the pyston talk a bit difficult to follow 09:18
but interesting, nevertheless
nwc10 There seem to have been quite a few netsplits 09:23
brrt yeah 09:24
brrt wow 09:34
many net instability
brrt should probably finish his last blog post 09:35
dalek arVM: a017738 | jnthn++ | src/io/ (2 files):
Emit negative sequence # at end of async reads.

This means that code receiving the data can cope with seeing the end of sequence before other data, and not lose the end of the data.
11:04
d4l3k_ arVM: 58aebc6 | jnthn++ | src/io/ (2 files):
Revert "Emit negative sequence # at end of async reads."

This reverts commit a017738dbb26dccab9660bada2a6a8ff069d2049.
11:43
arVM: 623eadf | jnthn++ | src/io/ (2 files):
When done, emit sequence number but no data.

This is more robust than using a negative, since if we get on data then we send -0, which is the same as 0 with ints.