»ö« 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 o/ :) 01:12
quester seen masak 06:07
quester .seen masak 06:10
yoleaux I saw masak 26 Feb 2018 13:43Z in #perl6: <masak> TypeScript is perhaps the nicest aspect of the new Angular ;)
AlexDaniel squashable6: next 08:02
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 1 day and ≈1 hour (2018-03-03 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
lizmat stackoverflow.com/questions/490463...-of-before # interesting question, couldn't find the answer in the docs 09:46
at least not on docs.perl6.org/syntax/before 09:47
moritz that's because it's really about <? and <., not about before 10:06
Geth whateverable: 7cde4a355d | (Aleks-Daniel Jakimenko-Aleksejev)++ | t/lib/Testable.pm6
Use default config if needed

Contributors might not have the actual config file and it should just work.
11:07
jc_denton_ Hello! I have a small question. I feel a bit silly asking. I'm writing some inline documentation but I haven't seen the command to just read the pod like how you could do perldoc on a file. Does such a command exist? 14:04
jast tried this? p6doc path/to/file 14:05
raschipi p6doc
AlexDaniel what's p6doc? I don't have it installed 14:12
lizmat zef install p6doc 14:13
jc_denton_ Ah it doesn't come at the start. Thanks
jc_denton_ lizmat: Is p6doc just the perl6 docs? the github makes it sound like it's a copy of the perl6 docs which isn't what I was looking for. 14:18
raschipi The tool is developed in the documentation repository. 14:21
lizmat jc_denton_: it's actually both
jc_denton_ Ah seems a bit awkward. The installed failed as well for some reason. 14:29
lizmat ah? care to give us a gist ? 14:30
jc_denton_ of course sorrry 14:37
Failed to resolve host name 'rakudo.org' with family 0. Error: 'Name or service not known'
===> Testing [FAIL]: LWP::Simple:ver<0.096>:auth<Cosimo Streppone>
The rest of the error seemed to be just tracting back through thr zef client.
It's a liittle odd because it is on my colleagues machine already. just not mine. 14:38
moritz so, can you resolve rakudo.org?
jc_denton_ I can just fine. 14:42
moritz and the colleague too? 14:43
jc_denton_ I assume so since we are on the same network but p6doc was already on his machine. 14:49
jc_denton_ seemed happy to install this time and i can view the docs I'm making. Thanks Lizmat and Dakkar. 14:56
jc_denton_ jast and Raschipi thanks as well. :) 14:57
tbrowder is perl6/cpandatesters.org ever going to be used again? 15:05
lizmat good question 15:07
afk&
moritz who knows the future? 15:33
daxim where's the shame in rakudup? what am I missing? 15:39
[Coke] note that 'perl6 --doc' also reads the docs. 16:27
(p6doc is basically a thin wrapper around that.)
Geth whateverable: 058f04328f | (Aleks-Daniel Jakimenko-Aleksejev)++ | lib/Whateverable.pm6
Read the config lazily

Otherwise it attempts to do it during the compilation (not good because sometimes we may want to precompile stuff without running it).
16:32
whateverable: e1bee63c81 | (Aleks-Daniel Jakimenko-Aleksejev)++ | 3 files
Helper sub to initialize stuff

So that when you run anything locally it just works.
whateverable: d5f50f40a3 | (Aleks-Daniel Jakimenko-Aleksejev)++ | t/lib/Testable.pm6
Precompile bots before running tests

Just precompiling stuff may take many seconds which results in time out of the whole test file. Fixed by precomping the stuff before running it.
Geth whateverable: 36bf69bca6 | (Aleks-Daniel Jakimenko-Aleksejev)++ | 13 files
Oops. Add ‘lib’ to load Whateverable::Builds

Forgot to commit that in e1bee63c81984bd69c604723c62c9f473e61e22a
16:36
Geth doc: 22df756868 | (Will "Coke" Coleda)++ | 4 files
Give reasons for skipping or note if it's not perl6
18:42
Geth perl6.org: Kaiepi++ created pull request #92:
Add PufferBot documentation to community/irc.html
19:01
perl6.org: 6b54d3fce0 | (Ben Davies)++ | source/community/irc.html
Add PufferBot documentation to community/irc.html
19:07
perl6.org: 9d2361888d | (Zoffix Znet)++ (committed using GitHub Web editor) | source/community/irc.html
Merge pull request #92 from Kaiepi/master

Add PufferBot documentation to community/irc.html
jimav How is zef installed? Somewhere the docs said it comes with rakudo-star, but it's not in the Ubuntu 'rakudo' package. So I downloaded & built rakudo-star-2018.01 but it did not install anything named "zef" under --prefix dir. 19:33
timotimo huh, yeah, the readme doesn't tell you 19:35
though perhaps it outputted something during the installation
moritz you can clone the git repo
the zef git repo, that is
and its readme describes how to install it 19:36
or
moritz use the packages from github.com/nxadm/rakudo-pkg 19:36
and then run install-zef-as-user
AlexDaniel squashable6: next 19:41
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in ≈14 hours (2018-03-03 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
jimav Ach! I did "make" not "make install". ("make" seems to install some things anyway, which is a bit odd...) But all is well now! 19:44
[Coke] \o/
SCHAPiE timotimo: over here, it ended up in /usr/share/perl6/vendor/bin/zef 20:27
ehm i meant: jimav
so i just put export PATH=$PATH:/usr/share/perl6/vendor/bin in my ~/.zshrc 20:28
thowe It I like embedded Perl templates as provided by Mojolicious, is there a a way to do templates similarly with Perl6? 21:53
s/It/If/
DrForr There's a Template::Mojo in the ecosystem, but I'm headed to bed so I can't hang around :( 21:54
yoleaux 22 Feb 2018 23:40Z <Zoffix> DrForr: you have a moldy PR unbreaking your module being listed in ecosystem: github.com/drforr/perl6-ANTLR4/pull/15
thowe Cro seems to be the new hotness and I want to see if I can do something for work with it.
DrForr Aiyee. 21:55
DrForr .tell Zoffix pushed. 21:57
yoleaux DrForr: I'll pass your message to Zoffix.
DrForr .tell Zoffix (for perl6-ANTLR, that is) 21:58
yoleaux DrForr: I'll pass your message to Zoffix.
DrForr thowe: Cro was my latest side project before getting sidetracked on Markdown stuff, it's fun. I had some issues at the start because it was close to Dancer but buggy enough the way I was using it that it caused some issues, but once my coe settled down it was fie. 21:59
[Coke] coe?
(at previous dayjob that's "Center of Excellence")
timotimo code i think? 22:00
DrForr *code *fine
My laptop keyboard is bending around the '3'-'c' axis so those keys are a bit wonky. 22:01
thowe I have a couple of things still using CGI, and I was going to replace with Mojo lite... Another guy at work who I have managed to bring in to the world of Perl also likes Mojo and has interest in Perl6. I think he would be down for a Cro replacement. 22:02
The other guy likes Ruby, so we might get him interested eventually.
We actually have production code running Mojo now. 22:03
Cro might just be the Perl6 gateway drug we need
DrForr Mojo was meant for a fll async core, so of {Dancer, Mojo} Mojo would be the closest fit. I haven't use Mojo so I can't say, but from what I've followed on the channel... 22:06
DrForr .tell Zoffix passed on Travis, thanks again. 22:09
yoleaux DrForr: I'll pass your message to Zoffix.
tony-o i like mojo too 23:49