🦋 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.
Geth JSON-Unmarshal/issue-7: 645a8f154b | (Vadim Belman)++ | lib/JSON/Unmarshal.rakumod
Make object deserialization candidate do the right thing

Thow it would be slower than any type matching.
01:34
Geth JSON-Unmarshal/issue-7: 51b39c8812 | (Jonathan Stowe)++ | 2 files
Deal better with types that implement Positional

A type that implemented Positional but has accessors (so presumably is amenable to a pairwise constructor,) wouldn't have worked before.
This may not work for a Positional which has a constructor which takes a list of things but by that point I'd expect the implementor to provide their own BUILD or custom constructor.
09:05
lizmat notable6: weekly 10:08
notable6 lizmat, 2 notes: 2023-07-21T16:07:50Z <lizmat>: rakuforprediction.wordpress.com/20...functions/ ; 2023-07-21T17:57:40Z <[Coke]>: github.com/universal-ctags/ctags/pull/3777
lizmat notable6: weekly reset 10:10
notable6 lizmat, Moved existing notes to “weekly_2023-07-24T10:10:35Z”
[Coke] other failures now, will post 11:56
(doing a full xtest)
lizmat ah, ok :-)
[Coke] meta6 test failings since I can't reinstall the module... 11:57
lizmat that's an unrelated issue afaik
[Coke] agreed 11:58
[Coke] gist.github.com/coke/01d6377df45fe...f3c7042313 - some example compilation errors that are pod related, and whitespace issue in one of the examples (these might not be related to your recent changes directly) 12:02
2 of the 4 failing test files are due to missing dependencies, ignore those. checking the 03-tests-valid.rakutest ...
... ah, also missing deps. 12:03
so just the examples-compilation errors. all the comparison errors are gone, lizmat++ 12:05
lizmat whee!
[Coke] If someone can take a look at the example compilation issues in the gist, I'd appreciate it. Guessing they are tangential to recent pod cleanups 12:07
(someone other than lizmat, this is a good intro problem) 12:08
... this is the wrong window. Sorry, folks!
(moved back to #raku-doc) 12:11
Geth rakudo/main: 3bca9516a6 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: make all heredocs share the same language

if they share the same additional adverbs. This is possible because the actual stopper for heredocs operates on the $*DELIM dynamic variable. So all heredocs actually share the same stopper *code*, even if they have stoppers that are actually different.
12:42
lizmat And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/07/24/2023-30-morevids/ 13:10
Geth ¦ problem-solving: lizmat assigned to codesections Issue It is time to drop the "(formerly Perl 6)" github.com/Raku/problem-solving/issues/377 14:03
¦ problem-solving: lizmat unassigned from codesections Issue It is time to drop the "(formerly Perl 6)" github.com/Raku/problem-solving/issues/377
[Coke] do we have a way to track release blockers? 14:29
(fixing the breakage on the META6 module should qualify, IMO)
lizmat make an issue and mark it as "BLOCKER" ? 14:30
[Coke] ok, didn't know we had a tag already. I'll make a rakudo/rakudo issue linked to the PS issue. 14:39
er, community modules, not PS. 14:47
[Coke] openend github.com/rakudo/rakudo/issues/5318 14:49
also blocks installing (e.g.) Text::CSV 15:04
wonder if an ` zef-deps --inverse` would be handy (if slow) 17:46
would love it for #5318 so we could see all the modules that depend on getting the breakage fixed. 17:47
Geth rakudo/main: 1919197153 | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6
Improve null regex error message a bit

In response to github.com/rakudo/rakudo/issues/5319
19:37