🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
guifa2 pmurias++ congrats! 00:58
Any raku-ers in Amsterdam?
guifa2 is passing through on spring break layover this week
Geth doc: uzluisf++ created pull request #3254:
Add example for Callable/Whatever in splice
02:03
timotimo oh i wonder if gpw2020 will be streamed ... or is being streamed i guess since it just started or is about to start or something like that? 09:44
gprw2020* 09:45
moritz timotimo: it's not streamed, but talks should appear online pretty soon
the official word was: 4 hours after a talk ends 09:46
timotimo damn, that's pretty good! 09:50
tobs I'm looking forward to see the talks! 10:20
El_Che moritz: keeping fingers cross the mic/audio is OK. IT seems to be the hardest thing to get right 10:39
moritz aye 10:44
timotimo absolutely ;( 10:50
El_Che *crossed 10:53
moritz keeps his fingers cross-eyed 10:59
foo222 m: say 42 12:36
evalable6 42
foo222 hi all. how does one do private use of bots: ? 12:39
eg /msg camelia m: say 42 gives me "no such nick/channel" 12:40
moritz foo222: I recommend using glot.io/new/perl6 or something 12:41
tadzik foo222: that's because there's no camelia here, just evalable6 :) 12:44
foo222 moritz: thx. I'm using that right now but it's from early 2018. and tio's not responding (and is from 2018 too)
foo222 tadzik: the welcome message says to use camelia 12:44
grondilu m: grammar Foo { rule TOP { foo } }; say "foo bar" ~~ rx:s/<Foo> bar/; 12:45
evalable6 (exit code 1) No such method 'Foo' for invocant of type 'Match'
in block <unit> at /tmp/TtFRZqouIG line 1
tellable6 2015-03-07T07:29:32Z #perl6 <moritz> grondiulu: your module openssl declares a dependency on NativeCall, but that is now shipped with rakudo. Please remove it from the deps
foo222 tadzik: heh. fwiw, w/ evalable6 I got "Sorry, it is too private here." :) 12:46
moritz camelia seems to have trouble connecting to the internetz :( 12:46
grondilu m: grammar Foo { rule TOP { foo } }; say "foo bar" ~~ rx:s/<Foo::TOP> bar/; 12:47
camelia 「foo bar」
Foo::TOP => 「foo 」
foo222 tadzik: heh ** 2. and evalable6 says to use whateverable -- which also says "no such channel/nick"
tadzik foo222: whoops, indeed:) 12:48
tadzik to me it said: evalable6 | Sorry, it is too private here. You can join #whateverable channel instead 12:48
moritz m: say 'camelia is back'
... but not responding, wtf?
foo222 tadzik: yes, i omitted the You can join because... I can't. :) 12:49
tadzik now no bot is responding :|
foo222: indeed, it's trickier than it looks :) Thanks for pointing it out!
moritz it might need a while the first time, due to some weird rate limiting rules
camelia camelia is back
moritz and Bot::BasicBot having a pretty crude rate limiting protection 12:49
m: say 'faster now?' 12:50
camelia faster now?
moritz foo222: you can now /msg camelia m: say 'yay'
grondilu I've updated my Chess module on github (including the version number in META6.json), but "zef update && zef upgrade" doesn't seem to see it. What am I doing wrong?
moritz grondilu: is it a CPAN module?
grondilu I doubt it
tadzik moritz: ah, so that's what it is!
foo222 moritz: yeah, i've now gotten two camelia m:'s to work. thank you!
tadzik I always wondered why BasicBot is always slow on the first command
grondilu CPAN includes Perl 6 modules now? 12:51
grondilu thought it was just for Perl 5
moritz tadzik: basically it rate-limits itself on all the /join commands an all the other meta data it exchanges with each server
grondilu: docs.raku.org/language/modules#Upl...le_to_CPAN 12:52
cpan-raku New module released to CPAN! ValueTypeCache (0.0.3) by 03ELIZABETH 13:38
New module released to CPAN! ObjectCache (0.0.2) by 03ELIZABETH
timotimo updates on the gpw talk recordings? is the "germanperlworkshop" channel on youtube the right place to look for them? 15:59
there's also the "german perl workshop - gpw" channel, but that hasn't uploaded in 3 years 16:00
Geth doc: 679bb954bc | (Luis F. Uceta)++ | doc/Type/Array.pod6
Add example for Callable/Whatever in splice

I tried to come up with a substantial use case but the best I could do was an example to remove the second to last element from an array ;-). Hopefully somebody else can do better but this might do it for the time being. I've also added some equivalence list between few subroutines (pop, push, etc.) and splice from perldoc.perl.org/functions/splice.html.
refs: github.com/Raku/doc/issues/3218
16:37
linkable6 Link: docs.raku.org/type/Array
doc: d84843784b | (Luis F. Uceta)++ | doc/Type/Array.pod6
Format code snippet as text to avoid compilation error
doc: bbfc6ab15b | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Type/Array.pod6
Merge pull request #3254 from uzluisf/master

Add example for Callable/Whatever in splice
jdv79 i want to make a custom DateTime class that has a different default format - what's the easiest way to do that? 17:01
Altai-man_ jdv79, I assume you know about `formatter` method? 17:11
rypervenche jdv79: What format would you like?
jdv79 formatter is private
Altai-man_ jdv79, it is part of public API, see docs.perl6.org/type/DateTime#(Date..._formatter ? 17:12
cpan-raku New module released to CPAN! Sparrow6 (0.0.15) by 03MELEZHIK 17:15
cpan-raku New module released to CPAN! Sparrowdo::Archive (0.0.2) by 03MELEZHIK 19:44
cpan-raku New module released to CPAN! Sparrowdo::Azure::Web::Cert (0.0.4) by 03MELEZHIK 20:25
Geth ecosystem: melezhik++ created pull request #483:
Moved to CPAN
20:26
ecosystem: bdba5b6890 | (Alexey Melezhik)++ (committed using GitHub Web editor) | META.list
Moved to CPAN
20:27
ecosystem: c940524b6e | (Alexey Melezhik)++ (committed using GitHub Web editor) | META.list
Merge pull request #483 from melezhik/master

Moved to CPAN
Geth ecosystem: melezhik++ created pull request #484:
Moved to CPAN
22:11
ecosystem: 7763ed38ec | (Alexey Melezhik)++ (committed using GitHub Web editor) | META.list
Moved to CPAN
22:12
ecosystem: b87a433e00 | (Alexey Melezhik)++ (committed using GitHub Web editor) | META.list
Merge pull request #484 from melezhik/master

Moved to CPAN
cpan-raku New module released to CPAN! Sparrowdo::Rvm (0.0.2) by 03MELEZHIK 22:14