🦋 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.
00:03 reportable6 left 00:04 reportable6 joined 00:32 DocHolliwould left 00:35 jgaz joined 01:21 jgaz left 01:48 Juerd joined 02:18 Kaiepi left, Kaipi joined 02:25 monkey_ joined 02:34 monkey_ left 03:14 monkey_ joined 03:49 monkey_ left 04:11 japhb left 04:14 japhb joined 05:14 sourceable6 left, bloatable6 left, greppable6 left, statisfiable6 left, unicodable6 left, reportable6 left, evalable6 left, tellable6 left, committable6 left, squashable6 left, linkable6 left, reportable6 joined 05:15 evalable6 joined, squashable6 joined, tellable6 joined, statisfiable6 joined, greppable6 joined 05:16 sourceable6 joined, linkable6 joined, unicodable6 joined, bloatable6 joined, committable6 joined 06:00 ufobat joined 06:02 reportable6 left 06:04 reportable6 joined
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
07:00 Sgeo left 07:02 ufobat_ joined
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
07:06 ufobat left 08:00 dakkar joined 08:10 patrickb joined 08:12 dogbert17 joined, dogbert11 left 08:24 dakkar left 08:25 dakkar joined 08:35 squashable6 left 08:37 squashable6 joined
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
08:55 abraxxa-home joined 08:57 abraxxa left
mykhal m: say ( Date.new($_, 2, 3).earlier(:1year) for (2001, 1) ) 09:01
camelia (2000-02-03 0000-02-03)
09:08 abraxxa joined, Eddward_ left
mykhal ok, ISO 8xxx 0000 for year -1 09:14
09:15 abraxxa left 09:16 abraxxa joined 10:11 sono left
lizmat clickbaits rakudoweekly.blog/2021/07/19/2021-...uled-to-3/ 10:15
10:50 tejr left
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
10:51 tejr joined
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
11:08 sena_kun joined 11:09 Doc_Holliwood joined 12:02 reportable6 left 12:05 reportable6 joined 12:26 dogbert11 joined 12:28 dogbert17 left 12:53 MasterDuke joined 13:01 Sgeo joined
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
13:25 Doc_Holliwood left
[Coke] is there a way with HTTP::UserAgent to automatically retry, maybe on a timer? 13:50
13:53 Doc_Holliwood joined 13:55 tobs left 13:56 Eddward_ joined 14:15 tobs joined 14:19 Doc_Holliwood left
jdv [Coke]: sounds fancy 14:25
14:37 archenoth joined
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 :)
14:47 Doc_Holliwood joined
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
15:44 justsomeguy joined
jdv iirc stuff like that is on the cro ua roadmap 15:51
right now its a bit suboptimal i guess 15:52
15:52 Doc_Holliwood left
jdv i ran into it and i can't remember why but i remember that bit 15:52
15:57 sergot joined
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
16:03 justsomeguy left
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
16:32 justsomeguy joined 16:36 patrickb left 16:38 dakkar left 16:49 justsomeguy left
ionsolo we need to agregate raku to the tables of this article 16:54
en.m.wikipedia.org/wiki/Comparison...on_engines
17:10 justsomeguy joined 17:37 justsomeguy left 17:52 sena_kun left
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
18:02 reportable6 left 18:05 reportable6 joined
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
18:39 Doc_Holliwood joined 18:53 ufobat_ left
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
19:04 Maylay left, Maylay joined 19:05 clarjon_1 joined 19:08 clarjon1 left, clarjon_1 is now known as clarjon1 19:26 sergot left 19:49 japhb left 19:56 japhb joined 20:37 sono joined 21:14 justsomeguy joined 21:28 archenoth left 21:33 archenoth joined
[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
22:33 evalable6 left, linkable6 left, evalable6 joined 22:34 linkable6 joined 22:54 abraxxa-home left
SmokeMachine [Coke]: sorry, I’m away from keyboard now, but here are some more details: github.com/ugexe/zef/issues/406 23:22
23:54 evalable6 left, linkable6 left 23:55 linkable6 joined 23:57 evalable6 joined