Aleks-Daniel Jakimenko-Aleksejev

Results 190 issues of Aleks-Daniel Jakimenko-Aleksejev

See this commit: https://github.com/rakudo/rakudo/commit/e23e2f6808d7967562a8d05441b4fbd3e8779ee0

benchable

In some cases we get errors like this: ``` Unhandled exception in code scheduled on thread 20 Malformed UTF-8 ``` The source of it seems to be a Proc::Async from...

whateverable
testneeded
greppable

As it says on https://irclog.perlgeek.de/: > I'm sorry, but I had to shut down the IRC logs. Quotable was relying on that website to pull the logs from for grepping,...

quotable

See this gist: https://gist.github.com/Whateverable/9ee24a43be78e42679858da5df641969 Would be nice if each line linked to the actual blob at that commit.

whateverable
evalable

Sometimes a module is needed in the executed code: * https://github.com/perl6/whateverable/blob/master/bin/Benchable.p6#L63 ⚠ *(broken link)* And it goes a bit further and requires stuff like this: * https://github.com/perl6/whateverable/blob/master/bin/Benchable.p6#L86 ⚠ *(broken link)*...

benchable

See [RT #131592](https://rt.perl.org//Public/Bug/Display.html?id=131592). The stress test that is now failing was also added because of whateverable (see [RT #129291](https://rt.perl.org//Public/Bug/Display.html?id=129291)).

whateverable
testneeded

See https://github.com/perl6/doc/issues/1474 and https://irclog.perlgeek.de/perl6/2017-08-28#i_15078281

whateverable
testneeded

> \ c: all ``».say`` > \ AlexDaniel, Sorry kid, that's not my department. > \ c: HEAD ``react whenever signal(SIGINT).merge(signal(SIGHUP)) { say ‘hey!’; exit 0 }`` > \ AlexDaniel,...

committable
testneeded

See https://irclog.perlgeek.de/perl6/2018-06-02#i_16237154

benchable

Basically, the watchdog ensures that bots are not stuck in some weird state. Currently it works like this: https://github.com/perl6/whateverable/blob/7f79d1d1d4cf4d791ad1fca0c0db0e41b6fc36fb/lib/Whateverable.pm6#L181-L185 In other words, someone must send a message to the channel...

whateverable
blocked ☹