»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_log/perl6 | UTF-8 is our friend! 🦋
Set by Zoffix on 25 July 2018.
00:03 zachk left 00:14 sortiz left 00:17 ToddAndMargo left 00:22 zacts left
vrurg In one aspect nqp reminds me of Pascal... 00:27
timotimo is it the := perhaps?
00:27 cydf left 00:28 cydf joined
vrurg timotimo: you knew it! ;) 00:31
timotimo Not Quite Pascal 00:32
vrurg :D 00:34
00:40 Cabanossi left 00:46 patrickb joined 00:47 Cabanossi joined 00:50 patrickz left 00:55 DarthGandalf joined 00:56 w_richard_w joined 00:57 rindolf left 01:09 cydf left 01:12 zacts joined 01:20 netrino left 01:21 Ptolemarch left 01:29 lucasb left 01:34 w_richard_w left 02:02 aborazmeh left 02:11 leont left 02:13 zacts left 02:44 patrickb left 02:48 avuserow left 03:10 Black_Ribbon joined 03:24 zacts joined 03:33 Kaiepi left 03:43 adu joined 03:48 kurahaupo left, kurahaupo joined 03:53 cpup joined 04:00 dominix joined
dominix hi everyone 04:00
adu hi
dominix how do I compare to .. list or array ?
how do I compare two .. list or array ? 04:01
sorry
m: say "ok" if (a b c) = (a b c);
camelia 5===SORRY!5=== Error while compiling <tmp>
Undeclared routines:
a used at line 1
b used at line 1
c used at line 1
adu »~~«? 04:02
dominix I have something that return (a b c) and I want to compare to same thing
adu oh as a whole, not elementwise
dominix m: say "ok" if (a b c) ~~ (a b c);
camelia 5===SORRY!5=== Error while compiling <tmp>
Undeclared routines:
a used at line 1
b used at line 1
c used at line 1
MasterDuke m: say <a b c> ~~ <a b c>; say <a b c> ~~ <a b d> 04:03
camelia True
False
dominix m: say (a b c) ~~ (a b c);
camelia 5===SORRY!5=== Error while compiling <tmp>
Undeclared routines:
a used at line 1
b used at line 1
c used at line 1
MasterDuke dominix: regular parens don't create lists/arrays. you either need <> or commas between your elements 04:04
04:04 dominix_ joined
MasterDuke m: say <a b>.WHAT, ("a", "b").WHAT, ["a", "b"].WHAT 04:05
camelia (List)(List)(Array)
dominix_ ok; that <> vs () confuse me 04:06
04:07 dominix left
adu are there perl6 implementations of awk/sed? 04:08
MasterDuke adu: not that i'm aware of 04:09
04:09 dominix_ left
adu is it because it would be too easy? 04:10
04:10 dominix joined
MasterDuke adu: no idea, but a possible problem is that the -n and -p flags for Perl 6 aren't quite perfect, and -i isn't implemented yet at all 04:12
04:31 ferreira left 04:37 MasterDuke left
adu how do I capture multiple files in MAIN? 04:45
*@files? 04:49
*@files? 04:51
oops
04:58 kurahaupo left 05:04 mowcat left 05:12 kurahaupo joined 05:25 wi15ht joined 05:28 w17t left 05:29 Kaiepi joined, zacts left
dominix I need to match any combinaison of 1 to 4 elements like a b c d but nothing else. 05:34
a is ok
a c is ok
b c d is ok
a b c d is ok
hahainternet docs.perl6.org/language/setbagmix should help you 05:35
dominix but a z is not neither e
hahainternet: I'll have a look 05:36
05:40 w_richard_w joined 05:42 zacts joined 05:43 w_richard_w left
dominix hahainternet: thanks 06:00
m: say <a c> (>=) <a b c d>; 06:01
camelia False
dominix m: say <a c> (<=) <a b c d>;
camelia True
dominix m: say <a e> (<=) <a b c d>;
camelia False
dominix m: say <a b c> (<=) <a b c d>;
camelia True
dominix m: say <a b z> (<=) <a b c d>;
camelia False
dominix m: say <z> (<=) <a b c d>;
camelia False
dominix m: say <d> (<=) <a b c d>;
camelia True
dominix wunderbar
06:03 satori__ joined 06:04 zacts left 06:06 reach_satori_ left 06:08 mniip left 06:25 dominix left, dominix joined 06:28 [particle]1 joined 06:30 [particle] left, adu left 06:31 adu joined, adu left, sauvin joined 06:32 adu joined, adu left, adu joined 06:33 adu left, mniip joined, adu joined, adu left 06:34 adu joined, adu left, mwe113 joined
mwe113 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:35
06:35 adu joined, mwe113 left, adu left, adu joined 06:36 adu left, adu joined, JoL1hAHN8 joined
JoL1hAHN8 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:36
06:37 adu left, zacts joined, JoL1hAHN8 left, adu joined, adu left 06:38 adu joined, adu left 06:39 fraxed joined
fraxed read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:39
06:39 fraxed left 06:40 jglick18 joined
jglick18 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:40
06:40 jglick18 left 06:41 Dago_ joined
Dago_ read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:41
06:41 Dago_ left 06:42 zoglesby13 joined
zoglesby13 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:42
06:43 zoglesby13 left 06:44 adu joined 06:45 random_yanek left 06:47 reach_satori_ joined 06:49 htafdwes joined
htafdwes read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:49
06:49 htafdwes left 06:50 satori__ left 06:55 dominix left, dominix joined 06:57 random_yanek joined 06:58 staafl10 joined
staafl10 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:59
06:59 staafl10 left 07:01 keyno joined
keyno read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:01
07:02 keyno left 07:09 [particle] joined 07:10 totonika8 joined
totonika8 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:10
07:10 totonika8 left 07:11 [particle]1 left 07:13 jzelinskie9 joined
jzelinskie9 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:13
07:13 jzelinskie9 left 07:14 jmerelo joined
jmerelo squashable6: status 07:14
yoleaux 1 Mar 2019 22:27Z <tony-o> jmerelo: you can write plugins by looking at any of the plugins currently available or you can be patient for the interface change (documentation will be generated for how to write a plugin after that) and then read the docs
squashable6 jmerelo, 🍕🍕 SQUASHathon is in progress! The end of the event in 1 day and ≈6 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
jmerelo, Log and stats: gist.github.com/a98c945d9af5db0cf4...63d9f06686
jmerelo releasable6: status 07:15
releasable6 jmerelo, Next release will happen when it's ready. 2 blockers. 319 out of 321 commits logged
jmerelo, Details: gist.github.com/c365ce0938d3441b14...5f00e134f1
07:24 warricksothr11 joined
warricksothr11 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:24
07:24 warricksothr11 left 07:25 demfloro joined
demfloro read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:25
07:25 demfloro left 07:32 tasm joined
tasm read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:32
07:33 dominix left
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 07:33
07:36 tasm left
jmerelo spambots are back... 07:36
07:40 zaibon27 joined
zaibon27 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:40
07:40 zaibon27 left
squashable6 🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468896716 07:41
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 07:47
🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468897171
08:04 bradparker18 joined
bradparker18 read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:04
08:08 bradparker18 left 08:10 ravenousmoose joined 08:13 jasonm joined
jasonm read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:13
08:14 jasonm left 08:16 vanth joined
vanth read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:16
08:20 vanth left 08:22 douglaswth12 joined
douglaswth12 read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:22
08:22 douglaswth12 left
squashable6 🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468899988 08:26
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 08:28
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 08:41
08:42 Madbrad200 joined
Madbrad200 read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:42
08:43 ravenousmoose left, Madbrad200 left, zacts left 08:44 [particle]1 joined
Geth doc: 2ce0f438de | (JJ Merelo)++ | doc/Language/syntax.pod6
Checks sym refs #2632
08:44
synopsebot Link: doc.perl6.org/language/syntax
doc: 2b8a006db5 | (JJ Merelo)++ | 2 files
Clarification and reflow
doc: f0751d904b | (JJ Merelo)++ | doc/Language/control.pod6
Last in version-controlled changes.

This refs #2632, on with the next block.
synopsebot Link: doc.perl6.org/language/control
08:47 [particle] left 09:03 zacts joined, domidumont joined 09:08 dustymugs joined
dustymugs read about the new exciting pedo-friendly linux distribution exherbo.com/ 09:08
09:08 dustymugs left 09:12 adu left 09:21 greaser|q21 joined
greaser|q21 read about the new exciting pedo-friendly linux distribution exherbo.com/ 09:21
09:21 greaser|q21 left 09:25 drclaw1 joined 09:27 ExtraCrispy left 09:34 Noskcaj5 joined
Noskcaj5 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 09:34
read about the new exciting pedo-friendly linux distribution exherbo.com/
09:34 Noskcaj5 left 09:44 molaf joined
discord6 <Vendethiel> Jesus 09:53
10:06 ExtraCrispy joined 10:09 urlgrabber joined
urlgrabber pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 10:09
read about the new exciting pedo-friendly linux distribution exherbo.com/
10:09 urlgrabber left 10:10 sena_kun joined 10:13 sluidfoe joined
sluidfoe pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 10:13
read about the new exciting pedo-friendly linux distribution exherbo.com/
tadzik eh, again 10:15
10:17 sluidfoe left 10:19 aborazmeh joined, aborazmeh left, aborazmeh joined 10:24 thaurwylth8 joined
thaurwylth8 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 10:24
read about the new exciting pedo-friendly linux distribution exherbo.com/
10:25 rindolf joined
rindolf hi all 10:25
sena_kun o/
10:27 [particle]1 left
lizmat looks like we're going to need a bot again to keep out the spammers :-( 10:27
10:28 thaurwylth8 left, [particle] joined
rindolf lizmat, which ones? 10:29
sena_kun, sup?
10:30 mahafyi left
sena_kun rindolf, o7 10:30
10:30 mahafyi joined 10:31 satori__ joined
rindolf sena_kun, what? 10:32
10:32 jrgilman10 joined
jrgilman10 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 10:32
read about the new exciting pedo-friendly linux distribution exherbo.com/
sena_kun rindolf, hmm... Well, you've greeted with `hi all`, I've responded to the greeting with `o/`... Then the conversation diverged into the odd branch, I guess. 10:33
10:33 jrgilman10 left
sena_kun I wonder who can hate exherbo, not like this distro is anyhow widely used. I'd even say it is pretty obscure. :| 10:34
10:34 Black_Ribbon left, reach_satori_ left, ravenousmoose joined 10:46 cydf joined
tadzik the target is freenode admins aiui, and everything related to them 10:47
10:48 ravenousmoose_ joined 10:49 Khetzal23 joined
Khetzal23 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 10:49
read about the new exciting pedo-friendly linux distribution exherbo.com/
10:53 Khetzal23 left 10:54 ksk17 joined
ksk17 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 10:54
read about the new exciting pedo-friendly linux distribution exherbo.com/
10:55 molaf left 10:56 jmerelo left 10:57 [particle] left 10:58 [particle] joined 10:59 ksk17 left, aborazmeh left 11:02 RenatoCRON17 joined
RenatoCRON17 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 11:02
read about the new exciting pedo-friendly linux distribution exherbo.com/
11:02 RenatoCRON17 left 11:05 patrickb joined 11:07 Xenith13 joined
Geth ecosystem: a769896417 | Altai-man++ (committed using GitHub Web editor) | META.list
Fix 404 url
11:09
11:11 bramp5 joined
bramp5 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 11:11
read about the new exciting pedo-friendly linux distribution exherbo.com/
11:12 Xenith13 left 11:15 bramp5 left 11:18 dogbert21 left 11:22 lucasb joined
MitarashiDango[m rakudo.org seems to be redirecting to p6c.org at the moment 11:30
11:31 drclaw1 left
lucasb here is ok 11:31
lizmat seems ok here as well 11:32
lucasb haha vim.dev and emacs.dev 11:36
11:41 niston15 joined
lizmat :-) 11:41
niston15 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png
read about the new exciting pedo-friendly linux distribution exherbo.com/
lizmat not so :-)
11:46 niston15 left 11:50 aborazmeh joined, aborazmeh left, aborazmeh joined 11:52 ravenousmoose_ left 11:53 gkra22 joined
gkra22 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 11:53
read about the new exciting pedo-friendly linux distribution exherbo.com/
MitarashiDango[m Hmm, something very strange happening on my home network it looks like 11:56
11:57 gkra22 left 11:58 molaf joined
MitarashiDango[m Okay, so it looks like rakudo.org goes to p6c.org via IPv6 11:59
But IPv4 is fine 12:00
12:01 epon7 joined
epon7 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 12:01
read about the new exciting pedo-friendly linux distribution exherbo.com/
12:02 zwetschg1 joined
zwetschg1 pick up your weapons and fight for the white race media.8ch.net/file_store/5b864d8b8...8ea13a.png 12:02
read about the new exciting pedo-friendly linux distribution exherbo.com/
12:02 zwetschg1 left
lucasb ok, where is the bot that mutes users? 12:02
12:05 epon7 left
lizmat hopes AlexDaniel knows 12:07
12:21 ravenousmoose left 12:23 ravenousmoose joined
MitarashiDango[m screenshots.page looks to show the difference between IPv4 and 6 12:23
lizmat .tell jnthn looks like rakudo.org seems to be missing a IPv6 port setting (see screenshots.page) 12:29
yoleaux lizmat: I'll pass your message to jnthn.
12:35 netrino joined 12:40 leont joined 12:49 eponym joined, epony left
squashable6 🍕 Kaiepi++ wrote a comment on “Improve the Perl 6 from Node.js - Nutshell page”: github.com/perl6/doc/issues/1968#i...-468918449 13:00
🍕🍕🍕 First contribution by Kaiepi++! ♥
13:00 eponym left 13:10 kurahaupo left, kurahaupo joined 13:14 nahuel9 joined
nahuel9 twitter.com/OneTrueKloeri/status/1...7752427520 13:14
13:14 nahuel9 left
lizmat yech 13:14
Kaiepi yikes 13:15
leont I really hope that is fake 13:28
Poe's law applies 13:29
13:32 rbergeron6 joined
rbergeron6 twitter.com/OneTrueKloeri/status/1...7752427520 13:32
13:32 rbergeron6 left 13:33 jeromelanteri joined 13:35 rindolf left 13:36 rindolf joined 13:41 cydf left 13:48 edi18 joined
edi18 twitter.com/OneTrueKloeri/status/1...7752427520 13:48
tadzik you know it's fake when spambots send it with such passion 13:50
(or if you look at the twitter account itself) 13:51
13:53 edi18 left, jeromelanteri left 14:03 domidumont left 14:12 cydf joined 14:14 ravenousmoose left 14:19 cydf left 14:21 sena_kun left 14:27 aborazmeh left
rindolf hi all, i am on win7 64-bit and have cygwin64 now if anyone wants testing 14:37
14:40 rindolf left, rindolf joined 14:41 MidCheck joined 14:43 ddenison joined
ddenison twitter.com/OneTrueKloeri/status/1...7752427520 14:43
14:47 pecastro joined 14:48 ddenison left 14:49 ravenousmoose joined
Geth doc: ef106eb138 | cfa++ | 2 files
Fix version typos.
14:57
squashable6 🍕🍕🍕 First contribution by cfa++! ♥
Geth doc: b9de0317cf | cfa++ | doc/Language/control.pod6
Remove trailing whitespace.
14:59
synopsebot Link: doc.perl6.org/language/control
timotimo mst: i think we might want to have sigyn in here? i can't op myself, so i can't /invite 15:00
15:22 ravenousmoose left, kurahaupo left, kurahaupo joined 15:23 kurahaupo left, kurahaupo joined 15:24 zacts left 15:25 kurahaupo left 15:26 kurahaupo joined, kurahaupo left, kurahaupo joined 15:31 mowcat joined 15:35 irco joined
AlexDaniel lizmat: what the hell 15:36
AlexDaniel sets up the bot 15:37
rindolf AlexDaniel, hi
AlexDaniel although, maybe let's try Sigyn first?
15:38 ChanServ sets mode: +o AlexDaniel, Sigyn joined
Sigyn ** Warning: if there is any bot in #perl6 which should be exempted from Sigyn, contact staffers before it gets caught ** 15:38
15:38 ChanServ sets mode: -o AlexDaniel
rindolf i ported my perl6 script to p5 and now it is 15 times faster :( 15:38
AlexDaniel timotimo: done
15:38 cydf joined 15:39 hoelzro_ left
rindolf the perl 5 code is more cluttered tho 15:39
15:39 hoelzro joined
AlexDaniel rindolf: o/ 15:40
how big is the script?
I'm wondering if we can make a benchmark out of it
leont rindolf: p6 doesn't precompile scripts, that may be part of the problem
15:40 johnathan joined
johnathan twitter.com/OneTrueKloeri/status/1...7752427520 15:40
15:40 johnathan left
rindolf AlexDaniel, let me nopaste it 15:41
leont That is the second time, looks like a troll to me
AlexDaniel timotimo: that doesn't look good enough to me
timotimo you mean sigyn?
leont Ah, Sigyn took care of it :-)
AlexDaniel timotimo: yeah, the message went through 15:42
so we'll probably need p6banbot on top of that 15:43
but ok, let's see how it goes…
rindolf AlexDaniel, paste.debian.net/1071035 - p6 ; paste.debian.net/1071036 - p5
15:43 cy_d_fect joined
timotimo i'm not sure where p6bannerbot lives or used to run or what 15:44
15:45 ravenousmoose joined
AlexDaniel it's as easy as that: 15:45
15:45 ravenousmoose left, timewasteable6 joined, ChanServ sets mode: +o timewasteable6, timewasteable6 left
AlexDaniel but hold on, I wanna see how it goes without +m first 15:45
15:46 ravenousmoose joined, cydf left 15:51 MasterDuke joined 15:52 MasterDuke left, MasterDuke joined 16:03 kurahaupo left, kurahaupo joined, kurahaupo left, kurahaupo joined
AlexDaniel rindolf: can I have input example too? Wanna play with it a bit 16:05
rindolf AlexDaniel, yes 16:07
AlexDaniel, www.shlomifish.org/Files/files/arc...58par24.7z 16:09
mst timotimo: yay 16:11
16:11 ChanServ sets mode: +o mst
AlexDaniel rindolf: ok the script has "./e658log2par.txt" but there's only "e658log.txt" 16:11
16:11 mst sets mode: -o mst
rindolf AlexDaniel, ah 16:11
mst timotimo: bah, alrewady got invited 16:12
rindolf AlexDaniel, try www.shlomifish.org/Files/files/arc...58par25.7z 16:13
AlexDaniel, thanks - that was a bug in my script
AlexDaniel, a different one 16:14
AlexDaniel rindolf: ok, it runs!
rindolf AlexDaniel, great 16:15
16:15 ravenousmoose left
mst leont: that's freenode's lead sysadmin, being targeted yet again - presumably by the same idiots that try to smear him as a paedophile every so often (and who I annoyed in the process of interfering with their doing that) 16:16
yep, the twitter account has a link to the fake pedo blog
mst sighs 16:17
AlexDaniel this whole thing is extremely stupid
leont People are stupid 16:18
AlexDaniel “I dislike someone, so I'll annoy people on unrelated channels”
16:31 MidCheck_ joined 16:32 cpan-p6_ joined
cpan-p6_ New module released to CPAN! Archive-SimpleZip (0.1.2) by 03PMQS 16:32
16:32 cpan-p6 left
cpan-p6_ New module released to CPAN! Perl6-Parser (0.2.1) by 03JGOFF 16:32
New module released to CPAN! Path-Router (0.5.0) by 03HANENKAMP
New module released to CPAN! Smack (0.0.2) by 03HANENKAMP
16:32 MidCheck left
squashable6 🍕 antoniogamiz++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468936286 16:33
🍕🍕🍕 First contribution by antoniogamiz++! ♥
16:34 antoniogamiz joined
antoniogamiz Hi :D 16:34
rindolf antoniogamiz, hi
antoniogamiz happy squash day
16:37 MidCheck_ left
antoniogamiz okay I'll work in math section, first rational numbers :D 16:38
16:40 MasterDuke left 16:41 lucasb left 16:45 ravenousmoose joined 16:49 MasterDuke joined 16:50 MasterDuke left, MasterDuke joined 16:51 cpan-p6_ left, cpan-p6 joined 16:53 trevnorris24 joined
trevnorris24 twitter.com/OneTrueKloeri/status/1...7752427520 16:53
16:53 trevnorris24 left
squashable6 🍕 AlexDaniel++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468938373 16:58
discord6 <Rogue> (can't we add that link to some sort of word filter? these bots are probably coming from different IPs and so will be hard to ban)
AlexDaniel yes but the next day they'll change it and it'll be bad again 16:59
one approach that actually works in the long run is to set +m on this channel
17:00 ravenousmoose left
AlexDaniel and have a bot that gives voices if things look right 17:00
we used to have that for many months until the spam stopped, so I kicked the bot out
and now this nonsense is back 17:01
17:01 ravenousmoose joined
discord6 <Rogue> It's especially annoying here on the Discord because of the embeds 17:02
AlexDaniel aw crap
discord6 <Rogue> Nice rifle, though :^)
mst hang fire for a bit, hopefully mitigations will be incoming 17:05
like, say, wait 24h or so and *then* deploy the bot
AlexDaniel mst: thank you, that's what I was hoping for 17:06
mst while I'm not going to reveal details in a public channel since that would risk providing information to the enemy, I can confirm that discussions are underway
AlexDaniel mst: ♥ 17:07
I also wish there was a way to let Sigyn moderate the first message
so that the user is kicked before everybody can see the message… but I understand that might not be possible…
discord6 <Rogue> That's bot-based moderation for you 17:08
<Rogue> One of the many reasons I dislike Discord
AlexDaniel why?
mst that was discussed, but it turned out to be aggravatingly complex in terms of how to get everything to work
fortunately, we came up with an alternative plan that wasn't 17:09
antoniogamiz eemmm should I make a pull request for each check item I revise in #2362? 17:10
AlexDaniel antoniogamiz: no, I just invited you to the perl6 org on github 17:12
antoniogamiz: after you accept the invitation you'll be able to mark todo items, I think
and edit the issue if that's needed
antoniogamiz ah okay, thanks a lot! and as fot the issues that requires changes in the docs?
AlexDaniel antoniogamiz: you can submit a PR or you can commit directly if you prefer that 17:13
17:13 netrino left
mst I'd go with one commit per change and then PR the stack for review when you're done 17:13
antoniogamiz okay, I'll do that mst :D 17:14
AlexDaniel that also works, yes
antoniogamiz I will finish math section then :)
mst means people get all the shiny review tools to nitpick with
but you don't end up with lots of PRs
seems like the best way to (ab)use the GH features 17:15
17:17 netrino joined
jdv79 how come a promise's then block needs an explicit exception catcher? 17:18
wouldn't it make sense to have some way to at least warn about stuff like that? 17:19
17:21 rindolf left, mowcat left, notbrent6 joined
notbrent6 twitter.com/OneTrueKloeri/status/1...7752427520 17:21
17:21 notbrent6 left
AlexDaniel m: my $timer = Promise.in(2); my $after = $timer.then({ die ‘oops!’; 'result' }); say $after.result 17:21
camelia Tried to get the result of a broken Promise
in block <unit> at <tmp> line 1

Original exception:
oops!
in block at <tmp> line 1
AlexDaniel jdv79: that looks ok to me? 17:22
jdv79 hmm, i just had to add one to surface a type mistmatch error
antoniogamiz where should be documented that if you call .Int method on +-Inf and NaN it throws an error?
jdv79 this was a .then insside of a start block - idk 17:23
antoniogamiz in the Num type?
17:24 cpan-p6 left
AlexDaniel antoniogamiz: maybe here? docs.perl6.org/routine/Int#(Numeric)_method_Int 17:24
17:24 cpan-p6 joined
AlexDaniel wait, no… 17:25
antoniogamiz: yeah, you're rigth, in Num type
antoniogamiz AlexDaniel: okay, thanks :)
AlexDaniel antoniogamiz: it actually says something already: docs.perl6.org/type/Num#Int
jdv79 m: await start { Promise.in(1).then({ die "asdf" }); sleep 3} 17:26
camelia ( no output )
jdv79 m: await start { Promise.in(1).then({ CATCH { default { say $_; }}; die "asdf" }); sleep 3}
camelia asdf
in block at <tmp> line 1
antoniogamiz AlexDaniel: right, I've just seen it
squashable6 🍕 antoniogamiz++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 17:27
jdv79 is that on purpose?
squashable6 🍕 antoniogamiz++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
17:27 ramblinpeck joined
ramblinpeck twitter.com/OneTrueKloeri/status/1...7752427520 17:27
17:27 ramblinpeck left
Geth doc: antoniogamiz++ created pull request #2640:
check rational type #2632
17:27
squashable6 🍕 antoniogamiz++ opened pull request “check rational type #2632”: github.com/perl6/doc/pull/2640
AlexDaniel jdv79: more or less, yes, here's what happens 17:28
jdv79: .then returns a Promise, and you throw that away
squashable6 🍕 antoniogamiz++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
AlexDaniel jdv79: because your start block will return the result of `sleep 3`, your .then is in sink context 17:29
m: await await start { my $p = Promise.in(1).then({ die "asdf" }); sleep 3; $p } 17:30
camelia An operation first awaited:
in block <unit> at <tmp> line 1

Died with the exception:
asdf
in block at <tmp> line 1
AlexDaniel jdv79: does that make sense? ↑
antoniogamiz should I click merge pull request? Or that has to be done by someone else¿? 17:31
I mean if someone has to revise it first
mst once somebody's had a quick look it doesn't really matter who merges it 17:32
though I was suggesting you did one PR for the whole set of commits, not one PR per change
17:32 molaf left
AlexDaniel antoniogamiz: one small nitpick is that lines are typically wrapped at 72 characters whenever possible 17:33
antoniogamiz: see also github.com/perl6/doc/blob/master/w...LEGUIDE.md
otherwise it looks correct
antoniogamiz mst: yep, I should have not made the pull request sorry, I thought there was another step before send it :(
AlexDaniel I don't mind a lot of pull requests, as long as they keep coming :) 17:34
antoniogamiz AlexDaniel: right, my mistake, I still have to learn a lot about style guide, thanks for the advise :) 17:35
squashable6 🍕 antoniogamiz++ synchronize pull request “check rational type #2632”: github.com/perl6/doc/pull/2640 17:37
antoniogamiz okay, I've changed the numbers of characters :D 17:38
mst well you can update a PR with more commits
I'm just thinking that a billion PRs would get unwieldy
antoniogamiz though tests are not passing and I dont know why mm
mst:yep, I think the same, I add more commits to that pr then 17:39
Geth doc: 432d54bd9d | Antonio++ | doc/Type/Rational.pod6
check rational type #2632
synopsebot Link: doc.perl6.org/type/Rational
doc: 839c6ba318 | Antonio++ (committed using GitHub Web editor) | doc/Type/Rational.pod6
Update following styleguide
doc: ccd207a7cc | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | doc/Type/Rational.pod6
Merge pull request #2640 from antoniogamiz/master

check rational type #2632
squashable6 🍕 AlexDaniel++ merged pull request “check rational type #2632”: github.com/perl6/doc/pull/2640
AlexDaniel mst: well, squashathons are very noisy anyway when a lot of people are contributing at the same time 17:40
17:40 mowcat joined
AlexDaniel antoniogamiz: oh whoops, I merged it before reading your message :) 17:40
antoniogamiz: but anyway, you can actually commit directly to the perl6 repo now 17:41
antoniogamiz AlexDaniel: haha dont worry, I will make another one if necessary
AlexDaniel: I prefer to make a PR due to I'm really new in this community haha 17:42
mst it's not the noisy part, it's the 'having to click merge a billion times'
AlexDaniel .tell rindolf it looks like the regex itself is the bottleneck in that script. You can still make it faster, and I tried something like this: gist.github.com/AlexDaniel/2d5a610...c00d9240d7 17:43
yoleaux AlexDaniel: I'll pass your message to rindolf.
AlexDaniel .tell rindolf keep in mind that `say` takes a second or two by itself, and maybe perl5 is faster in that case because there's no buffering by default? I'm not sure… 17:44
yoleaux AlexDaniel: I'll pass your message to rindolf.
squashable6 🍕 antoniogamiz++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
AlexDaniel .tell rindolf it only went down for me from 9+ seconds to 6+, so definitely not the improvement we were looking for 17:45
yoleaux AlexDaniel: I'll pass your message to rindolf.
17:45 cengiz_io joined
cengiz_io twitter.com/OneTrueKloeri/status/1...7752427520 17:46
17:46 cengiz_io left
AlexDaniel .tell rindolf actually, now that I look at it, `%… = True` lines take around 4 seconds or so, so it's not just the regexes being slow!! Maybe that can be isolated into a benchmark 17:48
yoleaux AlexDaniel: I'll pass your message to rindolf.
AlexDaniel lizmat: maybe you're interested in that ↑ ? It seems like `%h{$a}{$b}{$c} = True` in a loop with different abcs is really slow 17:50
antoniogamiz negative zero support is documented in language/numerics but not in Num, is that valid? 17:53
17:57 rindolf joined
jdv79 so a start block in sink context has a default exception handler but a then in sink does not? 17:57
squashable6 🍕 patzim++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 17:59
🍕🍕🍕 First contribution by patzim++! ♥
🍕 patzim++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
17:59 lichtkind joined 18:00 jmerelo joined 18:01 ferreira joined
jmerelo releasable6: status 18:02
releasable6 jmerelo, Next release will happen when it's ready. 2 blockers. 319 out of 333 commits logged
jmerelo, Details: gist.github.com/abda7e43a4725c94e7...d9369c747d
jmerelo squashable6: status
squashable6 jmerelo, 🍕🍕 SQUASHathon is in progress! The end of the event in ≈19 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
jmerelo, Log and stats: gist.github.com/80ca8f030ee4147647...186976bd6e
18:02 Black_Ribbon joined
lichtkind for what is the X:: namespace? 18:06
jmerelo lichtkind: exceptions 18:07
lichtkind jmerelo++ thank you
18:07 domidumont joined
jmerelo lichtkind: sure :-) 18:07
18:23 cpan-p6 left, cpan-p6 joined 18:25 ravenousmoose left
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 18:25
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 18:29
Geth doc: f890b651d5 | (JJ Merelo)++ | doc/Language/create-cli.pod6
Adds RUN-MAIN refs #2632
doc: 3815c6176b | (JJ Merelo)++ | doc/Language/regexes.pod6
ww already added, refs #2632, eliminate caps
synopsebot Link: doc.perl6.org/language/create-cli
synopsebot Link: doc.perl6.org/language/regexes
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 18:30
18:36 |oLa| joined 18:37 reach_satori_ joined
antoniogamiz the check item in #2362 (Stringification of Num type is required to be roundtrippable to the original Num) what means? 18:38
18:38 satori__ left
jmerelo antoniogamiz: you convert to Num to string, you convert it back to Num, it should be the same thing, as in a roundtrip 18:39
18:40 cpan-p6 left, zacts joined, cpan-p6 joined
jmerelo antoniogamiz: in this context, I guess that it's simply a matter of adding some note to Num.Str. 18:40
antoniogamiz jmerelo: mmm ok, thanks :) 18:41
18:42 noplamodo joined
Geth doc: 9d85ba62fe | (JJ Merelo)++ | doc/Language/variables.pod6
Checks %*ENV adds period refs #2632
18:43
synopsebot Link: doc.perl6.org/language/variables
doc: 52132a793f | (JJ Merelo)++ | doc/Type/Attribute.pod6
Adds Attribute.gist refs #2632
synopsebot Link: doc.perl6.org/type/Attribute
jmerelo antoniogamiz: sure :-)
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 18:44
18:44 elenamerelo joined
jmerelo O/ elenamerelo 18:45
18:46 noplamodo left
elenamerelo hi! i am elena merelo, and i am going to see if i can be of any use in this weekends' squashaton! 18:46
18:46 zacts left
antoniogamiz elenamerelo: hi :D 18:47
jmerelo elenamerelo: welcome! ♥♥♥♥
squashable6 🍕 ElenaMerelo++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468948592
🍕🍕🍕 First contribution by ElenaMerelo++! ♥
18:47 HicksD1 joined
squashable6 🍕 ElenaMerelo++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 18:47
antoniogamiz elenamerelo: currentlyl I'm working in the Math section! I'm having some trouble with the last items
18:48 HicksD1 left, skelltin19 joined
jmerelo I'm with "main" working down from the top 18:48
18:48 mahafyi left, skelltin19 left
elenamerelo okey!! let me finish with the issue i marked and i will be with you @antoniogamiz 18:49
18:49 domidumont left
antoniogamiz jjmerelo: I'm looking at Num docs, but I dont see any Str method mmm 18:52
18:53 caasih left, caasih joined
jmerelo antoniogamiz: it's a default method, which is in Any, I think. Normally it's not included in every subclass. You can either add something in the intro, or mention wherever you think it's necessary. Or if you find some reference like "this does not work" change it to "from 6.d, this works OK" 18:53
antoniogamiz: in some cases that the previous behavior is not mentioned and what happens is What Should Happen (TM) just check the mark and go on to the next one. 18:54
antoniogamiz jmerelo: I think I'll do that hahaaha 18:55
and I'll make a pr with the next check because I gotta leave in a while
Geth doc: 3e2c9c9fc2 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/Seq.pod6
.perl on consumed Seq #2632

Added the fact that it can be called from version 6.2
18:57
synopsebot Link: doc.perl6.org/type/Seq
18:57 cpan-p6 left, cpan-p6 joined
Geth doc: antoniogamiz++ created pull request #2641:
check negative .expmod #2632
18:58
squashable6 🍕 antoniogamiz++ opened pull request “check negative .expmod #2632”: github.com/perl6/doc/pull/2641
Geth doc: bc53761588 | (JJ Merelo)++ | 2 files
Revise for #2632
18:59
squashable6 🍕 antoniogamiz++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
🍕 JJ++ submitted a review on pull request “check negative .expmod #2632”: github.com/perl6/doc/pull/2641#pul...-209879344 19:00
🍕 JJ++ wrote a comment on a review for “check negative .expmod #2632”: github.com/perl6/doc/pull/2641#dis...r261837889
jmerelo antoniogamiz: not yet ;-)
squashable6 🍕 antoniogamiz++ synchronize pull request “check negative .expmod #2632”: github.com/perl6/doc/pull/2641 19:01
antoniogamiz jmerelo: fixed :D
squashable6 🍕 JJ++ submitted a review on pull request “check negative .expmod #2632”: github.com/perl6/doc/pull/2641#pul...-209879410 19:02
jmerelo antoniogamiz: thanks!
Geth doc: 1a94bfb121 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/Array.pod6
Adds .perl refs #2632

Added the fact that .perl can be called on multi-dimensional arrays since version 6.2
synopsebot Link: doc.perl6.org/type/Array
antoniogamiz well, I gotta leave now! Good luck with the squashaton! Bye :) 19:03
19:03 ravenousmoose joined, antoniogamiz left
jmerelo antoniogamiz: bye :-) 19:03
Geth doc: 8f9a7294ab | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/Date.pod6
adds .perl refs #2632

Added the fact that from version 6.2, .perl can be called on Date
19:04
synopsebot Link: doc.perl6.org/type/Date
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:06
Geth doc: 32dbb08b07 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/CallFrame.pod6
Adds .perl refs in CallFrame #2632

Added the fact that from version 6.2, .perl can be called on CallFrame
19:09
synopsebot Link: doc.perl6.org/type/CallFrame
squashable6 🍕 ElenaMerelo++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468950638 19:11
🍕 ElenaMerelo++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:14
🍕 ElenaMerelo++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468951000 19:15
19:15 cpan-p6 left
squashable6 🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468951042 19:15
19:15 cpan-p6 joined
Geth doc/master: 4 commits pushed by Antonio++, (Juan Julián Merelo Guervós)++ 19:15
squashable6 🍕 JJ++ merged pull request “check negative .expmod #2632”: github.com/perl6/doc/pull/2641
19:17 ravenousmoose left
jmerelo m: say $; 19:20
camelia (Any)
jmerelo m: say $þ
camelia 5===SORRY!5=== Error while compiling <tmp>
Variable '$þ' is not declared
at <tmp>:1
------> 3say 7⏏5$þ
jmerelo m: say $:
19:20 sacomo left
camelia (Any) 19:20
19:21 sacomo joined
squashable6 🍕 ElenaMerelo++ opened issue “Document $;”: github.com/perl6/doc/issues/2642 19:22
19:23 ravenousmoose joined
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:23
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:24
Geth doc: 0fc4781e2b | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/Array.pod6
corrects sintax mistake #2632
synopsebot Link: doc.perl6.org/type/Array
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:25
Geth doc: 63c68f35d6 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/Date.pod6
corrects sintax mistake #2632

I had misunderstood it and instead of writing version 6.d I wrote 6.2.
synopsebot Link: doc.perl6.org/type/Date
Geth doc: f1478e1d98 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/CallFrame.pod6
fixes spelling mistake

I had misunderstood it and instead of writing version 6.d I wrote 6.2.
19:27
synopsebot Link: doc.perl6.org/type/CallFrame
doc: c679970510 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Type/Seq.pod6
fixes spelling mistake #2632

I had misunderstood it and instead of writing version 6.d I wrote 6.2.
19:28
synopsebot Link: doc.perl6.org/type/Seq
squashable6 🍕 ElenaMerelo++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:29
🍕 ElenaMerelo++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468952113
19:30 zacts joined
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:31
19:32 cpan-p6 left
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:32
19:32 cpan-p6 joined
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:32
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:33
19:34 Kei_N18 joined 19:35 semiosis25 joined, semiosis25 left
Geth doc: 0a8c05b634 | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Language/iterating.pod6
adds loops ref #2632

Added the fact that since version 6.d loops can produce a list of values from the values of last statements.
19:36
synopsebot Link: doc.perl6.org/language/iterating
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
Geth doc: 4b7409612f | (JJ Merelo)++ | doc/Type/Proc.pod6
Revises for #2632, reflows
19:38
doc: 608b3e7c26 | (JJ Merelo)++ | doc/Type/IO/Path.pod6
Checks IO::Path refs #2632
synopsebot Link: doc.perl6.org/type/Proc
Link: doc.perl6.org/type/IO::Path
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
19:39 Kei_N18 left
squashable6 🍕 ElenaMerelo++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:40
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:42
Geth doc: 07bafa3dfb | (Elena Merelo)++ (committed using GitHub Web editor) | doc/Language/control.pod6
Adds next/last refs #2632

Added the fact that since version 6.d, the `next` or `last` command in a loop that collects its last statement values returns `Empty` for the iterations they run on.
19:49
synopsebot Link: doc.perl6.org/language/control
19:49 cpan-p6 left
squashable6 🍕 ElenaMerelo++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:49
19:49 cpan-p6 joined, jabettan29 joined 19:51 jabettan29 left 19:53 lucasb joined
squashable6 🍕 JJ++ opened issue “EVAL with Perl5”: github.com/perl6/doc/issues/2643 19:55
🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
19:57 mirsal28 joined
Geth doc: 14d90c1dc7 | (JJ Merelo)++ | doc/Type/Signature.pod6
reflow and checks for #2632
19:57
synopsebot Link: doc.perl6.org/type/Signature
19:59 jmerelo left, mirsal28 left, elenamerelo left 20:06 bartolin left 20:07 ferreira left 20:11 zacts left
AlexDaniel squashable6: status 20:14
20:14 puzzola8 joined
squashable6 AlexDaniel, 🍕🍕 SQUASHathon is in progress! The end of the event in ≈17 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day 20:14
AlexDaniel, Log and stats: gist.github.com/0f80231390c4756fac...be72109fa8
20:18 rindolf left 20:19 puzzola8 left 20:20 bartolin joined, Serendipity1 joined 20:21 Serendipity1 left 20:23 rindolf joined
AlexDaniel rindolf: . 20:23
20:24 BustyLoli-Chan9 joined
rindolf AlexDaniel: hi 20:25
yoleaux 17:43Z <AlexDaniel> rindolf: it looks like the regex itself is the bottleneck in that script. You can still make it faster, and I tried something like this: gist.github.com/AlexDaniel/2d5a610...c00d9240d7
17:44Z <AlexDaniel> rindolf: keep in mind that `say` takes a second or two by itself, and maybe perl5 is faster in that case because there's no buffering by default? I'm not sure…
17:45Z <AlexDaniel> rindolf: it only went down for me from 9+ seconds to 6+, so definitely not the improvement we were looking for
17:48Z <AlexDaniel> rindolf: actually, now that I look at it, `%… = True` lines take around 4 seconds or so, so it's not just the regexes being slow!! Maybe that can be isolated into a benchmark
20:25 ravenousmoose left, zachk joined
rindolf AlexDaniel: thanks 20:26
AlexDaniel: you've commented out some data validation 20:27
AlexDaniel rindolf: I know, I think it doesn't make any difference in terms of performance
I was just trying to isolate the issue 20:28
20:29 ravenousmoose joined, BustyLoli-Chan9 left
rindolf AlexDaniel: ah 20:30
20:33 cpan-p6 left, cpan-p6 joined 20:45 AlienPenguin joined 20:49 AlienPenguin left 20:53 vrurg left 20:54 ayerhart joined 20:58 ferreira joined, vrurg joined 20:59 xwct joined 21:00 xwct left, vrurg left 21:01 vrurg joined, redpola12 joined 21:03 molaf joined 21:06 redpola12 left 21:08 cy_d_fect left 21:09 vrurg left, vrurg joined 21:10 BlaDe^13 joined, BlaDe^13 left
squashable6 🍕 lichtkind++ wrote a comment on “Document $;”: github.com/perl6/doc/issues/2642#i...-468960659 21:10
🍕🍕🍕 First contribution by lichtkind++! ♥
21:10 vrurg left
lichtkind well its not my first 21:10
21:12 drclaw1 joined, mowcat left
masak :) 21:14
21:16 cpan-p6 left, cpan-p6 joined 21:17 zachk left, zachk joined 21:24 reach_satori_ left 21:26 reach_satori joined 21:32 kensanata joined 21:37 netrino left 21:40 netrino joined
cpan-p6 New module released to CPAN! gtk-v3 (0.7.2) by 03MARTIMM 21:44
21:46 deviant19 joined 21:47 cpan-p6 left, cpan-p6 joined 21:51 netrino left, deviant19 left 21:52 sethetter17 joined 21:53 |oLa| left 21:55 sethetter17 left, squidgy joined, netrino joined 21:59 squidgy left 22:01 uksio joined 22:02 cpan-p6 left, cpan-p6 joined 22:05 uksio left 22:15 Kaiepi left 22:16 dpayne joined 22:17 cpan-p6 left, cpan-p6 joined 22:21 rootd00d joined, dpayne left
elcaro - 22:23
rindolf: Regex is pretty slow in Perl 6, so avoid it if you can. 'my ($s, $e, $sum) = $line.words[2, 6, 10]' should shave a bit of time 22:25
22:25 rootd00d left
rindolf elcaro: ah 22:26
elcaro: i also want to make sure theline is fmted well 22:27
22:28 doctor-n1 joined, doctor-n1 left
elcaro rindolf: I would just run the input through `column` first :D 22:33
column -t -s '' e658log2par.txt
oh, you also want to make sure the key names (ie. start =) are there too
right
you could write a validator using a lot of `$line.substr(...)` checks, but it'd be a bit tedious 22:35
22:43 bad_duck joined, bad_duck left
rindolf elcaro: ah 22:43
22:47 ravenousmoose left 22:52 Haudegen22 joined, adu joined 22:53 Haudegen22 left 22:55 cpan-p6 left, cpan-p6 joined 22:58 zacts joined 23:02 reach_satori left 23:08 reach_satori joined 23:14 rindolf left 23:15 epony joined 23:17 Spot_ joined 23:18 Spot_ left 23:22 kensanata left 23:25 adu left 23:34 cpan-p6 left, cpan-p6 joined 23:49 cpan-p6 left, cpan-p6 joined 23:57 aborazmeh joined, aborazmeh left, aborazmeh joined