pugscode.org/ | nopaste: sial.org/pbot/perl6 | pugs: [~] <m oo se> (or rakudo:, kp6:, elf: etc.) (or perl6: for all) | irclog: irc.pugscode.org/
Set by Tene on 29 July 2008.
meppl good night 00:02
sail0r is perl6 ok to run? Anyone figure out the haskell code yet? 12:19
pugs_svn r22070 | dr_df0++ | [t/statements] for_with_only_one_item.t modified to pass on rakudo 13:10
r22071 | dr_df0++ | [t/statements] for_with_only_one_item.t moved into t/spec/S04-statemets 13:11
pugs_svn r22072 | dr_df0++ | [t/statemets] deleted until.t, since the same version was already in t/spec/S04-statements 13:16
pugs_svn r22073 | dr_df0++ | [spec] map-and-sort-in-for.t moved into 't/spec/S04-statements', and fixed for rakudo 13:34
pugs_svn r22074 | masak++ | [t/spec/S02-builtin_data_types/num.t] s/todo/skip/ on a fudged rakudo test 16:12
r22074 | masak++ | that parsefailed in the spectest_regression target
dr_df0 perl6: {my $a=1; @x=41,(42 if $a),43; say @a.join } 19:47
p6eval elf 22074: OUTPUT[Global symbol "$a_x" requires explicit package name at (eval 117) line 4.␤syntax error at (eval 117) line 4, near "(if"␤Global symbol "$a_a" requires explicit package name at (eval 117) line 7.␤syntax error at (eval 117) line 7, near ")}"␤ at ./elf_f line 3861␤]
..pugs: OUTPUT[*** ␤ Unexpected "="␤ expecting "::"␤ Variable "@x" requires predeclaration or explicit package name␤ at /tmp/CzbsD73QvD line 1, column 13␤]
..rakudo 30656: OUTPUT[Scope not found for PAST::Var '@x'␤current instr.: 'parrot;PCT::HLLCompiler;panic' pc 156 (src/PCT/HLLCompiler.pir:103)␤]
dr_df0 perl6: { my $a=0; my @x=41,(42 if $a),43; say @x.join } 19:48
p6eval rakudo 30656: OUTPUT[41 0 43␤] 19:49
..pugs: OUTPUT[*** ␤ Unexpected "@x"␤ expecting "=", operator, ")", context, ":" or "("␤ at /tmp/1ya7irNw3s line 1, column 15␤]
..elf 22074: OUTPUT[syntax error at (eval 117) line 4, near "(if"␤syntax error at (eval 117) line 6, near "43]"␤Global symbol "$a_x" requires explicit package name at (eval 117) line 7.␤syntax error at (eval 117) line 7, near ")}"␤ at ./elf_f line 3861␤]
pugs_svn r22075 | dr_df0++ | [spec] tests added to 'S04-statement-modifiers/if.t' showing that 'if' modifier is not equivalent to ?? vi if.t operator 20:10
pugs_svn r22076 | dr_df0++ | [t/statements] cleanup, deleted empty 'modifiers' subfolder 20:31
r22077 | dr_df0++ | [spec] values_in_bool_context.t test moved into S04-statement-modifiers 20:35
r22078 | dr_df0++ | [spec] values_in_bool_context.t test moved into S04-statement-modifiers
masak @tell moritz I had to revert the commit that activates Text::Escape. It makes things segfault on my box -- try, for example, `./test_wiki.sh` on commit 292670d. In fact, `perl6 -e"use Text::Escape"` segfaults. However, `perl6 -e"use Text::Escape; say "hi"` doesn't segfault, so we're in some kind of Twilight Zone. Until I know more, I'll have to leave it off. 21:45
lambdabot Consider it noted.
sirhc or game it 22:35
sorry, wrong window
Limbic_Region TimToady ping 23:10
TimToady Limbic_Region: pong 23:16