Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
See https://github.com/Raku/whateverable/issues/23#issuecomment-670971601 for some context. When lrzip was introduced, zstd did not have a long-range mode, so lrzip was the only choice to achieve what we needed. Today the situation...
See this: http://irclog.perlgeek.de/perl6/2016-08-19#i_13055233 Pretty sure that it is not our fault, but we have to rakudobug it.
As I'm moving to the new server, I'm trying to dockerize everything that I had and migrate it. Whateverable is one of the projects. Note that for now I'll keep...
Code: https://github.com/perl6/whateverable/blob/2badfc01f4e320d0db3d4c01dfe1075634c92eaa/lib/Whateverable/Running.pm6#L40-L74
``` u: ä naxieAlDle, U+00E4 LATIN SMALL LETTER A WITH DIAERESIS [Ll] (ä) ``` Actually, it was ``a`` + combining character.
See https://colabti.org/irclogger/irclogger_log/raku?date=2020-11-18#l322 It is an intentional feature. If you `.tell` a message to someone who is online, and they immediately reply, then the bot simply discards the message because there...
Currently, there's this check: https://github.com/Raku/whateverable/blob/cf9bcd03b154bcc570aca8a2628099a408cde460/xbin/Bisectable.p6#L266-L268 However, @lizmat++ and @Altai-man++ came up with an idea of doing this check automatically by comparing `.moarvm` files of the final commit and its parent....
> \ c: ``8bed4a67b^,8bed4a67b run(:err, :out, :env(%(MVM_SPESH_NODELAY=>1, MVM_SPESH_BLOCKING=>1)), (run :out, ‘which’, ‘perl6-gdb-m’).out.slurp-rest.chomp, ‘sandbox/roast/S02-types/num.t’).out.slurp-rest.contains(‘SIGSEGV’).say`` > \ AlexDaniel, ¦8bed4a67b^: «False» ¦8bed4a6: «True» But at the same time: > \ bisect: ``old=8bed4a67b^ new=8bed4a67b...
Example: https://github.com/rakudo/rakudo/issues/1238 Would be great if most of that info and formatting was generated by a bot. It already is, kind of, but it still requires a bunch of edits.