Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
See this: https://irclog.perlgeek.de/perl6-dev/2018-04-25#i_16090606
> 18:13:36 \ ¦ rakudo: 9e6ae276a9 | (Zoffix Znet)++ | src/core/operators.pm6 > 18:13:36 \ ¦ rakudo: Do not sink taken values in SEQUENCE > … > 18:16:48 \ e: `say...
Sometimes it says that bots are offline when they're online and vice versa.
To check health status of various things. For example, to check that released tarballs are ok so that we notice issues like [this](https://github.com/rakudo/rakudo/issues/1377) faster. **⚠ Feel free to edit this...
So I'm looking through the [release guide](https://github.com/rakudo/rakudo/blob/master/docs/release_guide.pod) and it seems like the bot can do some steps that are currently done manually: - [x] `Remind people of the upcoming release,...
Already in the works, but tests needed.
So that it's possible to leave a message to those who ask the bot about the next release.
IRC discussion: https://irclog.perlgeek.de/moarvm/2018-01-09#i_15670261
Kind of annoyed that we cannot bisect sometimes because the change is too old. It is surprising how often this happens. In issue #23 it was noticed that ``lrz``, although...
See this: https://github.com/perl6/whateverable/blob/9b747bc43e61f340295e1fc497f0535d460554d3/bin/Benchable.p6#L43-L44 `run-snippet` will then call `run-smth`: https://github.com/perl6/whateverable/blob/9b747bc43e61f340295e1fc497f0535d460554d3/lib/Whateverable.pm6#L405-L407 [`run-smth`](https://github.com/perl6/whateverable/blob/9b747bc43e61f340295e1fc497f0535d460554d3/lib/Whateverable.pm6#L368) is basically a wrapper that takes a block and wraps some logic around it to uncompress and then delete builds....