»ö« 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.
vrurg In one aspect nqp reminds me of Pascal... 00:27
timotimo is it the := perhaps?
vrurg timotimo: you knew it! ;) 00:31
timotimo Not Quite Pascal 00:32
vrurg :D 00:34
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
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
adu are there perl6 implementations of awk/sed? 04:08
MasterDuke adu: not that i'm aware of 04:09
adu is it because it would be too easy? 04:10
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
adu how do I capture multiple files in MAIN? 04:45
*@files? 04:49
*@files? 04:51
oops
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
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
mwe113 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:35
JoL1hAHN8 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:36
fraxed read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:39
jglick18 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:40
Dago_ read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:41
zoglesby13 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:42
htafdwes read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:49
staafl10 read about the new exciting pedo-friendly linux distribution exherbo.com/ 06:59
keyno read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:01
totonika8 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:10
jzelinskie9 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:13
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
warricksothr11 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:24
demfloro read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:25
tasm read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:32
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 07:33
jmerelo spambots are back... 07:36
zaibon27 read about the new exciting pedo-friendly linux distribution exherbo.com/ 07:40
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
bradparker18 read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:04
jasonm read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:13
vanth read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:16
douglaswth12 read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:22
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
Madbrad200 read about the new exciting pedo-friendly linux distribution exherbo.com/ 08:42
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
dustymugs read about the new exciting pedo-friendly linux distribution exherbo.com/ 09:08
greaser|q21 read about the new exciting pedo-friendly linux distribution exherbo.com/ 09:21
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/
discord6 <Vendethiel> Jesus 09:53
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/
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
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/
rindolf hi all 10:25
sena_kun o/
lizmat looks like we're going to need a bot again to keep out the spammers :-( 10:27
rindolf lizmat, which ones? 10:29
sena_kun, sup?
sena_kun rindolf, o7 10:30
rindolf sena_kun, what? 10:32
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
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
tadzik the target is freenode admins aiui, and everything related to them 10:47
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/
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/
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/
Geth ecosystem: a769896417 | Altai-man++ (committed using GitHub Web editor) | META.list
Fix 404 url
11:09
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/
MitarashiDango[m rakudo.org seems to be redirecting to p6c.org at the moment 11:30
lucasb here is ok 11:31
lizmat seems ok here as well 11:32
lucasb haha vim.dev and emacs.dev 11:36
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 :-)
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
MitarashiDango[m Okay, so it looks like rakudo.org goes to p6c.org via IPv6 11:59
But IPv4 is fine 12:00
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/
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/
lucasb ok, where is the bot that mutes users? 12:02
lizmat hopes AlexDaniel knows 12:07
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.
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++! ♥
nahuel9 twitter.com/OneTrueKloeri/status/1...7752427520 13:14
lizmat yech 13:14
Kaiepi yikes 13:15
leont I really hope that is fake 13:28
Poe's law applies 13:29
rbergeron6 twitter.com/OneTrueKloeri/status/1...7752427520 13:32
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
rindolf hi all, i am on win7 64-bit and have cygwin64 now if anyone wants testing 14:37
ddenison twitter.com/OneTrueKloeri/status/1...7752427520 14:43
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
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?
Sigyn ** Warning: if there is any bot in #perl6 which should be exempted from Sigyn, contact staffers before it gets caught ** 15:38
rindolf i ported my perl6 script to p5 and now it is 15 times faster :( 15:38
AlexDaniel timotimo: done
rindolf the perl 5 code is more cluttered tho 15:39
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
johnathan twitter.com/OneTrueKloeri/status/1...7752427520 15:40
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
timotimo i'm not sure where p6bannerbot lives or used to run or what 15:44
AlexDaniel it's as easy as that: 15:45
AlexDaniel but hold on, I wanna see how it goes without +m first 15:45
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
AlexDaniel rindolf: ok the script has "./e658log2par.txt" but there's only "e658log.txt" 16:11
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
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”
cpan-p6_ New module released to CPAN! Archive-SimpleZip (0.1.2) by 03PMQS 16:32
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
squashable6 🍕 antoniogamiz++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468936286 16:33
🍕🍕🍕 First contribution by antoniogamiz++! ♥
antoniogamiz Hi :D 16:34
rindolf antoniogamiz, hi
antoniogamiz happy squash day
antoniogamiz okay I'll work in math section, first rational numbers :D 16:38
trevnorris24 twitter.com/OneTrueKloeri/status/1...7752427520 16:53
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
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
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
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
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
notbrent6 twitter.com/OneTrueKloeri/status/1...7752427520 17:21
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?
AlexDaniel antoniogamiz: maybe here? docs.perl6.org/routine/Int#(Numeric)_method_Int 17:24
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
ramblinpeck twitter.com/OneTrueKloeri/status/1...7752427520 17:27
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
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
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.
cengiz_io twitter.com/OneTrueKloeri/status/1...7752427520 17:46
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
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
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
lichtkind for what is the X:: namespace? 18:06
jmerelo lichtkind: exceptions 18:07
lichtkind jmerelo++ thank you
jmerelo lichtkind: sure :-) 18:07
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
antoniogamiz the check item in #2362 (Stringification of Num type is required to be roundtrippable to the original Num) what means? 18:38
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
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
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
jmerelo O/ elenamerelo 18:45
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
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++! ♥
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
jmerelo I'm with "main" working down from the top 18:48
elenamerelo okey!! let me finish with the issue i marked and i will be with you @antoniogamiz 18:49
antoniogamiz jjmerelo: I'm looking at Num docs, but I dont see any Str method mmm 18:52
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
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
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
squashable6 🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-468951042 19:15
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
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 $:
camelia (Any) 19:20
squashable6 🍕 ElenaMerelo++ opened issue “Document $;”: github.com/perl6/doc/issues/2642 19:22
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
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:31
squashable6 🍕 JJ++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:32
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
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
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
squashable6 🍕 ElenaMerelo++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 19:49
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
Geth doc: 14d90c1dc7 | (JJ Merelo)++ | doc/Type/Signature.pod6
reflow and checks for #2632
19:57
synopsebot Link: doc.perl6.org/type/Signature
AlexDaniel squashable6: status 20:14
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
AlexDaniel rindolf: . 20:23
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
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
rindolf AlexDaniel: ah 20:30
squashable6 🍕 lichtkind++ wrote a comment on “Document $;”: github.com/perl6/doc/issues/2642#i...-468960659 21:10
🍕🍕🍕 First contribution by lichtkind++! ♥
lichtkind well its not my first 21:10
masak :) 21:14
cpan-p6 New module released to CPAN! gtk-v3 (0.7.2) by 03MARTIMM 21:44
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
rindolf elcaro: ah 22:26
elcaro: i also want to make sure theline is fmted well 22:27
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
rindolf elcaro: ah 22:43