🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
releasable6 Next release in ≈4 days and ≈3 hours. 3 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 15:00
jdv anyone else having trouble installing whateverable? it worked a couple weeks ago i think. 18:25
lizmat what problems do you see? 18:27
jdv gist.github.com/jdv/e490ecf38afcfc...24bcbb900b 18:28
2x so probably not transient 18:30
ugexe github.com/lizmat/IRC-Client/commi...e98c5e41b5 18:32
ye olde version pinning 18:35
lizmat oh dear, I borked something? 18:37
ugexe whateverable does 'use IRC::Client::Message' 18:39
lizmat where does Whateverable live again?
ugexe github.com/Raku/whateverable/blob/...le.pm6#L17
lizmat I see 2 solutions: 18:41
either pin the use statement to :ver<4.0.0>
or drop the "::Message" part in the use statement 18:42
or wait until I've made IRC::Client provide IRC::Client::Message again 18:45
jdv i guess it depends when will that happen 18:46
ugexe you could also probably just manually install an old version of IRC::Client 18:51
then install whateverable
jdv yeah, i'll try to pin it for now, thanks
ugexe should uninstall both of them first
jdv its part of a docker build 18:52
lizmat jdv: working on it now 18:55
jdv: IRC::Client 4.0.5 now in the ecosystem 19:06
jdv: can you confirm this fixes the Whateverable issue ? 19:31
notable6: weekly 19:36
notable6 lizmat, No notes for “weekly”
jdv it doesn't seem to. i pinned it for now and that worked. 19:53
lizmat jdv: gist ? 19:59
ok 20:00
jdv gist.github.com/jdv/67f6499e71eaeb...08d70503db 20:01
lizmat interesting... 20:06
since you're up and running now, I'll check on it tomorrow again
lizmat will try to finish the Weekly first now
jdv thanks 20:07
Geth roast: MasterDuke17++ created pull request #775:
Remove use/mention of deprecated `is_approx`
20:24
lizmat And another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/12/13/2021-...or-micros/ 20:59
Geth roast: ddd0b3df7e | (Daniel Green)++ | 3 files
Remove use/mention of deprecated `is_approx`
21:03
roast: d68fece5ac | MasterDuke17++ (committed using GitHub Web editor) | 3 files
Merge pull request #775 from MasterDuke17/remove_is_approx
lizmat interesting... seems like the PING timeout logic needs to reset the timer when the bot talks 21:05
MasterDuke is there a way to use the built-in grammar tokens, e.g., <dec_number>? 23:10