🦋 Welcome to the former MAIN() IRC channel of the Raku Programming Language (raku.org). This channel has moved to Libera (irc.libera.chat #raku)
Set by lizmat on 23 May 2021.
Geth doc: fbf008d8f6 | jubilatious1++ (committed using GitHub Web editor) | doc/Language/variables.pod6
Update variables.pod6

Hopefully clarify wording (and hyperlink)
06:07
linkable6 Link: docs.raku.org/language/variables
Geth doc: fdb6b3df1b | (Michael Ruigrok)++ (committed by Juan Julián Merelo Guervós) | doc/Language/js-nutshell.pod6
clarify sentence, fix typo
07:05
doc: 128761ffca | (Michael Ruigrok)++ (committed by Juan Julián Merelo Guervós) | doc/Language/py-nutshell.pod6
emphasise list solution over an external module
doc: ce2d79a546 | (Michael Ruigrok)++ (committed by Juan Julián Merelo Guervós) | doc/Language/py-nutshell.pod6
fix line length
linkable6 Link: docs.raku.org/language/js-nutshell
linkable6 Link: docs.raku.org/language/py-nutshell
mykhal m: ( DateTime.new("$_-12-31T23:59:59").later(:1second) for (2015 .. 2016) ) 08:46
camelia ( no output )
mykhal m: say ( DateTime.new("$_-12-31T23:59:59").later(:1second) for (2015 .. 2016) )
camelia (2016-01-01T00:00:00Z 2016-12-31T23:59:60Z)
mykhal cool
mykhal m: say ( Date.new($_, 2, 3).earlier(:1year) for (2001, 1) ) 09:01
camelia (2000-02-03 0000-02-03)
mykhal ok, ISO 8xxx 0000 for year -1 09:14
lizmat clickbaits rakudoweekly.blog/2021/07/19/2021-...uled-to-3/ 10:15
mykhal m: put (run <<raku -e "say 12xy">>, :err).err.slurp.match(/12(.*?)xy/).[0].comb.grep(*.ord > 0xff)>>.&{($^a, $^a.ord.fmt("U+%X"), $^a.uniname)} 10:50
camelia ⏏ U+23CF EJECT SYMBOL
mykhal .. i wonder if the symbol is semantically reasonable, or just some character resembling a pointer was chosen 10:51
lizmat mykhal: it was a pointer, and it was semantically reasonable: "at that point the parser threw up" :-) 10:52
mykhal lizmat: i was thinking that. initially thought about graphical similarity only, after i found rcgye acronym (e as in eject) in rakudo code :) 10:59
s/after/until/ 11:00
Geth raku.org: ash++ created pull request #165:
Update conference dates
13:03
raku.org: 92ea501192 | (Andrew Shitov)++ | source/index.html
Update conference dates
13:12
raku.org: 0702ca0984 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | source/index.html
Merge pull request #165 from ash/conference

Update conference dates
lizmat let's see how fast that shows up :-) 13:13
Altreus perlbot: utf8 ⏏ 13:18
perlbot Altreus: U+23CF (e2 8f 8f): EJECT SYMBOL [⏏]
Altreus :)
First time I saw that used in an error I thought, yep, that makes sense
I was pleased that finally a language was using the symbols available 13:19
[Coke] is there a way with HTTP::UserAgent to automatically retry, maybe on a timer? 13:50
jdv [Coke]: sounds fancy 14:25
Juerd A generic retry function would be useful to have too 14:45
I've recently used the command line tool "retry", combined with "timeout", to retrieve some files with "scp" during a ddos 14:46
After a few minutes it actually worked :)
Altreus yes not a bad idea. in fact the try/catch form of exception handling (albeit somewhat refactored by raku) supports retry, conceptually at least 14:48
jdv iirc stuff like that is on the cro ua roadmap 15:51
right now its a bit suboptimal i guess 15:52
jdv i ran into it and i can't remember why but i remember that bit 15:52
sergot Hi all! Is there anyone who would like to take over my p6 modules? http useragent, openssl and others :) 15:58
tellable6 2019-06-03T12:03:24Z #perl6 <patrickb> sergot: Have you seen github.com/sergot/datetime-parse/pull/13
hey sergot, you have a message: gist.github.com/b41bd4e374a7d9ff90...4e4cc34cca
sergot I mean, raku modules :) 15:59
jdv sergot: hope all is ok. i can't, sorry. 16:07
xinming_ releasable6: status 16:26
releasable6 xinming_, Next release in ≈3 days and ≈2 hours. 3 blockers. Changelog for this release was not started yet
xinming_, Details: gist.github.com/14db5e23b9233ce898...8fc8db80a7
ionsolo we need to agregate raku to the tables of this article 16:54
en.m.wikipedia.org/wiki/Comparison...on_engines
SmokeMachine is anyone getting this when running `raku brew build moat-master`? usercontent.irccloud-cdn.com/file/.../image.png 17:55
sorry, `rakubrew build moar-master` 17:56
I've done a self-upgrade and I'm trying again 17:57
it worked, thanks 18:00
SmokeMachine Does anyone know why this could b happening? usercontent.irccloud-cdn.com/file/.../image.png 18:14
`zef install .` also gets that error, but `mi6 test` works...
moon-child mykhal: github.com/rakudo/rakudo/issues/44...-883312890 18:23
SmokeMachine it seems to be happening on other modules also... usercontent.irccloud-cdn.com/file/.../image.png
mykhal m: say ( Uni(0x300) eqv Uni(0x300), Uni(0x300) eqv Uni(0x340), "\x340" eq "\x300") 18:54
camelia (True False True)
mykhal moon-child: thanks for heads up, lizmat: updated my comment github.com/Raku/doc/issues/3258#is...-881846448 19:00
[Coke] I'd run zef with --verbose 22:03
also, what version of raku and zef do you have? 22:04
japhb [Coke]: See also logs.liz.nl/red/2021-07-20.html 22:13
SmokeMachine [Coke]: sorry, I’m away from keyboard now, but here are some more details: github.com/ugexe/zef/issues/406 23:22