Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
Somehow @jnthn++ is triggering evalable unintentionally, all the time. ``` m:g does multiple matches, and set the limits of the matching jnthn, rakudo-moar 38afa2d6f: OUTPUT: «(exit code 1) ===SORRY!=== Error...
I fixed it a little bit in https://github.com/perl6/whateverable/commit/a32bb6009c202cbdc1a26f00668798856d7450fd, but `m:g` is still triggering, so that should be special-cased too.
@MorayJ ah yes, thanks! I tend to leave issues without tests open with `testneeded` tag so that I can later go through them and write those tests (similarly to what...
Yes, the line numbers are correct. That's exactly where I would expect it to happen.
Ah. This is no longer a problem after https://github.com/perl6/whateverable/commit/845db2e47fd6468a069bc9f2b54997e8ae412f48. Every bot has its own private ``/tmp`` which is wiped when the service is restarted.
OK it may be a problem for the bot itself if it left something behind and never exited, but so far this has never happened. Non-issue really, but not sure...
I'd call this unfixed. During the squashathon some people reported stuff being left behind, so it is still a problem (even if it doesn't affect the bots on the server)....
Hm. Tried to reproduce it in a single file and couldn't, it works correctly. Maybe the issue is on my side…
Actually, it works when running shareable locally, but not on the server. Something weird is going on.
OK, the only thing that is different on the server is that it works through a reverse proxy.