🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
lizmat bisectable6: old=2022.01 dd Blob.new(Nil) 09:27
bisectable6 lizmat, Cannot find revision “2022.01” (did you mean “2022.06”?)
lizmat bisectable6: old=2022.02 dd Blob.new(Nil)
bisectable6 lizmat, Bisecting by output (old=2022.02 new=f2546b4) because on both starting points the exit code is 1
lizmat, bisect log: gist.github.com/86da2b134f3952da14...fb04f3ed6b 09:28
lizmat, (2022-02-17) github.com/rakudo/rakudo/commit/6a...905949d1e6
Geth rakudo: 32a4079151 | (Elizabeth Mattijsen)++ | src/core.c/Buf.pm6
Add missing private error handling method

Spotted by jjatria++ . Also restructure a bit to prevent repetition
09:49
Geth rakudo: 6584775cc3 | (Elizabeth Mattijsen)++ | src/core.c/Any-iterable-methods.pm6
Make sure a bare "sort" is a compile-time error

Inspired by twitter.com/cpan_author/status/153...1075590144
10:31
lizmat this appears to make one test fail in "make test", but no test failures in roast 10:36
I assume because one of the candidates has a +values signature, which makes the minimum arity 0 ? 10:37
patrickb bisectable: say (1,2) RX (3,4) 11:37
bisectable6 patrickb, Will bisect the whole range automagically because no endpoints were provided, hang tight
patrickb, Output on all releases: gist.github.com/5b48a3f7e74e71aeaa...bcb16f860f 11:38
patrickb, Nothing to bisect!
Geth rakudo: 0c9169dc37 | (Elizabeth Mattijsen)++ | src/core.c/Any-iterable-methods.pm6
Make sort() a runtime error

To appease the signature test on &sort
11:52
Geth nqp: e3c4399912 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump MoarVM to get bytecode-size dispatcher
12:29
rakudo: d253dc79e7 | (Elizabeth Mattijsen)++ | 2 files
Bump NQP and implement Code.bytecode-size

On MoarVM only.
12:43
Geth WebService-GitHub/main: 8c05064f34 | (Patrick Böker)++ | dev-scripts/static/lib/WebService/GitHub/Role.rakumod
Prevent a use of Nil in Str context

If a repsonse doesn't contain a "Last-Modified", then don't try to send a
  "If-Modified-Since" header with bogus content.
20:11