Closed BenGoldberg1 closed 11 years ago
I'm having trouble figuring out how to test this on my own computer, but it looks like the fix would be in lib/EvalbotExecuter and might be moving L98-102 ( https://github.com/perl6/evalbot/blob/master/lib/EvalbotExecuter.pm#L98-102 ) to after L113, after truncation occurs.
No, I was completely incorrect
As the title issue is fixed, I'm closing this issue. The missing "»" bug will go in it's own issue.
Here's an example of me talking to the evalbot on irc: [22:23] rpn: .say for 1..200
[22:23] niecza v24-95-ga6d4c5f: OUTPUT«1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980â
[22:23] ..pugs: OUTPUT«1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
[22:23] ..rakudo 67c6fd: OUTPUT«1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818
All three perl6 implementations originally produced the same output (I hope!) but the results were not consolidated into one line, like the following:
[22:27] rpn: .say for 1..80
[22:27] rakudo 67c6fd, niecza v24-95-ga6d4c5f, pugs: OUTPUT«12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576â
Also, on a related note, when truncation occurs, the output is missing a » to match the « after the word OUTPUT.