pugscode.org/ planetsix.perl.org/ | nopaste: sial.org/pbot/perl6 | evalbot: perl6: say 3; (or rakudo:, pugs:, elf:, etc) | irclog: irc.pugscode.org/ | ~330 days 'til Xmas Set by mncharity on 25 January 2009. |
|||
00:06
aindilis` joined
00:13
hercynium joined
00:19
aindilis left
00:22
justatheory left,
justatheory joined
00:26
Guest42427 left
00:29
icwiener-_- joined
00:36
alc joined
00:43
shinobi-cl joined,
Exodist left
00:45
icwiener_ left
00:47
hedgeward joined
00:51
hanekomu left
00:53
hedgeward left
01:01
gravity joined
01:07
TheOrz left
01:25
gravity left
01:28
gravity joined
01:40
aindilis` left
01:41
DemoFreak left
02:01
Whiteknight left
|
|||
pugs_svn | r25179 | lwall++ | [STD] move PERL pad out of STD, more groundwork on proper symbol tables | 02:03 | |
02:06
hercynium left
02:09
hercynium joined
02:22
[particle]1 joined
02:23
jhuni joined
02:30
legis joined
02:32
eternaleye left
02:33
[particle] left
02:38
turbov21 left
02:53
aindilis joined
02:55
TheOrz joined
03:11
mtnviewmark joined
03:16
dolphin_sonar joined
03:22
shinobi-cl left
|
|||
s1n | anyone overly familiar with the grammer (src/parser/grammer.pg)? | 03:22 | |
TimToady, jnthn, pmichaud: i'm looking at you guys | |||
mtnviewmark | I know a little about src/perl6/STD.pm | 03:23 | |
er, which repo are you talking 'bout? | |||
s1n | mtnviewmark: rakudo | 03:24 | |
it's soft of a general question | |||
mtnviewmark | ah - sorry - nope, I only know about the perl6 parser in perl6 | ||
s1n | does C<<?>> imply optional? | ||
mtnviewmark | but if it's general about the language, give it a shot | ||
in what context? | |||
like, give me a sample expresion | 03:25 | ||
s1n | expressions, specifically the loop structure | ||
sure | |||
<e1=EXPR>? ';' | |||
does that mean e1 is optional followed by a C<<;>>? | |||
mtnviewmark | ah - you mean in regex -- yes that is zero or one time | ||
03:25
Tene joined
|
|||
mtnviewmark | correct | 03:25 | |
s1n | oh, that translates directly to a regex? | 03:26 | |
mtnviewmark | actually, that means EXPR is optional (locally renamed e1) | ||
well -- if it is in the context of a regex, that is what that means | |||
s1n | how do i know what the context is? | ||
mtnviewmark | so inside a rexep, token or rule construction | ||
like this: | |||
std: rule STMT { <EXPR>? ';' } | 03:27 | ||
p6eval | std 25179: OUTPUTĀ«00:02 32mā¤Ā» | ||
mtnviewmark | see - even parses! | ||
so things that start with regex, token or rule are regex's.... | |||
things that start sub or method are not | |||
s1n | neat! | ||
mtnviewmark | things that are in regex quotes are also regexs so: | ||
s1n | i can make the std parse grammers! | 03:28 | |
mtnviewmark | $a ~~ / <EXPR>? ';' /; | ||
yes prefixing with std: here asks the perl6 parser in perl6 (translated into perl5) to parse it | |||
s1n | well i didn't know it did grammers too | ||
mtnviewmark | prefixing with perl6: asks all the on-line implementations to evaluate it | ||
03:30
dolphin_sonar left
03:32
aindilis` joined
03:36
Tene_ left
|
|||
s1n | mtnviewmark: yes, i knew about perl6 prefix (and all the various impls) | 03:40 | |
03:41
legis left
03:45
aindilis left
03:46
icwiener-_- left
03:57
mtnviewmark left
03:58
eternaleye joined
04:02
gravity left
04:19
PZt left
04:39
aindilis` left
04:44
szabgabx joined
04:46
szabgab_ left
04:48
szabgabx is now known as szabgab
04:53
industry joined
04:54
industry left
05:11
mtnviewmark joined
05:23
agentzh left
05:47
ft left
05:55
TheOrz left
05:57
TheOrz joined
06:13
jfredett joined
06:48
ashizawa joined
07:04
agentzh joined
07:05
Ontolog joined
07:16
jrockway left
07:18
jrockway joined
07:39
stephenlb left
07:41
mtnviewmark left
07:49
DemoFreak joined
07:53
ZuLuuuuuu joined
07:56
mberends joined
08:03
hanekomu joined
08:07
justatheory left
08:09
iblechbot joined
08:17
jhuni left
08:18
meppl joined
08:33
Ontolog left,
TheOrz left
08:34
ft joined
08:46
ludan joined
|
|||
ludan | hi | 08:47 | |
08:47
jferrero joined,
Ontolog joined
08:48
Ontolog left,
Ontolog joined
|
|||
moritz_ | hi | 08:51 | |
Matt-W | morning | ||
08:56
Ontolog left
09:06
duke_leto joined
09:19
Ontolog joined
09:24
zamolxes left
09:33
duke_leto left
|
|||
moritz_ stares at a scary piece of software (not Perl 6 related) | 09:42 | ||
problem is: I wrote it myself, I can't blame anybody else :-) | 09:43 | ||
Matt-W | unlike me | 09:48 | |
I'm looking at a scary bit of software that somebody else wrote | |||
09:54
spx2 left
09:55
spx2 joined
10:02
ZuLuuuuuu left
|
|||
mberends | <delurk>moritz_: haha</delurk> | 10:10 | |
moritz_ | *relurk* | 10:11 | |
10:21
braceta joined
10:38
DemoFreak left
|
|||
literal | rakudo: my @list; say +@list, -@list; | 10:39 | |
p6eval | rakudo 36347: OUTPUTĀ«0-0ā¤Ā» | ||
Matt-W | that looks about right | 10:41 | |
jferrero | rakudo: my @x = < 1 2 3 >; | 10:57 | |
p6eval | rakudo 36347: RESULTĀ«./parrot: symbol lookup error: /home/evalenv/parrot/runtime/parrot/dynext/perl6_ops.so: undefined symbol: const_stringā¤Ā» | ||
jferrero | rakudo: my @x = < 1 2 3 >; say @x | 10:58 | |
p6eval | rakudo 36347: OUTPUTĀ«123ā¤Ā» | ||
jferrero | rakudo: my @x = < 1 2 3 >; say +@x | ||
p6eval | rakudo 36347: OUTPUTĀ«3ā¤Ā» | ||
jferrero | rakudo: my @x = < 1 2 3 >; say [+] @x | ||
p6eval | rakudo 36347: OUTPUTĀ«6ā¤Ā» | ||
Matt-W | duh! I should've realised before how similar [+] is to foldr | 11:01 | |
11:01
dduncan joined,
dduncan left
|
|||
jferrero | foldr? | 11:03 | |
Matt-W | A Haskell function that does a right fold on a list - something like foldr (+) 0 [1, 2, 3] would be like what you just did | 11:07 | |
[+] in this case is rather more concise though :) | |||
11:21
magnarjg joined
11:24
magnarjg left
|
|||
jnthn | hi all | 11:45 | |
11:52
masak joined
|
|||
masak does a o_O at :äŗnd | 11:59 | ||
I don't think we need to worry about Perl 6 being inadequate for ibfuscation purposes. | 12:00 | ||
jnthn | Well, it is still Perl. ;-) | 12:03 | |
masak | in some ways even more so. :) | 12:04 | |
jnthn hopes to get to a little Rakudo hacking today | |||
masak | YaY! | ||
it is much needed. | |||
if you want to, I can dig out the most OMFG-y tickets for you. :P | 12:05 | ||
12:05
ashizawa left
|
|||
jnthn | masak: I won't have much time this week...can't quite fit in a Rakudo day. :-( | 12:06 | |
But next week I will for sure get one in. | |||
masak | ok. | ||
jnthn | If not two to make up for this week. | 12:07 | |
masak | jnthn++ | ||
jnthn | So a list of your most ouch-ish bugs would be helpful. | ||
The RT queue is rather large. | |||
masak | yeah, who did that? | ||
jnthn | I can't imagine. :-P | ||
Has pmichaud been seen at all recently? | |||
moritz_ | yesterday around parrotsketch time | ||
jnthn | Ah, he posted on the Parrot mailing list... | 12:08 | |
Oh, yes. | |||
I was on a plane that was failing to land at that point in time... | |||
12:08
TheOrz joined
|
|||
jnthn | Thankfully, the second attempt worked out. :-/ | 12:08 | |
moritz_ | "two langdings for the price of one, only with $your_company" | 12:10 | |
masak | jnthn: #63004, #63002, #62898, #62894, #62828, #62768, and #62704 are my OMFG bugs right now. | 12:13 | |
12:13
ruoso joined
12:16
iblechbot left
|
|||
masak | moritz_: 'langdings' sounds like the Parrot language philosophy: everything is acceptable, just as in Wingdings. :) | 12:17 | |
jnthn | masak: Thanks, noted them. | 12:18 | |
12:20
eternaleye left
|
|||
jnthn | Did some updated instructions for obtaining/building Rakudo get put anywhere? | 12:21 | |
masak | no. | 12:22 | |
jnthn | :-| | ||
fail | |||
masak | but pmichaud said he'd update things when they'd settled down. | ||
jnthn | OK | ||
12:23
TheOrz left,
Ontolog left
|
|||
jnthn | I gave the GIT instructions in my talk in Sofia. | 12:23 | |
So I guess languages/perl6 in Parrot should be going away soon? | 12:27 | ||
And I should commit to GIT now? | |||
masak | guess so. | ||
jnthn | OKies. | 12:28 | |
jnthn didn't try comitting to Parrot since it was moved | 12:30 | ||
Nor rakudo | |||
12:34
iblechbot joined
|
|||
szabgab | rakudo: my $x = "abc"; $x ~~ s{a}=q{z}; say $x | 12:41 | |
p6eval | rakudo 36347: OUTPUTĀ«Could not find non-existent sub sā¤current instr.: '_block14' pc 76 (EVAL_17:44)ā¤Ā» | ||
szabgab | rakudo: my $x = "abc"; $x ~~ s:{a}=q{z}; say $x | 12:42 | |
p6eval | rakudo 36347: OUTPUTĀ«Statement not terminated properly at line 1, near ":{a}=q{z};"ā¤ā¤current instr.: 'parrot;PGE;Util;die' pc 129 (runtime/parrot/library/PGE/Util.pir:83)ā¤Ā» | ||
szabgab | std: my $x = "abc"; $x ~~ s:{a}=q{z}; say $x | ||
p6eval | std 25179: OUTPUTĀ«############# PARSE FAILED #############ā¤Unrecognized regex metacharacter at /tmp/2YzqIN7Lqy line 1:ā¤------> my $x = "abc"; $x ~~ s:{a}=q{z}; say $xā¤ expecting any of:ā¤ quantifierā¤ regex atomā¤ rxinfixā¤ wsā¤00:04 35mā¤Ā» | ||
szabgab | std: my $x = "abc"; $x ~~ s:{.}=q{z}; say $x | 12:43 | |
p6eval | std 25179: OUTPUTĀ«############# PARSE FAILED #############ā¤Unable to parse statement list; couldn't find right brace at /tmp/RWTA8asLEy line 1:ā¤------> my $x = "abc"; $x ~~ s:{.}=q{z}; say $xā¤ expecting any of:ā¤ prefix or nounā¤ statement endā¤ statement listā¤ | ||
..whitespaceā¤00:03 33mā¤Ā» | |||
szabgab | std: my $x = "abc"; $x ~~ s:{a}=q{z}; say $x; | ||
p6eval | std 25179: OUTPUTĀ«############# PARSE FAILED #############ā¤Unrecognized regex metacharacter at /tmp/O3uTn3cWyz line 1:ā¤------> my $x = "abc"; $x ~~ s:{a}=q{z}; say $x;ā¤ expecting any of:ā¤ quantifierā¤ regex atomā¤ rxinfixā¤ wsā¤00:03 33mā¤Ā» | ||
szabgab | what am I misunderstanding in the syntax ? | 12:44 | |
masak | std: $_ = 'foot'; s[foo] = 'bar'; | 12:45 | |
p6eval | std 25179: OUTPUTĀ«00:04 35mā¤Ā» | ||
masak | std: my $a = 'foot'; $a ~~ s[foo] = 'bar'; | ||
p6eval | std 25179: OUTPUTĀ«00:04 34mā¤Ā» | ||
masak | szabgab: there you go. | ||
szabgab | std: my $x = "abc"; $x ~~ s[a]=q{z}; | 12:46 | |
p6eval | std 25179: OUTPUTĀ«00:04 34mā¤Ā» | ||
szabgab | rakudo: my $x = "abc"; $x ~~ s[a]=q{z}; | ||
p6eval | rakudo 36347: OUTPUTĀ«Could not find non-existent sub sā¤current instr.: '_block14' pc 81 (EVAL_16:46)ā¤Ā» | ||
szabgab | rakudo: my $x = "abc"; $x ~~ s[a]='z'; | 12:47 | |
p6eval | rakudo 36347: OUTPUTĀ«Could not find non-existent sub sā¤current instr.: '_block14' pc 81 (EVAL_16:46)ā¤Ā» | ||
szabgab | rakudo: my $x = 'abc'; $x ~~ s[a]='z'; | ||
p6eval | rakudo 36347: OUTPUTĀ«Could not find non-existent sub sā¤current instr.: '_block14' pc 81 (EVAL_16:46)ā¤Ā» | ||
masak | szabgab: not implemented yet. | 12:48 | |
szabgab: use .=subst | |||
szabgab | so no substitution yet? | 12:49 | |
masak | szabgab: yes, with .subst | 12:50 | |
it's just not syntactically sweetened yet. | |||
12:51
alc left
|
|||
szabgab | std: my $x = "abc"; $x.subst(/a/, "z"); say $x | 12:52 | |
p6eval | std 25179: OUTPUTĀ«00:04 34mā¤Ā» | 12:53 | |
szabgab | rakudo: my $x = "abc"; $x.subst(/a/, "z"); say $x | ||
p6eval | rakudo 36347: OUTPUTĀ«abcā¤Ā» | ||
szabgab | he? | ||
masak | szabgab: it's non-modifying. | ||
rakudo: my $x = "abc"; $x.=subst(/a/, "z"); say $x | |||
p6eval | rakudo 36347: OUTPUTĀ«zbcā¤Ā» | ||
szabgab | rakudo: my $x = "abc"; $x.subst(/a/, "z").say; | ||
p6eval | rakudo 36347: OUTPUTĀ«zbcā¤Ā» | ||
szabgab | ah | ||
thanks | |||
masak | np | 12:54 | |
13:25
r0bby joined
13:33
hanekomu left
14:05
rindolf joined
14:32
TheOrz joined
14:34
The_Orz joined,
Exodist joined,
The_Orz left
|
|||
literal | so...how will $| = 1; be expressed in Perl 6? | 14:40 | |
ruoso | the same way as in p5 when not using this variable ;) | 14:42 | |
moritz_ | probably with $*OUT.autoflush | ||
or something similar | |||
ruoso | $*OUT.autoflush = 1; | ||
moritz_ | thank god that it's not me who designs the interface :-) | 14:43 | |
14:45
ZuLuuuuuu joined
|
|||
ruoso | literal, I think IO::Handle will probably be the reference when designing the API... but it should probably be broken down in several roles, depending on the features each IO object supports | 14:48 | |
masak | moritz_: I feel about the same. but I hope someone will take pity on S16. | 14:51 | |
14:55
c9s left
|
|||
ruoso will take a look at it | 15:00 | ||
jnthn | ruoso: Were you working on the iterators synopses? What was status of that? Awaiting some review? | 15:01 | |
ruoso | jnthn, basically yes | ||
jnthn, the basic building block is there, we still need to evaluate that and see how to build the "batch api" | 15:02 | ||
15:06
lisppaste3 left
15:09
masak left
|
|||
pugs_svn | r25180 | hinrik++ | [util/perl6.vim] move routine name matching after contextualizer matching, allowing e.g. 'regex item { }' to highlight correctly | 15:13 | |
15:16
c9s joined
|
|||
pugs_svn | r25181 | hinrik++ | [util/perl6.vim] update TODO list | 15:21 | |
jnthn | ruoso: OK, cool. | 15:24 | |
literal | rakudo: say "foo \1 bar" | 15:30 | |
p6eval | rakudo 36353: OUTPUTĀ«\123 form deprecated, use \o123 instead at line 1, near "foo \\1 bar"ā¤ā¤current instr.: 'parrot;PGE;Util;die' pc 129 (runtime/parrot/library/PGE/Util.pir:83)ā¤Ā» | ||
15:31
hanekomu joined
|
|||
literal | rakudo: say "foo \0 bar" | 15:31 | |
p6eval | rakudo 36353: OUTPUTĀ«foo | ||
moritz_ | I guess IRC doesn't like binary strings :-) | 15:32 | |
literal | rakudo: say "foo \012 bar" | 15:33 | |
p6eval | rakudo 36353: OUTPUTĀ«\123 form deprecated, use \o123 instead at line 1, near "foo \\012 b"ā¤ā¤current instr.: 'parrot;PGE;Util;die' pc 129 (runtime/parrot/library/PGE/Util.pir:83)ā¤Ā» | ||
15:34
rindolf left
15:35
dlocaus joined
|
|||
pugs_svn | r25182 | ruoso++ | [spec/S16] proposed role-based api | 15:37 | |
ruoso | moritz_, ^ | ||
15:39
dlocaus left
15:42
stephenlb joined
|
|||
pugs_svn | r25183 | hinrik++ | [util/perl6.vim] highlight \0 but highlight other old-style octal espaces as errors | 15:44 | |
moritz_ | std: "\0" | 15:45 | |
15:45
Maghnus- joined
|
|||
p6eval | std 25183: OUTPUTĀ«00:03 32mā¤Ā» | 15:45 | |
moritz_ | std: "\001" | ||
p6eval | std 25183: OUTPUTĀ«00:03 32mā¤Ā» | ||
15:46
Maghnus left,
Maghnus- is now known as Maghnus
|
|||
pugs_svn | r25184 | hinrik++ | [util/perl6.vim] move relevant espaces sequences from :qq/:double to :b/:backslash | 15:52 | |
15:52
Tene_ joined
|
|||
literal | rakudo: $foo ~~ /bar/; | 16:00 | |
p6eval | rakudo 36353: OUTPUTĀ«Scope not found for PAST::Var '$foo' in ā¤current instr.: 'parrot;PCT;HLLCompiler;panic' pc 146 (src/PCT/HLLCompiler.pir:102)ā¤Ā» | 16:01 | |
literal | rakudo: my $foo = 'bar'; $foo ~~ /bar/; | ||
p6eval | rakudo 36353: OUTPUTĀ«./parrot: error while loading shared libraries: /home/evalenv/parrot/blib/lib/libparrot.so.0.9.0: invalid ELF headerā¤Ā» | ||
literal | huh | ||
[particle]1 | O_o | 16:03 | |
literal | rakudo: my $foo = 'bar'; $foo ~~ /bar/; | ||
p6eval | rakudo 36353: OUTPUTĀ«./parrot: error while loading shared libraries: /home/evalenv/parrot/blib/lib/libparrot.so.0.9.0: invalid ELF headerā¤Ā» | ||
16:03
[particle]1 is now known as [particle]
|
|||
literal | oops | 16:03 | |
[particle] | rakudo needs to be rebuilt on feather | ||
16:03
Tene left
|
|||
literal | perl6: my $foo = 'bar'; $foo ~~ /bar/; | 16:04 | |
p6eval | elf 25184: RESULTĀ«1ā¤Ā» | ||
..rakudo 36353: RESULTĀ«./parrot: symbol lookup error: /home/evalenv/parrot/runtime/parrot/dynext/perl6_ops.so: undefined symbol: const_stringā¤Ā» | |||
..pugs: OUTPUTĀ«Error eval perl5: "if (!$INC{'Pugs/Runtime/Match/HsBridge.pm'}) {ā¤ unshift @INC, '/home/evalenv/pugs/perl5/Pugs-Compiler-Rule/lib';ā¤ unshift @INC, '/home/evalenv/pugs/third-party/Parse-Yapp/lib';ā¤ eval q[require 'Pugs/Runtime/Match/HsBridge.pm'] or die $@;ā¤}ā¤'Pugs::Runti... | |||
literal | perl6: my $foo = 'bar'; $foo ~~ //; | 16:05 | |
p6eval | pugs: OUTPUTĀ«*** Null patterns are invalid; use <?null> or an empty string insteadā¤ at /tmp/4n2qAcfv51 line 1, column 18-28ā¤Ā» | ||
..elf 25184: OUTPUTĀ«Can't call method "match_hash" on an undefined value at ./elf_h line 2241.ā¤Ā» | |||
..rakudo 36353: OUTPUTĀ«Statement not terminated properly at line 1, near "~~ //;"ā¤ā¤current instr.: 'parrot;PGE;Util;die' pc 129 (runtime/parrot/library/PGE/Util.pir:83)ā¤Ā» | |||
16:09
hercynium left
16:14
mberends left
|
|||
pugs_svn | r25185 | hinrik++ | [util/perl6.vim] fix some bugs with the matching of patterns | 16:15 | |
16:18
[particle] left
|
|||
pugs_svn | r25186 | hinrik++ | [util/perl6.vim] oops, don't catch \0 and \123 at the top level | 16:19 | |
literal likes how perl6.vim highlights Pod6 better than perl.vim highlights Pod | 16:23 | ||
s/perl.vim/pod.vim/ rather | 16:25 | ||
16:28
[particle] joined
16:30
rindolf joined
16:35
aindilis joined
16:40
eternaleye joined
16:47
jfredett left,
jfredett joined
|
|||
dalek | kudo: db33076 | particle++ | .gitignore: add win32 extensions for generated files to .gitignore |
16:48 | |
kudo: c3705e4 | particle++ | : Merge branch 'master' of git.rakudoperl.org/rakudo/rakudo Conflicts: .gitignore |
|||
16:49
justatheory joined
|
|||
dalek | kudo: 7d7f1af | (Patrick R. Michaud)++ | Configure.pl: Update Configure.pl with some help messages and options. |
16:55 | |
kudo: 8449537 | (Patrick R. Michaud)++ | (2 files): More Configure.pl updates. |
|||
kudo: 183814a | (Patrick R. Michaud)++ | .gitignore: Merge branch 'master' of [email@hidden.address] |
|||
16:58
jfredett left
16:59
eternaleye left
17:04
aindilis` joined
17:07
lambdabot left
17:10
ludan left
|
|||
dalek | kudo: d38a4ac | (Mark Glines)++ | config/makefiles/root.in: [root.in] Fix the path to parrot(.exe), for the "parrot is in parrot/" case. |
17:15 | |
pugs_svn | r25187 | putter++ | [elfparse] Minor std.pm depodding. Copied // from elf_h. | ||
17:16
hanekomu left
|
|||
pugs_svn | r25188 | moritz++ | [t/spec] (hopefully) adjust plan op reduce-metaop.t | 17:16 | |
17:17
aindilis left
|
|||
dalek | kudo: a5e405e | (Mark Glines)++ | (2 files): Fix a couple of other things related to building with a parrot in parrot/. |
17:26 | |
kudo: 83a3599 | unknown++ | (4 files): Merge branch 'master' of [email@hidden.address] |
17:29 | ||
17:32
icwiener joined
17:34
hanekomu joined
|
|||
dalek | kudo: a888fb3 | jnthn++ | t/spectest.data: Add S12-role/crony.t to spectest.data. |
17:36 | |
17:36
szabgab left
|
|||
dalek | kudo: 78650e7 | (Mark Glines)++ | src/ops/perl6.ops: Since -I<parrot>/src/pmc is in the compiler command line, we don't need all that building successfully when parrot is in a subdir. |
17:39 | |
17:40
szabgab joined
17:44
schmalbe joined
|
|||
pugs_svn | r25189 | ruoso++ | [spec/S16] IO::Encoded role, including an idea I just had to allow (IN|OUT)PUT_(RECORD|FIELD)_SEPARATOR semantics | 17:45 | |
17:47
hercynium joined
17:50
rhr joined
18:02
rhr_ left,
smtms left
18:05
DemoFreak joined
18:09
smtms joined
18:10
azawawi joined
|
|||
azawawi | hi | 18:15 | |
rindolf | Hi azawawi | 18:16 | |
18:31
jferrero left
18:43
spx2_ joined
18:58
M_o_C joined,
Psyche^ joined,
braceta left,
spx2 left
|
|||
szabgab | rakudo: my %h; say %h<field>; | 19:00 | |
p6eval | rakudo 36357: OUTPUTĀ«Use of uninitialized valueā¤ā¤Ā» | 19:01 | |
szabgab | use Test; plan 1; ok(1); my %h; say %h<field>; | ||
rakudo: use Test; plan 1; ok(1); my %h; say %h<field>; | |||
p6eval | rakudo 36357: OUTPUTĀ«Can't find ./Test in @INCā¤current instr.: 'die' pc 16844 (src/builtins/control.pir:204)ā¤Ā» | ||
szabgab | anyway, my point is that the second one does not display the Use of uninitialized value warning | 19:02 | |
dalek | kudo: 84b76c7 | pmichaud++ | PARROT_REVISION: Add PARROT_REVISION to track wanted revision of Parrot for building Rakudo. |
19:03 | |
pmichaud | szabgab: Test.pm turns off the warnings. | 19:04 | |
szabgab: because people were complaining about all of the "Use of uninitialized value" warnings coming from the test suite. | |||
szabgab | why ? | ||
wow | 19:05 | ||
can we have a flag for this? | |||
pmichaud | you can turn the warnings back on, yes. | ||
our $*WARNINGS = 1; | |||
(not standard Perl 6 -- it's rakudo specific.) | 19:06 | ||
szabgab | and can I catch warnings ? | ||
pmichaud | I'm not sure what the current state of catching warnings is. | ||
szabgab | so what is Rakudo specific the $*WARNINGS variable ? | 19:10 | |
19:13
jferrero joined,
ayrnieu_ joined,
ayrnieu left,
ayrnieu_ is now known as ayrnieu
19:14
icwiener_ joined,
Patterner left,
Psyche^ is now known as Patterner
|
|||
pugs_svn | r25190 | azawawi++ | [S:H:P6] version 0.040 includes the latest perl6.vim and depends on Moose 0.67 | 19:22 | |
r25190 | azawawi++ | [S:H:P6] Fixed a typo in MANIFEST.SKIP | |||
19:22
Exodist left
19:23
szabgab left,
szabgab joined
|
|||
dalek | kudo: b0713e5 | pmichaud++ | MAINTAINER: Remove unneeded MAINTAINER file. |
19:24 | |
19:26
spx2_ left
19:27
icwiener left,
spx2 joined
19:42
schmalbe left
19:45
jferrero left,
maerzhase joined
19:48
jferrero joined
19:52
explorer__ joined,
explorer__ left
|
|||
szabgab | how do I run the spectests? | 20:03 | |
on rakudo? | 20:04 | ||
20:07
jferrero left
|
|||
azawawi | hi szabgab, long time no see :) | 20:08 | |
20:18
araujo left
20:19
mberends joined
20:32
maerzhase left
20:35
maerzhase joined
20:56
szabgab left
20:57
spx2_ joined
21:08
spx2 left
21:11
szabgab joined
21:14
meppl left
|
|||
dalek | kudo: 1bbe7f4 | pmichaud++ | (2 files): Move PARROT_REVISION to build/ (keep root dir uncluttered) |
21:15 | |
kudo: cce3f9e | pmichaud++ | LICENSE: Add LICENSE file. |
|||
21:23
rindolf left
21:29
M_o_C left
|
|||
dalek | kudo: 159a3a5 | pmichaud++ | (2 files): Move ROADMAP file to docs/ . |
21:30 | |
kudo: e45ea51 | pmichaud++ | CREDITS: Add CREDITS (distilled from Parrot repository CREDITS file). were specific to Rakudo. If your entry was removed and you want to remain in CREDITS, just send a patch and we'll put you back in. |
|||
kudo: 1ab9b07 | pmichaud++ | .gitignore: Update .gitignore to ignore parrot/ subdirectory. |
|||
21:39
araujo joined
|
|||
pugs_svn | r25191 | moritz++ | [t/spec] fudge cross-metaop.t for rakudo | 21:54 | |
21:56
meppl joined
|
|||
dalek | kudo: c108072 | (Moritz Lenz)++ | build/gen_metaop_pir.pl: XopX is now spelled Xop |
21:56 | |
22:01
iblechbot left
|
|||
pugs_svn | r25192 | moritz++ | [t/spec] fix plan in reduce-le1arg.t | 22:02 | |
moritz_ | @tell mtnviewmark next time you clean up test, please remember to also fix the plan() | 22:03 | |
ENOLAMDAbot | |||
pugs_svn | r25193 | moritz++ | [t/spec] fix plan in minmax.t | 22:05 | |
22:07
Whiteknight joined
|
|||
pugs_svn | r25194 | moritz++ | [t/spec] fix reduce-metaop.t, moritz-- | 22:07 | |
22:25
szabgab left
22:27
szabgab joined
22:28
iblechbot joined
22:47
Aisling joined,
mberends left
22:52
maerzhase left
23:00
wolverian left
|
|||
moritz_ | all tests pass, 6629 passing tests. | 23:03 | |
23:05
hercynium left
23:12
Limbic_Region joined
23:17
ZuLuuuuuu left
23:19
Casan joined
|
|||
meppl | good night | 23:19 | |
23:20
LimbicRegion joined,
Limbic_Region left,
LimbicRegion is now known as Limbic_Region,
meppl left
23:23
iblechbot left
23:29
silug left
23:36
lisppaste3 joined
|