🦋 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. |
|||
00:00
reportable6 left
00:02
reportable6 joined
|
|||
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 | |
01:37
Geth left,
Geth joined
01:41
Geth left,
Geth joined
02:43
bisectable6 left,
coverable6 left,
bloatable6 left,
statisfiable6 left,
quotable6 left,
squashable6 left,
linkable6 left,
shareable6 left,
tellable6 left,
committable6 left,
releasable6 left,
reportable6 left,
nativecallable6 left,
unicodable6 left,
benchable6 left,
greppable6 left,
notable6 left,
sourceable6 left,
evalable6 left,
coverable6 joined,
tellable6 joined,
sourceable6 joined,
shareable6 joined,
reportable6 joined,
greppable6 joined
02:44
bisectable6 joined,
squashable6 joined,
bloatable6 joined,
releasable6 joined,
linkable6 joined
02:45
evalable6 joined,
nativecallable6 joined,
quotable6 joined,
notable6 joined,
committable6 joined
02:46
benchable6 joined,
statisfiable6 joined,
unicodable6 joined
03:46
quotable6 left,
nativecallable6 left,
bloatable6 left,
tellable6 left,
linkable6 left,
committable6 left,
greppable6 left,
benchable6 left,
reportable6 left,
statisfiable6 left,
releasable6 left,
sourceable6 left,
bisectable6 left,
shareable6 left,
unicodable6 left,
evalable6 left,
notable6 left,
squashable6 left,
coverable6 left,
shareable6 joined,
quotable6 joined,
notable6 joined,
benchable6 joined
03:47
nativecallable6 joined,
statisfiable6 joined,
tellable6 joined,
coverable6 joined,
linkable6 joined
03:48
squashable6 joined,
greppable6 joined,
unicodable6 joined,
bloatable6 joined,
sourceable6 joined
03:49
evalable6 joined,
bisectable6 joined,
committable6 joined,
releasable6 joined,
reportable6 joined
06:00
reportable6 left
06:02
reportable6 joined
07:02
committable6 left,
evalable6 left,
bisectable6 left,
coverable6 left,
notable6 left,
releasable6 left,
unicodable6 left,
statisfiable6 left,
squashable6 left,
linkable6 left,
shareable6 left,
sourceable6 left,
reportable6 left,
nativecallable6 left,
benchable6 left,
greppable6 left,
quotable6 left,
bloatable6 left,
tellable6 left
07:03
linkable6 joined,
evalable6 joined,
bloatable6 joined
07:04
sourceable6 joined,
releasable6 joined,
benchable6 joined,
squashable6 joined,
bisectable6 joined,
unicodable6 joined,
committable6 joined
07:05
notable6 joined,
quotable6 joined,
reportable6 joined,
nativecallable6 joined,
shareable6 joined,
coverable6 joined,
greppable6 joined,
tellable6 joined,
statisfiable6 joined
07:43
sena_kun joined
|
|||
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 | |
09:46
sena_kun left
|
|||
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” | ||
11:02
notable6 left,
linkable6 left,
evalable6 left,
evalable6 joined,
linkable6 joined
11:03
notable6 joined
|
|||
[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 | |
12:00
reportable6 left
12:01
reportable6 joined
|
|||
[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 | ||
17:55
sena_kun joined
18:00
reportable6 left,
reportable6 joined
19:21
dogbert17 joined
|
|||
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 | |
20:59
linkable6 left,
evalable6 left,
benchable6 left,
sourceable6 left,
unicodable6 left,
releasable6 left,
greppable6 left,
bisectable6 left,
nativecallable6 left,
bloatable6 left,
statisfiable6 left,
tellable6 left
21:00
benchable6 joined,
sourceable6 joined,
releasable6 joined,
linkable6 joined
21:01
unicodable6 joined,
greppable6 joined,
bisectable6 joined
21:02
tellable6 joined,
statisfiable6 joined,
evalable6 joined,
nativecallable6 joined,
bloatable6 joined
22:20
sena_kun left
|