»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or rakudo:, or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_logs/perl6 | UTF-8 is our friend!
Set by moritz on 22 December 2015.
lookatme morning 00:19
00:21 markong left 00:28 rindolf left 00:29 telex left 00:30 telex joined 00:31 epony left 00:32 mcmillhj joined 00:36 aborazmeh joined, aborazmeh left, aborazmeh joined 00:38 mcmillhj left, Zoffix joined
Zoffix New TPF Grant Proposal has been posted: "Perl 6: Bugfixing and Performance of Rationals Fixing Constraints on Constants": news.perlfoundation.org/2018/04/gra...fixin.html Please leave your comments 00:39
00:39 lizmat left 00:41 pharv joined
Geth modules.perl6.org: 43d5a1511d | (Zoffix Znet)++ | lib/ModulesPerl6/DbBuilder/Dist/Source/GitHub.pm
[NEWDB] Make GitHub dist source set repo_url to html_url
00:44
00:44 wamba left 00:45 pierre joined 00:46 pharv left 00:48 mcmillhj joined 00:52 undersightable6 left, undersightable6 joined 00:53 mcmillhj left 00:56 pierre left
tbrowder_ jnthn: I just saw the Comma announcement, but how do I subscribe? 01:03
01:04 pierre joined 01:05 mcmillhj joined
Zoffix The first Supporter Program tier will unlock in May 01:06
01:09 pierre left 01:10 mcmillhj left 01:12 mcmillhj joined, epony joined
tbrowder_ thnx 01:15
01:17 mcmillhj left 01:18 mcmillhj joined, pierre joined 01:24 mcmillhj left 01:34 mcmillhj joined 01:36 aborazmeh left 01:39 mcmillhj left 01:46 mcmillhj joined, ilbot3 left 01:51 mcmillhj left 01:53 Herby_ joined
Herby_ \o 01:53
01:54 leah2 left 01:55 ilbot3 joined, ChanServ sets mode: +v ilbot3 01:56 leah2 joined 01:57 atweiden-air joined
atweiden-air i updated the Digest::xxHash module today to bundle the xxHash native library 02:00
however, i can only be sure it works on MacOS
all tests pass on travis, but i can't get it to work on Arch Linux
i suspect it has to do with how perl6 is installed on travis through rakudobrew 02:01
if anyone wants to give Digest::xxHash a spin on their *nix, it's just a `zef install Digest::xxHash` away 02:03
Zoffix atweiden-air: ===> Install [OK] for Digest::xxHash:ver<1.1.0> 02:11
looks like latest commit is passing on travis too
atweiden-air Zoffix: my hunch is %?RESOURCES is the culprit; it's resolving to Nil post-installation, so Digest::xxHash module doesn't know where to find the xxHash shared object file on disk 02:12
02:12 kurahaupo_ joined
Zoffix Tho don't really follow the changes in this commit: you basically told it not to install any dependencies and try to build the module instead (and I think it builds it anyway at a later step) github.com/atweiden/digest-xxhash/...a7035a5714 02:12
$ perl6 -MDigest::xxHash -e 'say xxHash("dupa");' 02:13
-365782567106637186
atweiden-air that commit is to instruct zef to run Build.pm, which then runs Digest::xxHash::BuildTools.{build,install} 02:14
(there are no deps) 02:15
Zoffix atweiden-air: right, but that's supposed to happen automatically no?
atweiden-air: is using a constant for the path standard practice? It won't get updated on next recompilation of the module. github.com/atweiden/digest-xxhash/...ash.pm6#L5
atweiden-air dunno, travis-ci is a black box to me. i was just trying to nudge it into building libxxhash
Zoffix atweiden-air: err, I mean, it'll get frozen after precompilation of the module and won't change
02:16 kurahaupo left
Zoffix Somewhere there's a list of what the perl6 travis config runs, but I'm failing to find it 02:17
atweiden-air not sure on `constant`. copied it from github.com/skinkade/p6-crypt-argon2
Zoffix: travis is running rakudobrew, as is my mac. rakudobrew mysteriously has no issues with this 02:18
02:19 pharv joined
Zoffix No idea myself. Never used nativecall stuff 02:19
atweiden-air: seems the module works on Linux and I'm not using rakudobrew.
atweiden-air do you install it with zef?
Zoffix Yeah 02:20
atweiden-air weird. how is your zef installed?
Zoffix Here's full output of the install: gist.github.com/zoffixznet/299e550...fc4a5b7214 02:21
My zef is installed with manual installation steps: github.com/ugexe/zef#installation
And I'm using zef 0.2.3, on Rakudo version 2018.03-129-g7572983a4 on Bodhi Linux (fork of Ubuntu 14.04) 02:22
and rakudo's installed manually from sauce ( with github.com/zoffixznet/r#linux but building latest commit rather than release) 02:23
02:23 pharv left 02:27 kurahaupo_ left
AlexDaniel squashable6: next 02:27
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 3 days and ≈7 hours (2018-04-07 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
02:27 kurahaupo joined, Herby_ left
atweiden-air Zoffix: i had never tried installing zef like that before 02:30
but now that i've tried installing zef this way, it changes nothing :p
Zoffix: which could mean my system-wide rakudo installation is somehow at fault (aur.archlinux.org/packages/rakudo) 02:31
with my system-wide rakudo and zef manual installation, i noticed a warning "Use of Nil in string context" on line 5 in lib/Digest/xxHash.pm6, suggesting %?RESOURCES<libraries/xxhash> is Nil 02:32
this raises a larger question i have, which is what is the best practice of deploying rakudo? building from source and installing without sudo? 02:35
02:38 stee joined 02:39 kurahaupo left, kurahaupo joined
Zoffix atweiden-air: I think packages are the best practice... 2018.03.1 is the latest compiler release, so that should be good. 02:42
AlexDaniel wait, 2018.03.1? 02:45
oh, 2018.03-1
Zoffix oh right, it was 2018.02 with the point release 02:46
atweiden-air is there any way to specify %?RESOURCES for the repl's sake? maybe with an environment variable?
Zoffix has no idea 02:47
02:50 johnnyt joined 02:51 kurahaupo left, kurahaupo joined, Zoffix left 03:02 kurahaupo left 03:03 kurahaupo joined 03:05 johnnyt left 03:14 mcmillhj joined, dalek left 03:15 kurahaupo left, dalek joined, ChanServ sets mode: +v dalek, kurahaupo joined 03:17 kurahaupo left, kurahaupo joined 03:19 mcmillhj left 03:21 mcmillhj joined 03:26 mcmillhj left 03:28 atweiden-air left 03:30 squashable6 left, squashable6 joined, ChanServ sets mode: +v squashable6, notable6 left
Geth perl6-pod-to-bigpage/master: 13 commits pushed by (JJ Merelo)++, (Juan Julián Merelo Guervós)++
review: github.com/perl6/perl6-pod-to-bigp...70053db409
03:30
03:30 notable6 joined, ChanServ sets mode: +v notable6 03:31 bisectable6 left, bisectable6 joined 03:35 khw left 03:36 pierre left 03:42 pierre_ joined
Geth whateverable: 05a1df59ab | (Aleks-Daniel Jakimenko-Aleksejev)++ | bin/Undersightable.p6
Enable previously segfaulting checks
03:47
whateverable: 6559144c9b | (Aleks-Daniel Jakimenko-Aleksejev)++ | bin/Undersightable.p6
Check for latest release mentions

Just some trivial checks to make sure pages are updated. See issue #273.
whateverable: c6e0f34766 | (Aleks-Daniel Jakimenko-Aleksejev)++ | bin/Undersightable.p6
Align some assignments
03:48 undersightable6 left, undersightable6 joined 03:49 mcmillhj joined 03:54 mcmillhj left 04:03 kurahaupo_ joined, kurahaupo left, kurahaupo_ left 04:04 kurahaupo joined
Geth whateverable: 74db1ccf7b | (Aleks-Daniel Jakimenko-Aleksejev)++ | bin/Undersightable.p6
Scarier error message

To be consistent with other warnings/errors.
04:09
04:12 kurahaupo_ joined 04:13 pierre_ left 04:16 kurahaupo left 04:22 pierre_ joined 04:25 lizmat joined 04:26 pierre_ left 04:27 kurahaupo_ left 04:28 kurahaupo joined 04:31 eliasr left 04:32 skids left 04:34 nige joined 04:39 kurahaupo left 04:40 kurahaupo joined, pierre_ joined 04:45 pierre_ left 04:46 mcmillhj joined 04:51 mcmillhj left 04:54 kurahaupo left 04:55 kurahaupo joined 05:03 mcmillhj joined 05:06 kurahaupo left, kurahaupo joined 05:08 mcmillhj left 05:15 mcmillhj joined 05:17 ufobat joined, kurahaupo left, kurahaupo joined 05:20 mcmillhj left 05:28 kurahaupo left, kurahaupo joined 05:31 sauvin joined, rouking left 05:32 mcmillhj joined 05:34 nige left 05:35 pierre joined 05:36 pierre left, pierre joined 05:38 mcmillhj left 05:40 kurahaupo left, kurahaupo joined 05:46 mcmillhj joined 05:51 mcmillhj left 05:52 kurahaupo left, kurahaupo joined 05:57 abraxxa joined 06:04 kurahaupo left 06:05 kurahaupo joined 06:07 enheh left 06:08 domidumont joined 06:16 kurahaupo left, wamba joined, kurahaupo joined 06:21 mcmillhj joined
jdv79 .tell Zoffix what call to m.p.o cpan dev? 06:22
yoleaux jdv79: I'll pass your message to Zoffix.
06:24 Zoffix joined
Zoffix jdv79: from this article: rakudo.party/post/CPAN6-Is-Here 06:25
"The person who implemented this viewer will be busy preparing 6.d language release in the near future and won't have the time to make additional improvements to the CPAN dist viewer. So… you're invited to contribute and make it better!"
And I see just 2 commits other than my own since then :) 06:26
Maybe for the better. Cro is maturing. Re-strart the site in Perl 6. More hands on deck to have it going. 06:27
06:27 mcmillhj left
Zoffix s/strart/start/; 06:27
06:27 kurahaupo left 06:28 abraxxa left, kurahaupo joined, darutoko joined 06:32 Aceeri_ joined
Zoffix tomsk net, eh... Been there :) 06:33
06:33 pierre left 06:34 abraxxa joined 06:36 mcmillhj joined, pierre joined 06:41 mcmillhj left 06:42 kurahaupo left, kurahaupo joined
lizmat clickbaits p6weekly.wordpress.com/2018/04/02/...rl-6-idea/ 06:43
06:45 pharv joined 06:48 cgfbee left 06:50 pharv left 06:54 cgfbee joined 06:55 mcmillhj joined
Juerd lizmat: Ooh, many exciting things. 06:55
Array.grab seems useful
06:56 kurahaupo left 06:57 kurahaupo joined 06:59 mcmillhj left 07:06 samcv left 07:08 FROGGS joined 07:09 mcmillhj joined, kurahaupo left 07:10 kurahaupo joined, samcv joined 07:11 Zoffix left 07:12 domidumont left 07:13 domidumont joined 07:14 mcmillhj left 07:22 ufobat left 07:23 kurahaupo left, kurahaupo joined 07:24 mcmillhj joined 07:27 lizmat left 07:29 mcmillhj left 07:34 zakharyas joined 07:35 dakkar joined, zakharyas left, mcmillhj joined 07:36 kurahaupo left 07:37 kurahaupo joined, zakharyas joined 07:40 mcmillhj left 07:48 kurahaupo left 07:49 kurahaupo joined
Geth doc: a22ec2a96d | (Zoffix Znet)++ (committed using GitHub Web editor) | assets/sass/style.scss
Fix code block bg chopping up background camelia

by using transparent bg that comes out to the same color when its over white color
07:49
07:52 mcmillhj joined 07:54 tt left 07:56 mcmillhj left 07:59 kurahaupo left, kurahaupo joined 08:01 zakharyas1 joined, sauvin left 08:03 zakharyas left 08:04 mcmillhj joined 08:05 sauvin joined, sauvin left 08:06 sauvin joined 08:09 rindolf joined, mcmillhj left 08:10 lizmat joined 08:14 kurahaupo left, kurahaupo joined 08:17 wamba left 08:24 pierre left 08:25 mcmillhj joined, kurahaupo left, ufobat joined 08:26 zakharyas joined 08:28 zakharyas1 left 08:30 mcmillhj left, ufobat left 08:31 ufobat joined 08:33 pierre joined 08:34 kurahaupo joined 08:35 ufobat left 08:36 ufobat joined 08:38 ufobat left 08:40 mcmillhj joined 08:41 rindolf left 08:42 scimon joined 08:45 mcmillhj left 08:46 pharv joined, rindolf joined 08:49 kurahaupo left 08:50 kurahaupo joined, bbkr left 08:51 pharv left 08:52 Aceeri_ left 08:53 mcmillhj joined 08:58 mcmillhj left 09:00 lizmat left 09:02 lizmat joined 09:03 lizmat left 09:05 kurahaupo left, lizmat joined, kurahaupo joined, lizmat left 09:07 lizmat joined, lizmat left, mcmillhj joined 09:11 zakharyas left 09:12 mcmillhj left 09:13 lizmat joined
Geth ecosystem: ba462e71f6 | (Fernando Santagata)++ (committed using GitHub Web editor) | META.list
Desktop::Notify Archive::Libarchive::Raw Archive::Libarchive moved to CPAN
09:13
09:15 lookatme left 09:17 kurahaupo left, kurahaupo joined 09:18 lizmat left 09:19 lizmat joined 09:21 w_richard_w left 09:23 mcmillhj joined, lizmat left 09:27 kurahaupo left, mcmillhj left 09:28 kurahaupo joined, lizmat joined, lizmat left 09:29 kurahaupo left, kurahaupo joined 09:30 lizmat joined 09:31 lizmat left 09:32 lizmat joined, lizmat left 09:33 lizmat joined, lizmat left 09:34 lizmat joined, lizmat left 09:35 lizmat joined 09:36 lizmat left, mcmillhj joined 09:39 lizmat joined 09:40 lizmat left, lizmat joined 09:41 mcmillhj left 09:46 zakharyas joined 09:49 mcmillhj joined 09:54 mcmillhj left 09:59 markong joined, ChoHag joined, pierre left 10:00 pierre joined, pierre left 10:01 pierre joined 10:04 mcmillhj joined 10:05 pierre left 10:09 mcmillhj left 10:23 mcmillhj joined 10:25 pierre joined 10:27 mcmillhj left 10:40 mcmillhj joined 10:44 araraloren joined, damnlie left 10:45 mcmillhj left 10:48 damnlie joined
AlexDaniel squashable6: next 10:54
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 2 days and ≈23 hours (2018-04-07 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
timotimo hm, right in the middle of gpw 10:55
11:00 mcmillhj joined 11:04 mcmillhj left
AlexDaniel yeah, I know… is it good or bad though? 11:10
11:18 eliasr joined
El_Che releasable6: status 11:22
releasable6 El_Che, Next release in ≈18 days and ≈7 hours. 4 blockers. 0 out of 153 commits logged (⚠ 9 warnings)
El_Che, Details: gist.github.com/faf4994c8dfecbd160...2d9788937f
11:32 pierre left 11:38 Guest24442 joined
Guest24442 is it possible to s/(.)(.*)/uc($0)$1/ ? 11:38
araraloren yeah 11:39
Guest24442 how?
araraloren I am not sure 11:40
m: my $x = "abc"; $x ~~ s/(.)(.*)/{$0.uc}$1/; say $x;
camelia Abc
araraloren ^^ Guest24442
Guest24442 thanks 11:41
11:43 enheh joined
timotimo m: say "abc def".tclc 11:44
camelia Abc def
moritz : say "abc def".wordcase 11:45
m: say "abc def".wordcase
camelia Abc Def
timotimo s: "foo". "word-by-word"
SourceBaby timotimo, Something's wrong: ␤ERR: ===SORRY!=== Error while compiling -e␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at -e:6␤------> put sourcery( "foo".<HERE> "word-by-word" )[1];␤
timotimo s: "foo", "word-by-word"
SourceBaby timotimo, Sauce is at github.com/rakudo/rakudo/blob/c53f....pm6#L2035
11:46 mcmillhj joined
timotimo is this supposed to be an internal method? 11:46
11:49 wamba joined 11:50 mcmillhj left 11:59 mcmillhj joined 12:04 mcmillhj left 12:11 mcmillhj joined
lizmat timotimo: according to doc/util/ignored-methods.txt I would say: yes 12:11
12:16 mcmillhj left 12:22 mcmillhj joined 12:26 mcmillhj left 12:32 rindolf left 12:37 mcmillhj joined 12:41 mcmillhj left 12:44 AlexDaniel left 12:45 rindolf joined 12:46 speedChicken left 12:47 speedChicken joined 12:48 MasterDuke left, wamba left 12:49 sena_kun joined 12:51 rindolf left 12:53 rindolf joined, vcv joined 12:56 mcmillhj joined 13:00 enheh left 13:01 mcmillhj left 13:06 noganex_ joined 13:08 mcmillhj joined, noganex left 13:15 pierre_ joined 13:23 wamba joined 13:28 vcv left 13:30 vcv joined
jdv79 .tell Zoffix oh yeah. forgot about that. that's about as much interest metacp6an got. 13:32
yoleaux jdv79: I'll pass your message to Zoffix.
jdv79 at least there's consistency:)
13:37 athenot joined 14:08 zakharyas left, zakharyas joined, skids joined 14:12 zakharyas left 14:15 sena_kun left 14:21 aindilis left 14:22 kybr left 14:25 aindilis joined 14:26 kybr joined 14:37 rindolf left, athenot_ joined
buggable New CPAN upload: ANTLR4-Grammar-0.5.0.tar.gz by JGOFF cpan.metacpan.org/authors/id/J/JG/...5.0.tar.gz 14:37
14:38 athenot left 14:40 khw joined 14:41 benjikun joined, benjikun left 14:42 benjikun joined 14:44 Bowlslaw joined 14:47 squashable6 left, buggable left, squashable6 joined, ChanServ sets mode: +v squashable6, buggable joined, ChanServ sets mode: +v buggable 14:48 ZofBot left, kent\n left, ZofBot joined, ChanServ sets mode: +v ZofBot, eliasr left, notable6 left 14:49 kent\n joined 14:50 rindolf joined, eliasr joined 14:51 rindolf left 14:55 pecastro left 14:57 ChoHag left 14:59 ChoHag joined 15:01 lalitmee joined, pecastro joined
Geth ecosystem: 9c10dee51e | (Itsuki Toyota)++ (committed using GitHub Web editor) | META.list
p6-Algorithm-LibSVM was moved to CPAN
15:01
buggable New CPAN upload: Algorithm-LibSVM-0.0.2.tar.gz by TITSUKI cpan.metacpan.org/authors/id/T/TI/...0.2.tar.gz 15:07
15:11 rindolf joined 15:12 rindolf left 15:13 araraloren left, zakharyas joined, lizmat left, rindolf joined 15:23 lalitmee left 15:28 amalia___ joined 15:31 domidumont left 15:40 robertle left 15:43 zakharyas left 15:44 notable6 joined, ChanServ sets mode: +v notable6 15:53 Guest24442 left 15:57 domidumont joined, Kaiepi left 15:58 ChoHag left 16:00 ChoHag joined 16:01 Kaiepi joined 16:05 zakharyas joined 16:06 robertle joined 16:12 vcv left 16:21 pierre_ left 16:23 pharv joined, pharv left, zakharyas left, pharv_ joined
[Coke] regarding util/ignored-methods.txt - that's used by util/list-missing-methods.p6 - we should make that an (optional) test, no? 16:23
Geth doc: 2ee29c2896 | (Will "Coke" Coleda)++ | doc/Language/objects.pod6
code requires variable declarations
16:26
doc: 4cbc967a5c | (Will "Coke" Coleda)++ | util/missing-methods.p6
make executable
synopsebot Link: doc.perl6.org/language/objects
16:31 scimon left 16:40 dakkar left, [particle] left 16:41 [particle] joined
timotimo just checked in and will drive to the pre-conference meeting soon 16:48
Bowlslaw anyone going to perl con in salt lake?
i'll be there :)
timotimo oof, it's 45 minutes from here, eh? 16:49
Bowlslaw you're in utah?
let me guess, park city?
naw...maybe...lindon or something 16:50
timotimo uh, no, that's even farther from here
sounds like a 16 hour flight 16:51
[Coke] yes, I'll be there, just booked travel. 16:52
16:52 pierre joined
Bowlslaw i live here 16:52
me = lucky
[Coke] github.com/perlconference/tpc-2018...Perl-6-BOF
Bowlslaw the thing is, why would they make it in Salt Lake? There are only 3 companies of which I know that use Perl, one of which I work at
El_Che Bowlslaw: probably good venue 16:53
Bowlslaw El_Che: Excellent venue, it's the Little America
and it's just a great city overall
[Coke] One big requirement for hosting the TPC is having an active set of volunteers to run the con.
Bowlslaw except for the pollution
El_Che I have never been to a conference in the USA, but from what colleagues tell me and what I have seen, I think I would hate it 16:54
[Coke] so every year, different groups put up proposals for hosting.
El_Che congress halls and the like instead of in the city
[Coke] wonders what a "congress hall" is
timotimo i hope i won't miss most of the meetup :o
timotimo drives off
Bowlslaw why would you hate it? i've never been to one
El_Che conference venue too far from civilization 16:55
Bowlslaw eh??
El_Che I am not saying the one at salt like is like one
Bowlslaw Little America is the middle of downtown Salt Lake
[Coke] not sure if you've seen the map, but this looks like it's in the middle of a huge city.
El_Che good venue then
Bowlslaw i live there
[Coke] hurls perlconference.us/tpc-2018-slc/location/
El_Che collegued asked me if I wanted to go to a microsoft conference in the middle of nowhere in florida 16:56
answer was no and no :)
Bowlslaw well, what kind of food do you like? 16:57
16:57 pierre left
Bowlslaw becuase I can show you some delicious and authentic: Korean, Indian, Chinese, Italian, Greek, and other random great places 16:57
h and Thai
Geth doc: 87fafef7c3 | (JJ Merelo)++ | doc/Language/operators.pod6
Indexing requested terms.

Closes #1893. Also defines other operators that were not defined either.
16:58
synopsebot Link: doc.perl6.org/language/operators
El_Che Bowlslaw: yeah, I see now that it's a different kind of venue 16:59
16:59 pharv_ left
El_Che good :) 16:59
Bowlslaw you can see the state capital from the hotel 17:00
El_Che not the stay-in-the-conference-hall/hotel-and-join-us-to-the-organized-trip-to-disneyland :)
Bowlslaw: it seems to be a nice city
Bowlslaw haha hell no
El_Che got to go
Bowlslaw It is a nice city, but when there is no wind or it becomes winter
El_Che train arrives
Bowlslaw the air becomes polluted
due to an "inversion" effect which traps the air in the valley
17:02 pharv joined 17:07 pharv left 17:08 pharv joined 17:10 vcv joined 17:15 tt joined 17:18 rajesh_ joined 17:19 rajesh_ left 17:21 pharv left, pharv joined 17:50 kaare_ left 17:54 espadrine joined
Geth doc: 2b508011ca | (JJ Merelo)++ | xt/links-not-links.t
Improves comment
17:59
18:00 pierre joined 18:04 pierre left 18:09 jeek left 18:26 dogbert17 left 18:31 domidumont left
tobs "The reason is that the @-sigiled variables are mostly lazy. What this means is they reify the stuff assigned to them right away most of the time." (from the glossary) 18:33
doesn't this mean that @-sigiled variables are mostly /eager/?
(docs.perl6.org/language/glossary#Reify) 18:34
18:36 mcmillhj left 18:39 chansen__ joined 18:41 espadrine_ joined, mcmillhj joined
tbrowder_ \o #perl6 18:41
18:42 BinGOs_ joined
tbrowder_ i wanted to go to TPC SLC but i have big date conflicts. 18:42
[Coke]: any chance to have TPC at a different time of year? 18:43
18:44 BinGOs left, darutoko left, BinGOs_ is now known as BinGOs 18:45 BinGOs left, BinGOs joined 18:46 mcmillhj left 18:47 espadrine left, ZofBot left, buggable left, SourceBaby left, shareable6 left, unicodable6 left, benchable6 left, committable6 left, coverable6 left, quotable6 left, CIAvash[m] left, chansen_ left, chansen__ is now known as chansen_ 18:48 amalia___ left 18:50 bisectable6 left, reportable6 left, reportable6 joined, bisectable6 joined, vcv left, irco left, greppable6 left 18:51 eater left, statisfiable6 left, bloatable6 left, nativecallable6 left 18:52 AlexDaniel joined, eater joined 18:53 CIAvash[m] joined 18:56 pharv left 18:57 pharv joined 19:01 mcmillhj joined, releasable6 left, reportable6 left, releasable6 joined, shareable6 joined, ChanServ sets mode: +v shareable6, reportable6 joined, ChanServ sets mode: +v reportable6 19:02 releasable6 left, releasable6 joined, ChanServ sets mode: +v releasable6 19:05 mcmillhj left, pierre_ joined
Geth doc: feabe81156 | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Language/glossary.pod6
Fix incorrect adjective
19:07
synopsebot Link: doc.perl6.org/language/glossary
19:09 pharv left 19:10 pierre_ left 19:11 mcmillhj joined 19:12 pharv joined 19:18 khw left 19:19 pharv left 19:20 tt left 19:21 pharv joined 19:26 pharv left 19:27 pharv joined 19:32 vcv joined
vcv Is it possible to have parameters on traits? e.g. method foo() is bar("baz") { ... } 19:32
19:35 kaare_ joined
geekosaur yes, just list them as parameters after the required ones? 19:36
19:36 coverable6 joined, committable6 joined, quotable6 joined, unicodable6 joined, benchable6 joined, ChanServ sets mode: +v unicodable6, ChanServ sets mode: +v benchable6 19:38 pharv left, pharv joined
vcv m: multi sub trait_mod:<is>(Sub $m, :$customtrait!, $foo) is export { $m.wrap: sub (|) { nextsame } }; sub bar() is customtrait("baz") { say "Hello" } 19:39
camelia 5===SORRY!5=== Error while compiling <tmp>
Cannot put required parameter $foo after variadic parameters
at <tmp>:1
------> 3it_mod:<is>(Sub $m, :$customtrait!, $foo7⏏5) is export { $m.wrap: sub (|) { nextsam
expecting any of:
skids Required nameds go after required positionals. The error message is a bit LTA. 19:40
19:41 vcv left
geekosaur you get an error that way too, thougj 19:42
skids In this case I think the params get put in the adverb value. Dunno haven't played with it. 19:43
So you'd want destructuring.
19:43 pharv left
El_Che "My Macbook has gone to sleep" message is as annoying as "this message was sent with an Iphone/Windows10 mail" crap 19:43
Not crappy defaults matter. Let's this be a lesson for Perl 6 :) 19:44
FROGGS +1
skids multi sub trait_mod:<is>(Sub $m, :$customtrait!) is export { $customtrait.say; $m.wrap: sub (|) { nextsame } }; sub bar() is customtrait("baz") { say "Hello" }
evalable6 baz
19:47 vcv joined 19:48 bloatable6 joined, greppable6 joined, nativecallable6 joined, ChanServ sets mode: +v greppable6, ChanServ sets mode: +v nativecallable6, statisfiable6 joined, ChanServ sets mode: +v statisfiable6
vcv m: multi sub trait_mod:<is>(Sub $m, $foo, :$customtrait!) is export { $m.wrap: sub (|) { nextsame } }; sub bar() is customtrait("baz") { } 19:49
camelia 5===SORRY!5=== Error while compiling <tmp>
Can't use unknown trait 'is customtrait' in a sub declaration.
at <tmp>:1
expecting any of:
rw raw hidden-from-backtrace hidden-from-USAGE
pure default DEPRECATED inlinable n…
19:50 zakharyas joined 19:51 zakharyas left 19:53 zakharyas joined 19:54 Guest00000001 joined 19:55 athenot_ left
Guest00000001 Hi guys , I am having hard time with a perl script 19:55
19:55 pharv joined
Guest00000001 first script threw error that modules cannot find 19:55
not such file and directory
then I have changed shebang to point where modules are 19:56
19:56 athenot joined
Guest00000001 now its saying msdw version.pm cannot found 19:56
FROGGS Guest00000001: hi, is this about Perl 6 or Perl 5? 19:57
skids vcv: yeah I'm having a hard time finding the "destructure-inside-a-named-parameter" syntax, assuming it is implemented. 20:00
20:02 pharv left 20:03 pharv joined
skids vcv: A where constraint could do it though. 20:03
m: multi sub trait_mod:<is>(Sub $m, :$customtrait where .elems == 1) is export { $m.wrap: sub (|) { $customtrait[0].say; nextsame } }; sub bar() is customtrait("baz") { say "Hello" }; bar();
camelia baz
Hello
vcv ahhh. thanks skids 20:04
20:04 zakharyas left
skids I think something like :$c[ $subparam ] should work but that may be too deep down the rabbithole for implementors to have gone. 20:05
20:09 zakharyas joined
Guest00000001 its written 20:11
use MSDW::version 20:12
'perl-ldap' => 0.31 , 20:13
and other bunch of module names
20:13 zakharyas left
Guest00000001 I get this error 20:13
20:14 zakharyas joined, pierre joined
Guest00000001 cant locate MSDW/version.pm 20:15
in @INC
any idea?
my question is what is MSDW here?
FROGGS Guest00000001: that's about Perl 5
Guest00000001: please take a look here for documentation and help: www.perl.org/ 20:16
El_Che Guest00000001: you'll be welcome in #perl on this network
d
(type /joint #perl) 20:17
20:18 mcmillhj left 20:19 pierre left
Guest00000001 ty 20:19
20:23 mcmillhj joined 20:24 FROGGS left 20:27 comborico1611 joined 20:29 pharv left 20:30 pharv joined, pharv left 20:31 pharv joined 20:32 Guest00000001 left 20:37 kurahaupo_ joined 20:38 mcmillhj left 20:41 kurahaupo left
Geth ecosystem: 1d8fcca4ea | (Robert Lemmen)++ (committed using GitHub Web editor) | META.list
CucumisSextus migrated to CPAN
20:42
[Coke] tbrowder_: the committee is charge of the dates; I've mentioned that this time of year is problematic for me in the past. they're juggling a lot of variables, not everyone is going to be satisfied, unfortunately. 20:44
20:45 vcv left 20:46 Kaiepi left 20:47 Kaiepi joined, mcmillhj joined 20:51 kurahaupo_ left, kurahaupo joined 20:54 mcmillhj left 20:58 zakharyas left 21:01 builderror joined 21:03 kurahaupo left, kurahaupo joined
builderror jnthn: Hi, I've been reading about the Comma perl6 ide, would you consider a (perhaps patreon based) system where someone can pay an X amount a month rather than a lump sum at the start 21:04
21:10 mcmillhj joined 21:13 kurahaupo left 21:14 kurahaupo joined 21:19 mcmillhj left, benjikun left
lucs 21:20
21:21 benjikun joined 21:22 pierre joined, skids left 21:25 kurahaupo left, kurahaupo joined 21:26 pierre left 21:29 pharv left 21:36 MasterDuke joined 21:40 kurahaupo left, kurahaupo joined 21:43 pharv joined 21:47 mcmillhj joined 21:50 robertle left 21:51 mcmillhj left 21:53 kurahaupo left, pharv left, kurahaupo joined 21:54 mcmillhj joined, pharv joined 21:57 pharv left, pharv joined 22:01 builderror left 22:04 mcmillhj left, kurahaupo left, kurahaupo joined 22:13 wamba left, rindolf left 22:17 kurahaupo left, kurahaupo joined 22:23 tt joined
tbrowder_ [Coke]: thnx 22:29
22:32 kurahaupo left 22:33 kurahaupo joined 22:35 pierre_ joined 22:40 pierre_ left, Bowlslaw left 22:44 kurahaupo left, kurahaupo joined 22:49 Zoffix joined, Zoffix left 22:51 tt left 22:58 kurahaupo left
AlexDaniel squashable6: next 22:58
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 2 days and ≈11 hours (2018-04-07 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
22:59 kurahaupo joined 23:08 skids joined 23:13 kurahaupo left 23:14 kurahaupo joined
Geth gtk-simple: b11ffd212b | (Timo Paulssen)++ | Build.pm
fall back to windows' CertUtil.exe for sha256

the powershell script seems to have some syntax error or something. But allegedly certutil.exe is available everywhere?
23:19
gtk-simple: 9047525955 | (Zoffix Znet)++ (committed using GitHub Web editor) | META6.json
Bump version
23:20
timotimo oh, good idea 23:21
23:25 kurahaupo left, markong left 23:26 kurahaupo joined 23:30 comborico1611 left 23:37 kurahaupo left, kurahaupo joined 23:43 w_richard_w joined 23:48 kurahaupo left, kurahaupo joined 23:53 Kaiepi left 23:54 Kaiepi joined 23:55 ChoHag left 23:59 kurahaupo left, kurahaupo joined