»ö« 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.
00:11 kurahaupo_ joined 00:12 kurahaupo left
zengargoyle Shanta: 1 cd rakudo-2017.06; 2 PATH=$PWD/share/perl5/site/bin:$PWD/bin:$PATH; 3 perl6 -v; (should be 2017.06-SOMETHING); 4 cd to zef dir; 5 perl6 -Ilib ./bin/zef install .; 6 profit! 00:14
but really, make sure you remove the old package you installed. then install as El_Che described. :) 00:15
Shanta I used apt-get and it says it dose not exist. 00:16
00:16 kurahaupo_ is now known as kurahaupo
zengargoyle and thats /shar/perl6/site/ my fingers type perl5 automagically. 00:16
apt list rakudo* 00:17
00:18 Cabanossi left
zengargoyle not sure if Ubuntu uses apt vs apt-get.... 00:18
00:19 Cabanossi joined 00:24 shlomif joined, shlomif2 joined
Shanta zengargoyle Finnely got the old perl 6 off the machine. When all else fails use synatic. 00:26
00:26 rindolf left
zengargoyle cool, make sure you have no perl6 and then it's probably best to follow El_Che's link to install up-to-date packages, it will probably work. 00:29
00:30 shlomif2 left
zengargoyle or you can try my thing with the manual PATH setting. the `make install` really just installs perl6 into the ./install directory from where you ran the make command (it doesn't put it in /usr/bin or /usr/local/bin or anything like that) 00:31
you want to be able to `perl6 --version` and see 2017.06 ... 00:32
00:32 shlomif is now known as rindolf 00:46 AlexDaniel left 00:47 Shanta left
zengargoyle just now notices it's PATH=$PWD/install/share/perl6/site/bin:$PWD/install/bin:$PATH 00:49
.tell El_Che you might want to add at least the site directory to PATH so that scripts intalled by zef can be found. 00:52
yoleaux zengargoyle: I'll pass your message to El_Che.
01:00 rindolf left 01:01 bjz left 01:02 Cabanossi left 01:04 Cabanossi joined 01:10 FROGGS_ joined 01:13 FROGGS left 01:20 dubi0us left
zengargoyle .ask El_Che do you want 2 different install_zef scripts? 01:20
yoleaux zengargoyle: I'll pass your message to El_Che.
01:24 dubi0us joined
zengargoyle does p6 have the p5-like INSTALLSCRIPT thing where you tell the installer to put scripts in a certain location? 01:26
zengargoyle assuming things will end up in site/bin vendor/bin ~/.perl6/bin 01:27
01:41 dubi0us left 01:47 dubi0us joined 01:50 majensen joined 01:51 bjz joined 01:52 dubi0us left 01:57 majensen left, dubi0us joined 02:00 lichtkind_ left 02:17 noganex joined 02:20 noganex_ left
ugexe well... the bin scripts get installed alongside other non-bin scripts. site/bin vendor/bin etc get *wrappers* 02:36
and a single wrapper may point to multiple versions and/or auths 02:37
02:41 rouking joined
rouking is a copy created when passing an array to a sub? 02:42
02:51 zacts left 02:57 zacts joined
ugexe m: sub foo1(@a) { say @a.WHICH }; sub foo2(@a is copy) { say @a.WHICH }; my @a = 1..3; foo1(@a); foo2(@a); say @a.WHICH 02:59
camelia Array|59257944
Array|59258000
Array|59257944
ugexe rouking: ^ 03:00
zengargoyle ugexe: ok, i thought only rakudobrew did the wrapper thing. 03:01
ugexe if you're using rakudobrew you go through 2 wrappers
03:02 Cabanossi left
zengargoyle that's cool, but a bit weird too. :) 03:03
i'm sure i have site in my bin for some reason. maybe pre-zef? 03:04
03:04 Cabanossi joined
ugexe its a tad faster to use zef via `perl6 -MZef::CLI -e '' --help` than `zef --help` 03:04
you point at site/bin if you don't use rakudobrew 03:05
zengargoyle right, which is El_Che's rakudobrew .deb/.rpm/whatever that install to /opt/rakudobrew 03:06
frak /opt/rakudo
03:07 bjz left
zengargoyle i assume it's just like a make install --previx=/opt/rakudo, no rakudobrew magic... 03:07
rouking ugexe: thanks -- didn't know about WHICH or I would've tested it myself :P 03:08
03:08 skids joined
ugexe ok to be more precise: you should not have site/bin in your PATH if you also have a rakudobrew/bin in your PATH 03:08
maybe he is using rakudobrew for a single install only, and maps the rest of the PATH stuff to that installation and not the rakudobrew shim directories 03:09
03:09 zacts left
zengargoyle ugexe: yeah, it's late and i'm tired. :) El_Che's .deb/.rpm packages are not 'rakudobrew' and probably need site, vendor, ~/.perl6/bin in path or some things will not be found. 03:10
assuming zef doesn't auto-wrap and move things to the base perl/bin 03:11
i.e. i'm talking about making perl6 yourself, or using a package, not rakudobrew. 03:12
ugexe zef doesn't wrap anything. by default it'll install to site/ or ~/.perl6 if thats not available, but they could have configured it to install to, say, vendor/ 03:13
zengargoyle yeah, but El_Che's docs don't include either site or vendor in the "set your path to this" part. 03:15
it's a really nice start, but it's my nature to complain. :P 03:16
but it's still in the more for personal use stage where the default is going to be ~/.perl6 03:17
vs an actual distro package.
zengargoyle just sets /path/to/rakudo to root:bin and rwxrwsr-x and adds myself to group bin to avoid the hassle and let other users get my stuff. :P 03:20
~.perl6 is a PITA 03:21
anyways, bedtime. 03:22
03:27 rouking left 03:46 bjz joined 03:51 bjz left, khw left 03:54 bjz joined 04:02 Cabanossi left, Cabanossi joined 04:06 dubi0us left 04:20 dubi0us joined 04:21 xtreak joined, dubi0us_ joined, imcsk8 left 04:24 dubi0us left 04:29 bjz left, dubi0us_ left, imcsk8 joined 04:33 dubi0us joined 04:35 imcsk8 left 04:36 xtreak left, imcsk8 joined 04:38 dubi0us left 04:40 dubi0us joined 04:44 dubi0us left 04:46 sacomo joined 04:48 dubi0us joined 04:52 dubi0us left 04:58 dubi0us joined 05:00 Cabanossi left 05:03 dubi0us left, Cabanossi joined 05:08 dubi0us joined 05:12 dubi0us left 05:17 dubi0us joined 05:20 pilne left 05:22 dubi0us left 05:25 |oLa| joined 05:26 parv joined, BenGoldberg left 05:27 dubi0us joined 05:36 dubi0us left 05:37 dubi0us joined 05:42 dubi0us left 05:46 dubi0us joined
seatek done-testing : Useless use of subtraction (-) in void context -- I must be punch-drunk, because that just made me laugh far too much 05:47
05:50 dubi0us left 05:56 skids left 05:57 dubi0us joined 06:01 dubi0us left 06:02 dubi0us joined 06:06 sacomo left, dubi0us left 06:09 wamba joined 06:15 Cabanossi left 06:17 dubi0us joined 06:18 Cabanossi joined 06:21 dubi0us left 06:22 robertle joined 06:24 andrzejku joined 06:27 dubi0us joined 06:36 dubi0us left, aindilis joined 06:38 sacomo joined
andrzejku hey x) 06:42
06:44 bwisti left 06:45 aborazmeh joined, aborazmeh left, aborazmeh joined 06:47 dubi0us joined 06:52 dubi0us left 06:55 bjz joined 06:59 bjz left 07:00 rindolf joined 07:06 darutoko joined
stmuk_ msg? 07:07
07:07 dubi0us joined 07:10 aborazmeh left 07:12 dubi0us left
andrzejku do you know if someone already started to write perl6 vm in c++? 07:13
07:15 sops joined, Ven joined, Ven is now known as Guest71914 07:17 dubi0us joined 07:20 domidumont joined, domidumont left, Guest71914 left 07:21 sops left 07:22 dubi0us left, sops joined 07:24 domidumont joined 07:26 setty1 joined, dubi0us joined 07:31 dubi0us left 07:38 dubi0us joined 07:40 parv left 07:47 dubi0us_ joined, sops left 07:48 dubi0us left 07:52 dubi0us_ left 07:57 bjz joined, dubi0us joined 08:00 bioexpress joined 08:02 rindolf left 08:04 parv joined 08:06 dubi0us left 08:07 dubi0us joined
bioexpress Hello! If I have 2 modules which have a subroutine with the same name: does for Perl6 exist the possibility to write some sort of fully qualified subroutine name, like "module::subroutine" in Perl5? 08:08
08:12 setty1 left, dubi0us left 08:16 dubi0us joined
tadzik yeah, exactly like you wrote 08:17
has to be an "our sub" though 08:18
andrzejku: moarvm is written in C, I guess that's close enough :)
andrzejku tadzik okay thats I know
tadzik priv?:D 08:19
tadzik go ahead
08:20 seatek left 08:21 dubi0us left 08:25 bjz left 08:27 bjz joined, dubi0us joined 08:29 Rawriful joined 08:32 dubi0us left
bioexpress should this work with NativeCall subroutines too? 08:34
08:36 dubi0us joined
tadzik absolutely 08:37
on the Perl level, they're just Perl subroutines
bioexpress ok, when I write our sub it works 08:38
andrzejku emm Num $a = 2.1 08:39
bioexpress How would I solve this problem, if it were not my modules and the subs are not our subs? 08:40
andrzejku the compiler warn me that I try to use Rat type
08:41 dubi0us left 08:42 glauschwuffel joined
glauschwuffel Hi there! I'm fairly new to Perl6 and experiencing problems installing an application called "uzu" via zef. Is this the right place to ask questions about the tool chain? 08:46
08:46 Cabanossi left
andrzejku glauschwuffel module? 08:47
you can run zef list find explicit uzu name
and then zef install <modulename>
08:47 dubi0us joined
glauschwuffel uzu (gitlab.com/samcns/uzu) 08:48
08:48 Cabanossi joined, domidumont left
glauschwuffel I did what the installation docs are saying, and get this error: "Probable version skew in pre-compiled ... (Log::Any::Filter) (cause: no object at index 1044)". Is there any way to tell zef or perl6 not to use the precompiled version? 08:50
parv Numeric is wider than Real & Rat. so why is there a warning re "Sat.1 22:39:50 <andrzejku> emm Num $a = 2.1"?
08:51 dubi0us left
parv type relation: docs.perl6.org/images/type-graph-Rat.svg 08:52
wrong imgae. The Num: docs.perl6.org/images/type-graph-Num.svg 08:54
and i take back my comment about Num being wider than Real (was reading something else) in light of docs.perl6.org/type/Num 08:56
08:56 dubi0us joined 09:01 dubi0us left
parv gah! I meant Numeric not Num, and then comment does not make sense. BAKA! 09:03
time to go ...
09:04 parv left, bjz left 09:05 bioexpress left 09:07 dubi0us joined 09:09 glauschwuffel left, ufobat joined
Geth doc: f8d9acad27 | (Jan-Olof Hendig)++ | 2 files
A few additional formatting fixes
09:13
09:16 dubi0us left
leont I seemed to have solved my zef issue by upgrading, but my rakudo was only from March, wasn't expecting that to be tricky 09:24
09:27 dubi0us joined
Geth doc: 20fe051092 | (Jan-Olof Hendig)++ | doc/Type/Parameter.pod6
Added additional example to the 'raw' method
09:31
leont I'm getting a «No such symbol 'Basic'» warning (via a Failure) when doing a «require ::($name)», but everything works otherwise. I'm confused. 09:33
09:42 dubi0us left 09:47 dubi0us joined 09:51 andrzejku left 09:52 dubi0us left 09:53 Skarsnik joined, TEttinger left
Geth doc: c8ff69fbe5 | (Jan-Olof Hendig)++ | doc/Type/Parameter.pod6
Changed confusing parameter names
09:54
leont Ah, it seems to happen the second time I load a module 09:56
09:57 bjz joined, dubi0us joined 10:00 Cabanossi left 10:01 dubi0us left 10:03 Cabanossi joined 10:07 travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'A few additional formatting fixes' 10:07
travis-ci.org/perl6/doc/builds/249285641 github.com/perl6/doc/compare/33a68...d9acad273e
10:07 travis-ci left, dubi0us joined 10:11 dubi0us left 10:13 bjz left 10:14 bjz joined 10:17 dubi0us joined 10:22 dubi0us left 10:24 travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'Added additional example to the 'raw' method' 10:24
travis-ci.org/perl6/doc/builds/249288337 github.com/perl6/doc/compare/f8d9a...fe05109232
10:24 travis-ci left 10:26 dubi0us joined 10:30 dubi0us left 10:45 rindolf joined, travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'Changed confusing parameter names' 10:45
travis-ci.org/perl6/doc/builds/249291752 github.com/perl6/doc/compare/20fe0...ff69fbe548
10:45 travis-ci left
rightfold Naughty Jan! 10:47
10:47 dubi0us joined 10:52 dubi0us left, andrzejku joined 10:56 dubi0us joined 11:01 dubi0us left 11:02 pmurias joined 11:07 dubi0us joined 11:11 dubi0us left 11:15 Cabanossi left 11:18 Cabanossi joined, dubi0us joined 11:20 mr-foobar joined, nattefrost joined, nattefrost left, mr-fooba_ left 11:21 nattefrost joined, Lambd0x joined 11:22 dubi0us left 11:28 dubi0us joined 11:32 bjz left 11:37 dubi0us left, dubi0us joined 11:42 dubi0us left, jamesaxl joined 11:45 lichtkind joined 11:47 Cabanossi left 11:48 Cabanossi joined 11:53 dubi0us joined 11:56 Lambd0x left 11:57 dubi0us left 11:58 dubi0us joined 12:01 lucasb joined 12:17 dubi0us left 12:18 domidumont joined 12:22 jamesaxl left 12:23 jamesaxl joined 12:27 dubi0us joined 12:36 dubi0us left 12:37 dubi0us joined 12:41 dubi0us left 12:42 jamesaxl left, jamesaxl joined 12:47 dubi0us joined 12:51 bjz joined 12:52 dubi0us left 12:58 dubi0us joined 12:59 noganex_ joined 13:01 domidumont left 13:02 noganex__ joined, dubi0us left, noganex left 13:04 noganex_ left 13:07 lizmat left 13:08 lizmat joined 13:11 bjz left 13:12 dubi0us joined 13:16 gginin joined, gginin left 13:21 dubi0us left 13:27 dubi0us joined 13:36 dubi0us left 13:37 dubi0us joined 13:42 dubi0us left 13:43 ufobat left
Geth doc: 53c193e81b | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Language/unicode_texas.pod6
Move info about `Since` column to where it belongs

The data in the table is actually not accurate since some of these symbols aren't part of 6.c language and only will become part of 6.d
13:43
13:43 brdk joined, dubi0us joined 13:46 araraloren joined, brdk left
Geth doc: d7ef195600 | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Language/unicode_texas.pod6
Add explanation why name "Texas"
13:47
13:56 pilne joined 13:57 zakharyas joined 14:01 araraloren left 14:04 khw joined 14:09 araraloren joined 14:21 ilbot3 left 14:25 gfldex joined, ilbot3 joined, ChanServ sets mode: +v ilbot3, ilbot3 left 14:26 ilbot3 joined, ChanServ sets mode: +v ilbot3, ilbot3 left 14:27 ilbot3 joined, ChanServ sets mode: +v ilbot3, ilbot3 left 14:29 ilbot3 joined, ChanServ sets mode: +v ilbot3, ilbot3 left, ilbot3 joined, ChanServ sets mode: +v ilbot3 14:30 ilbot3 left
moritz "DBD::mysql::st execute failed: Cannot load from mysql.proc. The table is probably corrupted" 14:30
14:30 ilbot3 joined, ChanServ sets mode: +v ilbot3
moritz that's why the IRC logger won't stay up :( 14:30
14:30 ilbot3 left 14:31 ilbot3 joined, ChanServ sets mode: +v ilbot3, ilbot3 left, ilbot3 joined, ChanServ sets mode: +v ilbot3, ilbot3 left 14:32 ilbot3 joined, ChanServ sets mode: +v ilbot3 14:33 ilbot3 left 14:34 ilbot3 joined, ChanServ sets mode: +v ilbot3
moritz sorry for the join spam; should be stable-ish now 14:35
FROGGS_ moritz++
14:37 bjz joined 14:38 travis-ci joined
travis-ci Doc build errored. Zoffix Znet 'Add explanation why name "Texas"' 14:38
travis-ci.org/perl6/doc/builds/249330347 github.com/perl6/doc/compare/53c19...ef195600fc
14:38 travis-ci left 14:42 bwisti joined 14:54 skids joined 14:55 konsolebox left 15:00 konsolebox joined 15:12 rindolf left
araraloren How using perl6 determine whether a file is block or socket file or not? 15:15
moritz how would you do it in C, or in Perl 5? 15:16
araraloren In C I will use fstat 15:17
I don't know in perl5
moritz then it's probably easiest to use NativeCall and fstat 15:18
araraloren I thought IO::Path or IO::Spec::Unix have method for that.. 15:21
15:21 AlexDaniel joined
araraloren haha.. 15:22
15:24 mr_ron joined 15:27 bwisti left, bjz left
leont $filename.IO.f 15:33
15:33 domidumont joined 15:34 bjz joined
leont Hmmm, seems there is no .b or .S 15:35
15:36 dubi0us_ joined, Rawriful left 15:40 dubi0us left 15:41 ptolemarch left 15:42 ptolemarch joined, Rawriful joined 15:44 ChoHag left 15:48 Lambd0x joined 15:49 setty1 joined 15:54 lucasb left 15:55 bwisti joined
timotimo perl6 shies away from putting posixy things in core 15:55
Lambd0x Hi there. I have a situation which is this: I developed an app in perl6 which runs ok in Linux. However, I'm also testing it to run with Windows, after stalling the last .msi Rakudo Star I needed to solve a dep for my app so I went to use zef and initially wasn't working because it needed git, after getting it one error to install the module used in my app still remained. It looks for a file in C:\Users\your-user\.zef\store\projects.json which doesn't
exists, but in the same dir there exits a file named packages.json. My question is, how can I get to fix this and install the module I need.
timotimo i don't recall other good examples of things not in core, though
you don't require git to install stuff with zef if you grab things from cpan or by giving it download links for github's zip files 15:56
15:57 lichtkind left
Lambd0x timotimo, I chose to install it. But it ain't the problem :D 15:57
araraloren How you install git for win ? 15:59
Lambd0x with an git installer for windows. It was ok. The problem was really the remainder error.
When it starts the downloads of the deps for the modules, zef looks for a file in the dir I described above. 16:00
16:01 rindolf joined
Lambd0x Hence it doesn't find it, it quits the download of the module. 16:01
*a
araraloren You can try run `zef update` first 16:03
16:05 zakharyas left, ChoHag joined
Lambd0x same problem 16:05
araraloren Can you paste report of zef to somewhere ? 16:06
16:07 zakharyas joined 16:08 lichtkind joined
Lambd0x I'm actually trying. I'll have to write manually the contents of the image since the pastbin client for windows doesn't allows for pastebin images 16:09
16:10 shlomif joined, rindolf left 16:11 shlomif is now known as rindolf
araraloren Quick question: is the right way to do interpolate in regex `/<$var>/` ? 16:11
`/<{$var}>/` 16:12
m: my $regex = "abc.*"; say "abcd" ~~ /<{$regex}>/;
camelia 「abcd」
araraloren m: my $regex = "abc.*"; say "abcd" ~~ /{$regex}/;
camelia 「」
araraloren m: my $regex = "abc.*"; say "abcd" ~~ /<$regex>/;
camelia 「abcd」
araraloren m: my $regex = "abc.*"; say "abcd" ~~ /$regex/;
camelia Nil
16:12 jamesaxl_ joined 16:13 jamesaxl left
Lambd0x araraloren, pastebin.com/d94wGZ4a 16:13
16:13 domidumont left
andrzejku hi people 16:14
16:16 domidumont joined
araraloren Lambd0x, that file exists ? 16:17
Yeah , `/<$regex>/` is the right way to do interpolate in regex 16:19
16:20 domidumont left
Lambd0x araraloren, Nops, what does exists as I stated earlier is the file called packages.json and packages.json.bak 16:20
I tried creating the filename, but don't work. I'm running cmd.exe with admin access btw. 16:21
araraloren I check on my pc, it was exists
IDK, maybe you can ask zef's author 16:22
Lambd0x which version of rakudo star you have, my friend? 16:23
araraloren I think packages.json would be exists in sub directory of **store/**
Lambd0x I'm using the one of two months ago (latest release)
araraloren I manual install from rakudo source 16:24
Lambd0x I see.
araraloren Maybe you can reinstall zef by yourself
only zef
Lambd0x I guess. Will get a terminal emulator running for that purpose then.
Thks.
16:25 jamesaxl_ left
araraloren my version is old too, it was version 2017.02 16:25
Lambd0x :)
araraloren Lambd0x, I use bash on win10, it was cool, for me
Lambd0x Yeah, but I'm still with 8.1 here 16:26
will upgrade as soon as possible.
16:26 bjz left
pmurias how should I parse a .pod6 file? 16:27
araraloren Em, good luck, I gotta go to sleep now
88
Lambd0x araraloren, thanks a lot.
good sleep.
araraloren perl6 --doc ./*.pod
thanks
good night
16:27 araraloren left 16:28 Lambd0x left 16:31 domidumont joined
pmurias I want to get the Pod::* objects not the text form 16:40
moritz pmurias: htmlify.p6 in the perl6/doc repo uses some nasty trick to get the the Pod::* objects 16:41
but I don't remember which one; might need to look into its sources 16:42
16:42 Skarsnik left
pmurias moritz: thanks, it looks like writing a Pod::To::* module and pluging it into --doc will be enough to extract what I want 16:45
16:48 domidumont left, dustinm` joined 16:49 AlexDani` joined 16:50 AlexDaniel left 16:52 domidumont joined 16:53 epony left 16:54 jamesaxl joined 16:55 dubi0us_ left 16:57 epony joined 16:58 zakharyas left 17:00 BenGoldberg joined
Geth doc: 49aab84d47 | (Jan-Olof Hendig)++ | doc/Type/Str.pod6
Added docs for method Bool
17:02
17:23 FROGGS_ is now known as FROGGS 17:27 domidumont left 17:33 nattefrost left 17:46 Cabanossi left 17:48 Cabanossi joined 17:51 seatek joined 17:52 travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'Added docs for method Bool' 17:52
travis-ci.org/perl6/doc/builds/249376186 github.com/perl6/doc/compare/d7ef1...aab84d4782
17:52 travis-ci left 18:09 domidumont joined 18:34 pmurias left 18:37 pmurias joined
BenGoldberg So I'm attempting to implement perl class representing a fixed-length C array, by defining a class with a repr of CStruct, and appropriately large; I do nativecast( CArray[...], self ) for efficient access. *however*, I want to cache the result of the cast, and I'm not sure how to do so. 18:38
18:53 cyphase left 18:57 ufobat joined 19:08 FROGGS left 19:18 mr_ron left 19:19 darutoko left
moritz how do you cache something? by assigning it to a variable 19:19
Geth doc: bb96b2bf64 | (Jan-Olof Hendig)++ | doc/Type/Proc.pod6
Added missing method definition
19:25
19:26 domidumont left
BenGoldberg And how do I make sure that that variable has the same lifetime as a particular object? 19:27
timotimo make it an attribute :)
BenGoldberg And how do I make it an attribute, when the class I want to make it an attribute *of*, has repr('CStruct')? 19:28
BenGoldberg gives up. I'll just implement PositionalBindFailover, and let the array version get (re)generated on an as-needed basis. Not precisely performant, *shrug* 19:30
timotimo might have to use composition for that 19:31
hmm
moritz BenGoldberg: you make a container object that has both the repr('CStruct') as an attribute, and the cached value as another attribute 19:34
timotimo the problem is that you can't just pass that CStruct to native functions/methods
19:44 cyphase joined
Geth doc: 28f453651f | (Jan-Olof Hendig)++ | doc/Type/Pod/Block/Comment.pod6
Added docs for Pod comments
19:46
dogbert2 moritz: do you think that I could take relevant parts of the material from design.perl6.org/S26.html#Pod_comments and add to the recently commited doc for Pod::Block::Comment? 19:49
BenGoldberg Mostly I want to use this (with "HAS") within other CStructs... think of sockaddr_un, for example. 19:50
19:52 iH2O joined
iH2O this doesn't work, won't accept the rw. is there a solution? for 'myfile'.IO.lines -> $line is rw {} 19:53
19:55 TEttinger joined 20:00 Cabanossi left 20:03 Cabanossi joined
mst iH2O: read the file, modify the lines, write the file back out 20:05
iH2O: trying to modify lines-of-a-file on the fly is not generally sane
iH2O: because it means re-writing the entire remainder of the file every time 20:06
which, ew
iH2O I want to modify the lines and write them to a new file 20:09
i can declare a new variable since the block like $myline=$line and modify $myline 20:10
thats patching
mst is there an 'is copy' maybe? 20:11
20:12 cpage__ left 20:13 zengargoyle joined, cpage__ joined
iH2O is copy works. thx 20:15
thats good enough
20:16 travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'Added missing method definition' 20:16
travis-ci.org/perl6/doc/builds/249405734 github.com/perl6/doc/compare/49aab...96b2bf647c
20:16 travis-ci left, iH2O left
ufobat is this supposed to work or not? gist.github.com/ufobat/8da682892cb...fc8154ce00 20:18
moritz ufobat: you never initialized $!private 20:24
ufobat: so it remains a type object
ufobat: and you can't access attributes from type objects, so the error looks legit 20:25
m: class A { has $.b = 'secret' }; A.b 20:26
camelia Cannot look up attributes in a A type object
in block <unit> at <tmp> line 1
moritz same error, golf'ed
ufobat hm :/ 20:32
right, 20:33
thanks 20:35
moritz you're welcome
20:36 travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'Added docs for Pod comments' 20:36
travis-ci.org/perl6/doc/builds/249409583 github.com/perl6/doc/compare/bb96b...f453651f53
20:36 travis-ci left 20:39 andrzejku left 20:45 Cabanossi left
ufobat what about this: gist.github.com/ufobat/92a4eead04b...92c44c0276 20:46
20:48 Cabanossi joined
ufobat i find the error No such private method '!!private' strange 20:50
20:50 bjz joined 21:09 mr-foobar left 21:11 mr-foobar joined
timotimo yeah, it's somehow derping out. can you get a --target=ast or --target=optimize and find the line where it compiles that call? 21:18
to see if it really thinks it's supposed to call a method named "!!private" or if the error is just being generated wrong?
Geth doc: 0cc0711d27 | (Jan-Olof Hendig)++ | doc/Type/Pod/Heading.pod6
Added doc file for Pod::Heading
21:20
21:26 bwisti left 21:31 jamesaxl left 21:32 rindolf left
ufobat will do :) 21:33
if i change method set_private(A $a) { self!private ... } to $!private the error changes to
P6opaque: no such attribute '$!private' in type B when trying to get a value
so i guess its not just a wrong error message, isnt it? 21:34
timotimo, gist.github.com/ufobat/92a4eead04b...6#comments <- thats the ast, i dont understand it :/ 21:36
21:39 pmurias left, setty1 left 21:53 wamba left
timotimo the interesting part seems to be missing? 22:02
perhaps it throws an exception for that code immediately 22:03
and tthat's why it doesn't show up? perhaps?
22:03 sftp left
ufobat ahm? 22:06
there is not really something else :( 22:07
do you want to see the whole output?
or? i dont know what to do :/
22:10 travis-ci joined
travis-ci Doc build errored. Jan-Olof Hendig 'Added doc file for Pod::Heading' 22:10
travis-ci.org/perl6/doc/builds/249428127 github.com/perl6/doc/compare/28f45...c0711d270f
22:10 travis-ci left 22:17 Rawriful left
Geth doc: 88421a484b | (Tom Browder)++ (committed using GitHub Web editor) | doc/Language/unicode.pod6
add example of dec and hex codepoint entry

closes #1402
22:26
22:30 bjz left
timotimo ufobat: i didn't actually see that it was two files, that's why the private method call wasn't in the output 22:37
because the output is onyl for the file you call it with, not any dependencies 22:38
22:38 jferrero joined 22:43 dubi0us joined
seatek wow Inline::Perl5 actually works really well! nine++ :) 22:44
22:51 Sgeo joined 22:55 BenGoldberg left 22:56 dubi0us left 23:01 dubi0us joined, Cabanossi left 23:03 Cabanossi joined 23:11 cyphase_eviltwin joined 23:12 dubi0us left, dubi0us joined 23:15 cyphase left 23:16 travis-ci joined
travis-ci Doc build errored. Tom Browder 'add example of dec and hex codepoint entry 23:16
travis-ci.org/perl6/doc/builds/249441151 github.com/perl6/doc/compare/0cc07...421a484ba1
23:16 travis-ci left 23:46 dubi0us_ joined 23:47 Cabanossi left 23:48 Cabanossi joined 23:50 dubi0us left 23:54 robertle left