New bot: Reportable
https://irclog.perlgeek.de/perl6-dev/2017-10-30#i_15374555
So it's a bot that generates reports like this: https://gist.github.com/AlexDaniel/5c4030253c6b90cf4b1ce2ddd6860323
Some positive feedback: https://irclog.perlgeek.de/perl6/2017-11-27#i_15498935
OK it's time to make it then.
It was committed a long time ago: https://github.com/perl6/whateverable/commit/46337991a954885fe4c535319275bbb6f797b391 And it runs like clockwork! It does segfault once in a while, but otherwise it's just fine.
One problem with it currently is that it dumps everything into files, which ends up taking a lot of space actually. I think its database should be turned into a git repo, then it will only store changes from the previous state (therefore taking almost no space).