r28631 | fperrad++ | libs4php: : [php] add a status 'NOT IMPLEMENTED' diff: http://www.parrotvm.org/svn/parrot/revision?rev=28631 % purl has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot r28632 | fperrad++ | libs4php: : [php] fix md5_file diff: http://www.parrotvm.org/svn/parrot/revision?rev=28632 perl6: say pi OUTPUT[3.14159␤] perl6: say 2 * pi OUTPUT[6.28319␤] perl6: for 1..2 { say 2 * pi/ $_ } OUTPUT[6.28319␤3.14159␤] perl6: for 1..2 { my $arg = 2 * pi/ $_; say $arg } OUTPUT[6.28319␤3.14159␤] perl6: { for 1..2 { my $arg = 2 * pi/ $_; s } } OUTPUT[Could not find non-existent sub s␤current instr.: '_block28' pc 208 (EVAL_14:85)␤called from Sub '_block16' pc 115 (EVAL_14:52)␤called from Sub '_block11' pc 30 (EVAL_14:17)␤called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 (src/PCT/HLLCompiler.pir:469)␤called from Sub ..'parrot;PCT::HLLCompiler;evalfiles' pc 1088 (src/PCT/HLLCompiler.p... perl6: { for 1..2 { my $arg = 2 * pi/ $_; } } RESULT[3..2] perl6: { for 1..2 { my $arg = 2 * pi/ $_; say exp($arg); } } OUTPUT[535.492␤23.1407␤] perl6: { for 1..2 { my $arg = 2.0 * pi/ $_; say exp($arg); } } OUTPUT[535.492␤23.1407␤] perl6: { for 1..2 { my $arg = 2.0 * pi / $_; say exp(1i * $arg); say } } OUTPUT[Statement not terminated properly at line 1, near "say exp(1i"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub ..'parrot;Perl6::Grammar;statementlist' pc 19622 (src/gen_grammar.pir:2450)␤called fr... perl6: for 1..2 { my $arg = 2.0 * pi / $_; say exp(1i * $arg); say } OUTPUT[Statement not terminated properly at line 1, near "say exp(1i"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub ..'parrot;Perl6::Grammar;statementlist' pc 19622 (src/gen_grammar.pir:2450)␤called fr... perl6: say 1i; OUTPUT[0+1i␤] perl6: my $arg=2.0; say 1i * $arg; OUTPUT[0+2i␤] perl6: my $arg=2.0; say exp(1i * $arg); OUTPUT[7.38906␤] perl6: for 1..2 { my $arg = 2.0 * pi / $_; say exp(1i * $arg); say 'foo'} OUTPUT[Statement not terminated properly at line 1, near "say exp(1i"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub ..'parrot;Perl6::Grammar;statementlist' pc 19622 (src/gen_grammar.pir:2450)␤called fr... perl6: for 1..2 { my $arg = 2.0 * pi; say exp(1i * $arg); say 'foo'} OUTPUT[535.492␤foo␤535.492␤foo␤] perl6: for 1..2 { my $arg = 2.0 * pi /($_); say exp(1i * $arg); say 'foo'} OUTPUT[535.492␤foo␤535.492␤foo␤] bug in parser... perl6.parse: for 1..2 { my $arg = 2.0 * pi / $_; say exp(1i * $arg); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (19 lines) at http://nopaste.snit.ch/13341 perl6.parse: for 1..2 { my $arg = 2.0 * pi / $_; say exp(1 * $arg); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (19 lines) at http://nopaste.snit.ch/13342 perl6.parse: for 1..2 { my $arg = 2.0 * pi / $_; say exp($arg); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (19 lines) at http://nopaste.snit.ch/13343 perl6.parse: for 1..2 { my $arg = 2.0 / $_; say exp($arg); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (194 lines) at http://nopaste.snit.ch/13344 perl6.parse: for 1..2 { my $arg = pi / $_; say exp($arg); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (19 lines) at http://nopaste.snit.ch/13345 perl6.parse: for 1..2 { my $arg = pi / $^a; say exp($arg); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (19 lines) at http://nopaste.snit.ch/13346 perl6.parse: for 1..2 { my $arg = pi / $_; } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (181 lines) at http://nopaste.snit.ch/13347 perl6.parse: for 1..2 { my $arg = pi / $_; say exp(0); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (19 lines) at http://nopaste.snit.ch/13348 perl6.parse: if 0 { my $arg = pi / $_; say exp(0); } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (18 lines) at http://nopaste.snit.ch/13349 perl6.parse: if 0 { my $arg = pi / $_; say "HAI"; } "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (18 lines) at http://nopaste.snit.ch/13350 my $arg = pi / $_; say "HAI"; perl6.parse: my $arg = pi / $_; say "HAI"; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (12 lines) at http://nopaste.snit.ch/13351 perl6.parse: my $arg = pi / 2; say "HAI"; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (12 lines) at http://nopaste.snit.ch/13352 dies in eat_terminator perl6.parse: pi / 2; say "HAI"; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (12 lines) at http://nopaste.snit.ch/13353 perl6.parse: pi; say "HAI"; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (64 lines) at http://nopaste.snit.ch/13354 perl6.parse: pi / 2 /; say "HAI"; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (119 lines) at http://nopaste.snit.ch/13355 sees pi as a listop instead of nullary (though only with a space after) perl6: pi / 2 ; RESULT[3.14159] perl6: pi / 2; RESULT[3.14159] perl6: pi / 2; 1; OUTPUT[Statement not terminated properly at line 1, near "1;"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub 'parrot;Perl6::Grammar;statementlist' pc ..19622 (src/gen_grammar.pir:2450)␤called from Sub '... % iblechbot has joined #parrot perl6: pi / 2; ; RESULT[3.14159] perl6.paste: pi / 2; ; perl6.parse: pi / 2; ; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (79 lines) at http://nopaste.snit.ch/13356 perl6.parse: pi / 2; 1; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (12 lines) at http://nopaste.snit.ch/13357 % Ademan has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot multiply weird. (1) Look at http://nopaste.snit.ch/13356: parses as 'pi(/ 2;)', where "/ 2;" is a quote_expression containing " 2". (2) So then how does that eval to 3.14159? perl6.past: pi / 2; ; "polyglotbot" at 193.200.132.146 pasted "perl6 past paste" (85 lines) at http://nopaste.snit.ch/13358 perl6.pir: pi / 2; ; "polyglotbot" at 193.200.132.146 pasted "perl6 pir paste" (77 lines) at http://nopaste.snit.ch/13359 perl6.pir: pi "polyglotbot" at 193.200.132.146 pasted "perl6 pir paste" (18 lines) at http://nopaste.snit.ch/13360 (1) where "/ 2;" is a quote_expression containing something quite weird again. is pi a sub? perl6: pi(2) RESULT[3.14159] yes, and i think should be nullary (no args) it seems like it takes an arg and ignores it so the result is always 3.14159.. ah, yes. thanks that answers my (2) above % slightlyoff has joined #parrot and "/ 2;" seems to be a Match, though oddly terminated (which is where it parsefails when it does, as in "/ 2; 1;") % slightlyoff has left #parrot perl6: / 2; RESULT[{ ... }] perl6: / 2; ; RESULT[{ ... }] perl6: / 2; 1; OUTPUT[Statement not terminated properly at line 1, near "1;"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub 'parrot;Perl6::Grammar;statementlist' pc ..19622 (src/gen_grammar.pir:2450)␤called from Sub '... perl6: pi() / 2 RESULT[1.5708] perl6: pi / 2 OUTPUT[Syntax error at line 1, near "pi / 2"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;TOP' pc 13865 (src/gen_grammar.pir:267)␤called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 ..(src/PCT/HLLCompiler.pir:359)␤called from Sub 'parrot;PCT::HLLCompiler;compile' p... perl6: pi/2 RESULT[1.5708] there, without a space, it's not a listop heh. so called as pi() Meaningful whitespace sucks =/ okay, so the multiple weirds have untangled into two separate weirds. i feel a bit better. is there a way to tell the parser that pi takes no parameters? sub pi () { ... } perl6 sub pi () { 3.14159; }; say pi / 2; perl6: sub pi () { 3.14159; }; say pi / 2; OUTPUT[3.14159␤] perl6: sub pi () { 3.14159; }; say pi / 2; 1; OUTPUT[Statement not terminated properly at line 1, near "1;"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub 'parrot;Perl6::Grammar;statementlist' pc ..19622 (src/gen_grammar.pir:2450)␤called from Sub '... perl6: sub pi { 3.14159 / shift; }; say pi / 2; OUTPUT[Statement not terminated properly at line 1, near "/ shift; }"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub ..'parrot;Perl6::Grammar;statementlist' pc 19622 (src/gen_grammar.pir:2450)␤called fr... perl6: sub Pi () { 3.14159; }; say Pi / 2; 1; OUTPUT[get_number() not implemented in class 'Closure'␤current instr.: 'infix:/' pc 11129 (src/gen_builtins.pir:7439)␤called from Sub '_block11' pc 44 (EVAL_10:21)␤called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 (src/PCT/HLLCompiler.pir:469)␤called from Sub 'parrot;PCT::HLLCompiler;evalfiles' ..pc 1088 (src/PCT/HLLCompiler.pir:598)␤called fr... perl6: sub _pi () { 3.14159; }; say pi / 2; OUTPUT[3.14159␤] perl6: sub Pi () { 3.14159; }; say Pi() / 2; 1; OUTPUT[1.57079␤] er perl6: sub _pi () { 3.14159; }; say _pi / 2; OUTPUT[3.14159␤] perl6: sub _pi () { 3.14159; }; say (_pi / 2); OUTPUT[Statement not terminated properly at line 1, near "(_pi / 2);"␤current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)␤called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20609 (src/gen_grammar.pir:2813)␤called from Sub ..'parrot;Perl6::Grammar;statementlist' pc 19622 (src/gen_grammar.pir:2450)␤called fr... wow. still listoping there. anyway, late for me. to bed now. & % masak has joined #parrot % iblechbot has left iblechbot!~iblechbot@220.17-dial.augustakom.net % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % barney has joined #parrot % TiMBuS has left TiMBuS!~Hurf@123-243-167-27.static.tpgi.com.au r28633 | bernhard++ | trunk: : [m4] : Add special Makefile target 'test-gnu-m4', : in order to not depend on config entry 'has_gnu_m4'. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28633 % iblechbot has joined #parrot % TiMBuS has joined #parrot % jan has left jan!~chatzilla@90-229-128-103-no52.tbcn.telia.com % dngor has left dngor!abuse@adsl-068-213-211-142.sip.bct.bellsouth.net % workbench has left workbench!abuse@adsl-068-213-211-142.sip.bct.bellsouth.net % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot r28634 | pmichaud++ | trunk: : [rakudo]: : * Refactor $_ handling slightly in given/when . diff: http://www.parrotvm.org/svn/parrot/revision?rev=28634 % barney has left barney!~bernhard@dslb-084-058-131-114.pools.arcor-ip.net % ank has left ank!~ank@ppp59-167-200-77.lns1.hba1.internode.on.net r28635 | pmichaud++ | trunk: : [rakudo]: : * STD.pm tracking: refactor into diff: http://www.parrotvm.org/svn/parrot/revision?rev=28635 r28636 | pmichaud++ | trunk: : [rakudo]: : * Remove some inlined PIR. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28636 % kid51 has joined #parrot jonathan: ping r28637 | jkeenan++ | opsrenum: : Update/simplify file name. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28637 r28638 | jkeenan++ | opsrenum: : Change reference to file's name within file. Update MANIFEST. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28638 r28639 | fperrad++ | libs4php: : [php] is_scalar diff: http://www.parrotvm.org/svn/parrot/revision?rev=28639 r28640 | fperrad++ | libs4php: : [php] some info diff: http://www.parrotvm.org/svn/parrot/revision?rev=28640 r28641 | jkeenan++ | opsrenum: : Update POD and do some typographical reformatting. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28641 pmichaud: pong I'm fixing up parsing and having trouble with infix:does because Answer(42) no longer parses as a subcall if we follow STD.pm OK, what does it parse as? a typename followed by postcircumfix:() OK, but does that not actually produce a PAST Op node that does a call? The check is if $rhs.WHAT() eq 'Op' && $rhs.pasttype() eq 'call' { Which is on what type of PAST node that RHS subtree products. when I did the grammar change it was leaving a match object erm, produces oh. OK, but that code does my $rhs := $( $/[1] ); it produces a call, yes, but the type is not $ er, .name() OK, so we end up with child 0 of the $rhs being the PAST that we get from a typename? % Limbic_Region has joined #parrot yes. but I think I see where this is going now. OK. does infix: always act macro-ish? S12 just says that it looks like a sub call, but in fact is not. It's just syntactic sugar. So I guess that means, yes, it's macro-ish. I'm wondering if the syntactic sugar is on the 'does' or on the typename, though. Well, in fact, it's only macro-ish if we have Rolename($x) If it's just does Rolename, we can leave it as it is. yes, that bugs me a bit. The grammar just says does is an infix operator, which doesn't constrain what the RHS would be. I'm not sure you can do anything with typename itself though. anyway, I think I can get it from there. Thanks! OK, sounds good. :-) heh. it turns out to be easier, since the typename will end up already being a PAST::Var :-) I was pondering that this is what you'd get if I was write, that you got it as the 0th child in the PAST. :-) erm if I was right yes -- I just hadn't made the connection to the 'name' attribute of PAST::Op yet. Running a temperature and generally feeling ill. :-( ick, sorry to hear that. take it easy today :-) Well, I spent most of the day so far in bed, and other than that just been reading. Fancied a walk, but already running a temperature + hot weather (OK, not by the standards of where you are ;-) don't feel like the best combination. Oh, nice patch to get rid of that inline PIR in Typename. thanks. Since we now have 'clone' on RPA, it worked out okay. :-) I stared at that the other day and had to read it twice to see what it was doing. % jan has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot r28642 | fperrad++ | libs4php: : [php] strcmp diff: http://www.parrotvm.org/svn/parrot/revision?rev=28642 % TiMBuS has left TiMBuS!~Hurf@123-243-167-27.static.tpgi.com.au r28643 | pmichaud++ | trunk: : [pge]: : * Add .chars method to Match objects (from S05). diff: http://www.parrotvm.org/svn/parrot/revision?rev=28643 % LimbicRegion has joined #parrot w hrm, that's odd how long has Limbic_Region been in the channel? since that's me and I just joined magnet has no ghosting service that I know of I will just wait % Limbic_Region has left Limbic_Region!~Limbic_Re@c-68-49-236-220.hsd1.md.comcast.net % LimbicRegion is now known as Limbic_Region pmichaud: wrong regex like token cut { ^^ =cut } dont give a syntax error but trigger an imcc error should I file a bug? cognominal: yes. ok r28644 | jonathan++ | trunk: : [core] :instanceof(...) now creates subs as an instance of the appropriate type. This will not work for high level class types yet, but should do for PMC types. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28644 The best thing to do when sick, is hack on IMCC...'cus it's going to make you sick if you ain't already. :-P pmichaud, filed as #56224] cognominal++ I got the easy part fo the deal :) * moritz wrote a script to automatically unfudge passing tests excellent! * purl plays air guitar % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot r28645 | jkeenan++ | opsrenum: : Adjust POD. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28645 % masak has left masak!~user@130.238.45.242 % Patterner has left Patterner!~Psyche@e177231083.adsl.alicedsl.de % jq has left jq!~jquelin@merlin.mongueurs.net % clunker3 has left clunker3!~IRC@procura.xs4all.nl % NotFound has left NotFound!~julian@50.Red-213-96-228.staticIP.rima-tde.net % integral has left integral!bsmith@adsl-212-20-244-147.lumison.co.uk % MagNET has left MagNET!~MagNET@213.163.11.138 % rafl has left rafl!~rafl@62.75.161.67 % baest has left baest!~baest@2206ds1-suoe.0.fullrate.dk % jrockway has left jrockway!~jrockway@stonepath.jrock.us % slavorg has left slavorg!~tomi@windmill.london.pm.org % Debolaz has left Debolaz!~root@nat.andersberle.com % szbalint has left szbalint!comet@dev.perl.hu % omega has left omega!omega@numbat.inamo.no % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % jan has left jan!~chatzilla@89-253-66-101.customers.ownit.se % iblechbot has left iblechbot!~iblechbot@ppp-62-216-200-97.dynamic.mnet-online.de % pjcj has left pjcj!~pjcj@84-73-177-217.dclient.hispeed.ch % AndyA has left AndyA!~andy@82.152.157.85 % paco has left paco!~chatzilla@139.Red-80-36-122.staticIP.rima-tde.net % cognominal has left cognominal!~cognomina@82.67.232.89 % mj41 has left mj41!~chatzilla@pc-jurosz.ro.vutbr.cz % Casan has left Casan!~IceChat7@users163.kollegienet.dk % askie has left askie!~askie@81.171.100.208 % pmichaud has left pmichaud!pmichaud@feather.perl6.nl % wolverian has left wolverian!wolverian@feather.perl6.nl % skv has left skv!~skv@87.242.97.68 % Maddingue has left Maddingue!~Maddingue@profane.mongueurs.net % polyglotbot has left polyglotbot!~evalbot@feather3.perl6.nl % dalek has left dalek!dalek@feather.perl6.nl % bgeron has left bgeron!bgeron@toad.stack.nl % nnunley has left nnunley!~nnunley@seatbelt.jerakeen.org % leo has left leo!lt@feather.perl6.nl % ilbot2 has left ilbot2!moritz@faui2k3.org % jonathan has left jonathan!jonathan@feather.perl6.nl % moritz has left moritz!moritz@ssh.faui2k3.org % PerlJam has left PerlJam!duff@193.200.132.135 % Juerd has left Juerd!juerd@193.200.132.135 % shorten has left shorten!~xrl@203.141.139.231.static.zoot.jp % Zaba has joined #parrot % jan has joined #parrot % iblechbot has joined #parrot % masak has joined #parrot % Patterner has joined #parrot % pjcj has joined #parrot % AndyA has joined #parrot % paco has joined #parrot % cognominal has joined #parrot % jq has joined #parrot % Casan has joined #parrot % clunker3 has joined #parrot % mj41 has joined #parrot % askie has joined #parrot % pmichaud has joined #parrot % wolverian has joined #parrot % NotFound has joined #parrot % skv has joined #parrot % Maddingue has joined #parrot % integral has joined #parrot % MagNET has joined #parrot % polyglotbot has joined #parrot % dalek has joined #parrot % bgeron has joined #parrot % nnunley has joined #parrot % rafl has joined #parrot % baest has joined #parrot % leo has joined #parrot % ilbot2 has joined #parrot % jonathan has joined #parrot % moritz has joined #parrot % PerlJam has joined #parrot % Juerd has joined #parrot % jrockway has joined #parrot % slavorg has joined #parrot % Debolaz has joined #parrot % shorten has joined #parrot % omega has joined #parrot % szbalint has joined #parrot r28646 | jkeenan++ | opsrenum: : Delete unnecessary 'use' imports. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28646 % workbench has joined #parrot % dngor has joined #parrot % workbench has left workbench!abuse@adsl-068-213-211-142.sip.bct.bellsouth.net % Limbic_Region has left Limbic_Region!~Limbic_Re@c-68-49-236-220.hsd1.md.comcast.net % vhold has left vhold!~vhold@adsl-67-114-158-146.dsl.sntc01.pacbell.net % ruoso has left ruoso!~ruoso@201009013025.user.veloxzone.com.br % gmansi has left gmansi!~gmansi@190.55.35.246 % jjuran has left jjuran!~jjuran@c-71-227-190-72.hsd1.or.comcast.net % bacek has left bacek!~bacek@123-243-38-218.tpgi.com.au % japhb has left japhb!~geoff@76-191-190-8.dsl.static.sonic.net % _shane has left _shane!shane@hick.org % Infinoid has left Infinoid!~infinoid@mad.cow.org % obra has left obra!~jesse@diesel.bestpractical.com % silug has left silug!~steve@ppp-70-225-32-179.dsl.covlil.ameritech.net % TimToady has left TimToady!~larry@209.9.237.164 % dngor has left dngor!abuse@adsl-068-213-211-142.sip.bct.bellsouth.net % kid51 has left kid51!~jkeen@pool-68-237-19-39.ny325.east.verizon.net % purl has left purl!purl@sentient.life % Eevee has left Eevee!~eevee@c-67-160-3-54.hsd1.wa.comcast.net % zarchne has left zarchne!~michael@209.40.67.38 % Auzon has left Auzon!~ak9@24-171-76-148.dhcp.mtvr.il.charter.com % nopaste has left nopaste!~opaste@202-154-105-237.people.net.au % cout has left cout!~cout@c-68-58-247-49.hsd1.sc.comcast.net % jjore has left jjore!~jjore@c-24-19-49-60.hsd1.mn.comcast.net % confound has left confound!hdp@floe.aq % rblackwe has left rblackwe!rblackwe@where.is.allmydata.net % rhr has left rhr!~ryan@bas3-montreal02-1096680629.dsl.bell.ca % apeiron has left apeiron!~apeiron@c-71-230-67-187.hsd1.pa.comcast.net % avar has left avar!avar@u.nix.is % bobwhoops has left bobwhoops!~bobwhoops@xvo.ath.cx % rjbs has left rjbs!rjbs@codesimply.com % diakopter has left diakopter!~diakopter@209.9.237.164 % zostay has left zostay!~Hanenkamp@adsl-76-250-253-44.dsl.tpkaks.sbcglobal.net % spinclad has left spinclad!~rhale@209-6-140-232.c3-0.bkl-ubr2.sbo-bkl.ma.cable.rcn.com % baest has left baest!~baest@2206ds1-suoe.0.fullrate.dk % NotFound has left NotFound!~julian@50.Red-213-96-228.staticIP.rima-tde.net % masak has left masak!~user@130.238.45.242 % Patterner has left Patterner!~Psyche@e177231083.adsl.alicedsl.de % MagNET has left MagNET!~MagNET@213.163.11.138 % szbalint has left szbalint!comet@dev.perl.hu % omega has left omega!omega@numbat.inamo.no % integral has left integral!bsmith@adsl-212-20-244-147.lumison.co.uk % Debolaz has left Debolaz!~root@nat.andersberle.com % slavorg has left slavorg!~tomi@windmill.london.pm.org % rafl has left rafl!~rafl@62.75.161.67 % jrockway has left jrockway!~jrockway@stonepath.jrock.us % clunker3 has left clunker3!~IRC@procura.xs4all.nl % jq has left jq!~jquelin@merlin.mongueurs.net % bgeron has left bgeron!bgeron@toad.stack.nl % polyglotbot has left polyglotbot!~evalbot@feather3.perl6.nl % skv has left skv!~skv@87.242.97.68 % pmichaud has left pmichaud!pmichaud@feather.perl6.nl % askie has left askie!~askie@81.171.100.208 % Casan has left Casan!~IceChat7@users163.kollegienet.dk % jan has left jan!~chatzilla@89-253-66-101.customers.ownit.se % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % nnunley has left nnunley!~nnunley@seatbelt.jerakeen.org % wolverian has left wolverian!wolverian@feather.perl6.nl % iblechbot has left iblechbot!~iblechbot@ppp-62-216-200-97.dynamic.mnet-online.de % Juerd has left Juerd!juerd@193.200.132.135 % moritz has left moritz!moritz@ssh.faui2k3.org % PerlJam has left PerlJam!duff@193.200.132.135 % ilbot2 has left ilbot2!moritz@faui2k3.org % leo has left leo!lt@feather.perl6.nl % cognominal has left cognominal!~cognomina@82.67.232.89 % pjcj has left pjcj!~pjcj@84-73-177-217.dclient.hispeed.ch % shorten has left shorten!~xrl@203.141.139.231.static.zoot.jp % jonathan has left jonathan!jonathan@feather.perl6.nl % mj41 has left mj41!~chatzilla@pc-jurosz.ro.vutbr.cz % dalek has left dalek!dalek@feather.perl6.nl % paco has left paco!~chatzilla@139.Red-80-36-122.staticIP.rima-tde.net % AndyA has left AndyA!~andy@82.152.157.85 % Maddingue has left Maddingue!~Maddingue@profane.mongueurs.net % dngor has joined #parrot % workbench has joined #parrot % szbalint has joined #parrot % omega has joined #parrot % shorten has joined #parrot % Debolaz has joined #parrot % slavorg has joined #parrot % jrockway has joined #parrot % Juerd has joined #parrot % PerlJam has joined #parrot % moritz has joined #parrot % jonathan has joined #parrot % ilbot2 has joined #parrot % leo has joined #parrot % baest has joined #parrot % rafl has joined #parrot % nnunley has joined #parrot % bgeron has joined #parrot % dalek has joined #parrot % polyglotbot has joined #parrot % MagNET has joined #parrot % integral has joined #parrot % Maddingue has joined #parrot % skv has joined #parrot % NotFound has joined #parrot % wolverian has joined #parrot % pmichaud has joined #parrot % askie has joined #parrot % mj41 has joined #parrot % clunker3 has joined #parrot % Casan has joined #parrot % jq has joined #parrot % cognominal has joined #parrot % paco has joined #parrot % AndyA has joined #parrot % pjcj has joined #parrot % Patterner has joined #parrot % masak has joined #parrot % iblechbot has joined #parrot % jan has joined #parrot % Zaba has joined #parrot % Limbic_Region has joined #parrot % kid51 has joined #parrot % purl has joined #parrot % Eevee has joined #parrot % bacek has joined #parrot % vhold has joined #parrot % ruoso has joined #parrot % gmansi has joined #parrot % zarchne has joined #parrot % jjuran has joined #parrot % japhb has joined #parrot % Auzon has joined #parrot % nopaste has joined #parrot % cout has joined #parrot % jjore has joined #parrot % confound has joined #parrot % _shane has joined #parrot % rblackwe has joined #parrot % apeiron has joined #parrot % rjbs has joined #parrot % Infinoid has joined #parrot % rhr has joined #parrot % obra has joined #parrot % silug has joined #parrot % TimToady has joined #parrot % avar has joined #parrot % bobwhoops has joined #parrot % spinclad has joined #parrot % zostay has joined #parrot % diakopter has joined #parrot % magnet.llarian.net has changed the topic of to: Piper Piper: thanks Piper: as an alternative to leaving, I could also just be silent. r28647 | jkeenan++ | opsrenum: : Add target 'renumberops' to root.in. Update ops.num based on running 'make : renumberops'. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28647 I guess I probably shouldn't talk about my plans of world domination via parrot, eh? why not? that way historians will have a record of the early days of the revolution. :-) r28648 | jkeenan++ | opsrenum: : Remove tools/dev/ops_renum.mak. It is being replaced by : tools/dev/opsrenumber.pl and 'make' target 'renumberops'. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28648 * apeiron goes back to trying to figure out why smoking is failing on OpenBSd. The odd thing is that 'make test' completes successfully, but 'make smoke' gives an error in one of the test modules. % dngor has left dngor!abuse@adsl-068-213-211-142.sip.bct.bellsouth.net % dngor has joined #parrot r28649 | pmichaud++ | trunk: : [rakudo]: : * Remove roots.t from spectest_regression, since we : don't implement 'roots' yet. (RT#56226) diff: http://www.parrotvm.org/svn/parrot/revision?rev=28649 % nopaste has left nopaste!~opaste@202-154-105-237.people.net.au % TonyC has left TonyC!~tony@202-154-105-237.people.net.au r28650 | jkeenan++ | trunk: : Correct misspelling in filename. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28650 % nopaste has joined #parrot % masak has left masak!~user@130.238.45.242 r28651 | pmichaud++ | trunk: : [rakudo]: : * STD.pm tracking: move typename parsing into diff: http://www.parrotvm.org/svn/parrot/revision?rev=28651 % kid51 has left kid51!~jkeen@pool-68-237-19-39.ny325.east.verizon.net % Tene has joined #parrot % mire has joined #parrot pmichaud: r28651 - this admits does RoleName(), which I'm not sure is allowed/meaningful. I'm not sure it's allowed/meaningful either. STD.pm allows it as a parse, though. we can change it to require exactly one param for now. Yeah, agree. perl6: pi / 2; RESULT[3.14159] perl6: pi() / 2; RESULT[1.5708] (working on pi right now.) * Zaba just had to check whether it still is the same after he's been absent we'll see how it goes.. just starting the compile. It's a somewhat substantial refactor :-) I still wonder what / 2 ; is in this case I suspect there's a but in the regex parsing. s/but/bug/ so that it's simply treating the entire thing as a regex. perl6: "23" ~~ /2; RESULT[{}] perl6: "23" ~~ m/2; OUTPUT[Could not find non-existent sub m␤current instr.: '_block11' pc 27 (EVAL_10:17)␤called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 (src/PCT/HLLCompiler.pir:469)␤called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1088 (src/PCT/HLLCompiler.pir:598)␤called from Sub ..'parrot;PCT::HLLCompiler;command_line' pc 1267 (src/PCT/HLLCompiler.pi... perl6.parse: pi / 2; "polyglotbot" at 193.200.132.146 pasted "perl6 parse paste" (79 lines) at http://nopaste.snit.ch/13361 perl6.past: pi / 2; "polyglotbot" at 193.200.132.146 pasted "perl6 past paste" (85 lines) at http://nopaste.snit.ch/13362 check those. yes, looks like a bug in the regex rule. uhm, --target=parse doesn't work in my rakudo perhaps file a ticket? (but don't use 'pi', because I'm about to fix that one.) (pick any other listop... such as 'say' or 'print') oh, it works for files, not for -e though just noticed I thought I had it fixed for -e pmichaud, does it require fixing the functions, and is / ; valid to define a regex then? * Zaba is confused a bit getting 'pi' to work means fixing the grammar because currently it treats 'pi' like any other listop. I see regex / is valid. Currently the grammar seems to not be looking for the close delimiter (and accepting it) er / regex / (lost my leading slash in irc) I see. but / regex ; would not be valid, because there's no closing delim. but currently is just silently accepts it? apparently. % mire has left mire!~Frodo@134-168-222-85.adsl.verat.net is there a way to get the name of the calling rule in PGE? specifically I want to check if matched from within , or from within % Coleoid has joined #parrot Hi--I'm trying to get parrot built on my win32 box, to build rakudo, and I could use pointers to answers--or pointers to better places to ask. :D Configure.pl breaks on the 'determining C compiler' line. Coleoid: are you in cygwin or strawberry I've got GCC installed via cygwin... is there an error msg from Configure Determining what C compiler and linker to use...Compilation failed with 'gcc' which version of gcc is it gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) hrm I haven't built parrot on win32 in a couple of months... maybe someone else around here has some ideas Perhaps. Is Strawberry Perl a smoother path to follow? I heard last week that Strawberry Perl was indeed easier. but I don't know that myself yet (still linux here) *nod* I can give it a shot. I'm afraid I'll wind up with eleventy perls on my box, but there are certainly worse fates. * Coleoid secondthinks. Hmm. I think I went through this when I was building pugs, lo these many et c. And I think the only thing that got me straight, eventually, was getting GCC and my env set up to build p5 from source... Though I think parrot is less reliant on extensions than pugs is. once parrot is built, it doesn't use p5 at all. p5 is simply part of the build process. And is p5 used in rakudo? no. Gee, whiz! It's cool how often these things surprise me. That definitely qualifies as less reliant. :D I've found it helps when you are building with the same compiler that perl was built with strawberry perl is a lot easier, because of its bundled gcc. Coleoid: were you using cygwin's perl, or another one (like activestate)? Hm. I think I'm on my hand built: perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread But I'm only guessing, thinking that cygwin or strawberry would put their own tag in -v. I should say, cygwin. I 've never installed strawberry yet, and I know for a fact that Activestate does. strawberry's "perl -v" looks a lot like yours. no mention of fruit at all. This is perl, v5.10.0 built for MSWin32-x86-multi-thread Coleoid: echo %PATH% Okay, I've installed strawberry, tweaked my path around to put it early... ...and Configure.pl gave me a 'happy hacking' message. :D ...though a subsequent mingw32-make fails. diakopter: C:\strawberry\c\bin;C:\strawberry\perl\bin;c:\cygwin\bin;c:\mingw\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Subversion\bin;C:\ghc\ghc-6.6\bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft Visual Studio 8\VC\bin;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Prog ram Files\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Perl\bin\; what was the build error? purl, nopaste? nopaste is at http://nopaste.snit.ch/ (ask TonyC for new channels) or http://rafb.net/paste or http://paste.husk.org/ or http://poundperl.pastebin.com/ or http://paste.scsys.co.uk/ or don't bother me while I'm eating or App::Nopaste or tools/dev/nopaste.pl Looks like a sh problem: Says: /usr/bin/sh: C:strawberryperlbinperl.exe: command not found Seems like I recall something about this problem from a cygwin readme. cute. wonder if the Makefile is using sh directly, or if mingw32-make is using it internally I've got to get sh out of the way, it can't handle backslashes-for-dir-separators, right? it's possible nmake would have better luck yeah, that's another solution. ...giving it a shot... ...nmake seems to be working...gratifying, since I spent extra time hunting down a modern nmake, earlier... ...a bunch of pmc2c.pl and c2str.pl going on... seeing nmake running gcc just seems ... weird, doesn't it? :D Seeing Windows do this at all brings me an odd gratification. ...imcc has a lot of warnings. yeah. I really wish I had a working ccache on win32, though. It finally croaked again making PGE. Same sh-backslash problem. Going to need to do something permanent to sh. % tetragon has joined #parrot % davidfetter has joined #parrot % gmansi has left gmansi!~gmansi@190.55.35.246 % slightlyoff has joined #parrot % gmansi has joined #parrot % omega has left omega!omega@numbat.inamo.no % gryphon has joined #parrot r28652 | pmichaud++ | trunk: : [rakudo]: : * STD.pm tracking -- bring us back into better alignment with STD.pm : * can now parse named 0-ary ops : * pi() works : * eliminated outdated rule and action diff: http://www.parrotvm.org/svn/parrot/revision?rev=28652 % slightlyoff has left #parrot pmichaud++ % bacek has left bacek!~bacek@123-243-38-218.tpgi.com.au pmichaud, why PGE doubles brackets for embedded closure? prob b/c the nested-balanced-bracket isn't super robust, so a different stopper is needed....? exactly. PGE doesn't yet know how to switch into arbitrary parsers (because at the time it was implemented, we didn't have an API for doing that.) we now have an API, but haven't needed to implement it yet. (and there's still some trickiness dealing with lexicals to be worked out.) ok. :) % grim_fandango has joined #parrot it seems that some of the GC problems in rakudo were fixed I can now execute for 1..10000 -> { $_.say } without any errors % clunker3 has left clunker3!~IRC@procura.xs4all.nl they're really intermittent. it could easily show up again. aye, but at least it feels much better ;) that it does. what does the 'set_pmc_keyed_str() not implemented in class' error message mean? usually it means we're attempting to use [..] or {..} on an object that doesn't support it. but I was getting that error a bit ago due to a -G bug. ah yes, it's a -G bug that makes the fudged S03-operators/assign.t fail % jhorwitz has joined #parrot ... and fudge's broken test counting % paco has left paco!~chatzilla@139.Red-80-36-122.staticIP.rima-tde.net % iblechbot has left iblechbot!~iblechbot@ppp-62-216-200-97.dynamic.mnet-online.de % jjore has left jjore!~jjore@c-24-19-49-60.hsd1.mn.comcast.net % bacek has joined #parrot hi again. oh, you're back! msg pmichaud Complex number looks like broken % purl has left purl!purl@sentient.life take that stupid bot... because of sqrt? We probably need a multimethod for sqrt. is complex supported in parrot? Complex is, yes, but there's not a sqrt op for anything but num pmichaud, adding :multi(Complex) does work. % Zaba_ has joined #parrot perl6: say -1i OUTPUT[-1␤] r28653 | pmichaud++ | trunk: : [rakudo]: : * "rand" is really term:rand, not prefix:rand . : * Move rand() methods to Any. : * Add srand(). diff: http://www.parrotvm.org/svn/parrot/revision?rev=28653 perl6.pir: say -1i "polyglotbot" at 193.200.132.146 pasted "perl6 pir paste" (22 lines) at http://nopaste.snit.ch/13365 perl6: say 0 -1i OUTPUT[0-1i␤] also prefix:-, exp, and probably lot other methods requre multi(Complex) % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru perl6: say abs(1i) OUTPUT[1␤] probably. and they should be specced ;) afk #dinner perl6: say +1i OUTPUT[1␤] % jjore has joined #parrot % jjore is now known as zz_jjore % zz_jjore is now known as jjore pmichaud, #56230 with few multimethods for Complex. S29-num/exp.t can be unfudged after applying it. I'll try to find all of required methods little bit later. and the newly added S03-operators/assign-is-not-binding.t can be added to spectest_regression, it has one TODO-fudged test afk # $kids->school(), $self->dayjob() % Whiteknight has joined #parrot % ank has joined #parrot % apeiron has left apeiron!~apeiron@c-71-230-67-187.hsd1.pa.comcast.net % gryphon has left gryphon!~gryphon@dsl-209-221-185-54.zipcon.net % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % Eevee has left Eevee!~eevee@c-67-160-3-54.hsd1.wa.comcast.net % Zaba_ has joined #parrot % apeiron has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % jhorwitz has left jhorwitz!~chatzilla@96.245.16.45 r28654 | Whiteknight++ | gsoc_pdd09: : [gsoc_pdd09] update to trunk r28563 diff: http://www.parrotvm.org/svn/parrot/revision?rev=28654 % kid51 has joined #parrot % askie has left askie!~askie@81.171.100.208 % Ademan has left Ademan!~dan@h-67-101-144-74.snfccasy.dynamic.covad.net % TonyC has joined #parrot % Andy has joined #parrot % grim_fandango has left grim_fandango!~matt@bas2-kingston08-1128671277.dsl.bell.ca % bacek_ has joined #parrot % AndyA has left AndyA!~andy@82.152.157.85 % AndyA has joined #parrot % Ademan has joined #parrot % Ademan has left Ademan!~dan@h-68-167-206-55.snfccasy.dynamic.covad.net hi again... r28655 | Whiteknight++ | gsoc_pdd09: : [gsoc_pdd09] Made necessary changes so that Parrot and libparrot will compile. Parrot does not run, miniparrot will not compile, and build process doesn't go past that. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28655 r28656 | jkeenan++ | trunk: : Merging nom4 branch into trunk. This removes config/auto/m4.pm and associated test file. Cf.: https://rt.perl.org/rt3/Ticket/Display.html?id=43857. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28656 r28657 | coke++ | trunk: : RT#56076 ([PATCH] MACOSX_DEPLOYMENT_TARGET not defined during OSX PPC Rakudo build) : This adds (proactively, in some cases) the MACOSX_DEPLOYMENT_TARGET env. var : to the various languge builds; we've found this to be required on OSX with : the current code base. : Patch courtesy Packy Anderson (packy++ at dardan dot com) diff: http://www.parrotvm.org/svn/parrot/revision?rev=28657 % Limbic_Region has left Limbic_Region!~Limbic_Re@c-68-49-236-220.hsd1.md.comcast.net % TiMBuS has joined #parrot r28658 | jkeenan++ | trunk: : Correct POD formatting errors. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28658 r28659 | jkeenan++ | nom4: : Branch has been merged into trunk and is no longer needed at HEAD. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28659 r28660 | jkeenan++ | nom4-28604: : Branch to which this tag corresponds has been merged into trunk; tag is no longer needed. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28660 % jjore has left jjore!~jjore@c-24-19-49-60.hsd1.mn.comcast.net % teknomunk has joined #parrot % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru Has anyone recently attempted to 'make perl6' on Mac OS X 10.4 on PPC? This command: /Users/jimk/work/parrot/pbc_to_exe perl6.pbc -- seems to hang indefinitely (meaning: I had to Control-C it after 20 minutes of no change). FWIW, it doesn't show up on Leopard Intel. % tetragon has left #parrot % tetragon has joined #parrot % Theory has joined #parrot % rblackwe has left rblackwe!rblackwe@where.is.allmydata.net % GeJ has joined #parrot % tetragon has left tetragon!~seneca@76-10-148-120.dsl.teksavvy.com % cjfields has joined #parrot % davidfetter has left davidfetter!~davidfett@start.fetter.org % DietCoke has joined #parrot New version of perlcritic.t sent in a patch for folks to play with. % Theory has left Theory!~Theory@c-24-21-175-208.hsd1.or.comcast.net tcl: after 10000 {puts hello} % Eevee has joined #parrot RESULT[invalid command name "("␤] % tetragon has joined #parrot % kid51 has left kid51!~jkeen@pool-71-247-49-166.nycmny.east.verizon.net % cjfields has left cjfields!~cjfields@adsl-76-227-79-69.dsl.chmpil.sbcglobal.net % tetragon has left tetragon!~seneca@216.126.67.44 r28661 | Whiteknight++ | gsoc_pdd09: : [gsoc_pdd09] you know those mistakes you make, and when the compiler points them out you think to yourself "damnit! how could I make such a stupid mistake"? Here's fixes for about a hundred of those that I've made. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28661 hahaha % Theory has joined #parrot % tetragon has joined #parrot % jjore has joined #parrot % tetragon has left tetragon!~seneca@gw-312-705.somanetworks.com % tetragon has joined #parrot % cjfields has joined #parrot Whiteknight++ % tetragon has left tetragon!~seneca@216.126.67.44 % tetragon has joined #parrot tetragon: connection flapping? japhb: Yep Is the current teapot conveyor supposed to have a rotating ring of particles on it? yes When I first saw it, it looked like a rendering issue until it coalesced heh It looks better if you uncomment the line for GL_POINT_SMOOTH, but it turns out that's broken on a lot of systems. Some systems it just runs slowly, others the particles disappear altogether. I'm going to have to switch to textured quads instead of point particles, which I was planning to anyway, just not quite yet. I'll probably be sans-ppc for part of this week. Getting this thing's LCD panel replaced ah Do you still have a Mac OS X box? Just the 32-bit Intel Well, at least you still have your preferred OS ... But I'm still on the iBook for now Any cygwin people about? My backup laptops are all Linux I used to be sort of a cygwin person And GL_POINT_SMOOTH works for me which doesnt help, i'm sure Whiteknight: :-) Given that I'm looking for feedback on a cygwin patch, no. :-) tetragon: what's your video card? (with the exception of work stuff, my normal usage patterns are sufficiently OS-agnostic that any sufficiently Unixy system could work) japhb: ATI Mobility Radeon 9550 (32MB VRAM) Go ATI. Finally with the unsucky video drivers. Though Apple probably helped ... hehe % cjfields has left cjfields!~cjfields@adsl-76-227-79-69.dsl.chmpil.sbcglobal.net % tetragon has left tetragon!~seneca@gw-312-705.somanetworks.com % Psyche^ has joined #parrot % Zaba_ has joined #parrot % Patterner has left Patterner!~Psyche@e177231083.adsl.alicedsl.de % Psyche^ is now known as Patterner r28662 | Whiteknight++ | gsoc_pdd09: : [gsoc_pdd09] fixed all compiler errors. Still doesn't build. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28662 % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Whiteknight has left Whiteknight!~nobody@c-71-230-33-251.hsd1.pa.comcast.net % omega has joined #parrot % apeiron has left apeiron!~apeiron@c-71-230-67-187.hsd1.pa.comcast.net r28663 | petdance++ | trunk: : Minor tweaky for speedup diff: http://www.parrotvm.org/svn/parrot/revision?rev=28663 r28664 | petdance++ | trunk: : fixed an unqouted period diff: http://www.parrotvm.org/svn/parrot/revision?rev=28664 r28665 | petdance++ | trunk: : removed unnecessary and expensive -B check, since we only push certain extensions into our list diff: http://www.parrotvm.org/svn/parrot/revision?rev=28665 r28666 | petdance++ | trunk: : hide a colon in "vim:" so the real vim doesnt get confused diff: http://www.parrotvm.org/svn/parrot/revision?rev=28666 % apeiron has joined #parrot r28667 | petdance++ | trunk: : Don't recompile the -based regexes each line. Also save off before doing the next m// diff: http://www.parrotvm.org/svn/parrot/revision?rev=28667 % Andy has left Andy!~Andy@64.81.227.163 % nothingmuch has joined #parrot does jgoff hang out here? % iblechbot has joined #parrot