Timeline

and .

07/04/08:

20:46 Changeset [21228] by pmichaud
  • t/spec/S29-num/int.t
S29-num/int.t: Fix syntax error, update test, remove a #?rakudo skip
20:04 Changeset [21227] by pmichaud
  • t/spec/S29-list/minmax.t
S29-list/minmax.t: go ahead and fix the first .min tests on str values
19:47 Changeset [21226] by pmichaud
  • t/spec/S02-builtin_data_types/range.t
S02-builtin_data_types/range.t: update #?rakudo skips, note possible …
19:46 Changeset [21225] by pmichaud
  • t/spec/S29-list/minmax.t
S29-list/minmax.t: update test, .min and .max do work on Any
19:01 Changeset [21224] by pmichaud
  • t/spec/S29-list/minmax.t
S29-list/minmax.t: mark a test error with #?rakudo skip
18:55 Changeset [21223] by lwall
  • src/perl6/STD.pm
[STD] capture dec_number coefficient to distinguish from the exponent
18:52 Changeset [21222] by pmichaud
  • t/spec/S04-statements/no-implicit-block.t
S04-statements/no-implicit-block.t: unskip test now that 'given' works
16:04 Changeset [21221] by ruoso
  • v6/smop/test/12_p6opaque.sm0p
[smop] fixing test count... all tests pass…
16:03 Changeset [21220] by ruoso
  • misc/sm0p/sm0p.pm
[smop] SMOPSLIMECapturize.new and SMOPNATIVEint are not …
15:54 Changeset [21219] by pmichaud
  • src/perl6/STD.pm
STD.pm: {*} for all alternatives in <dec_number>, not just last
15:39 Changeset [21218] by ruoso
  • v6/smop/src/p6opaque.sm0p
  • v6/smop/test/12_p6opaque.sm0p
[SMOP] YAY! p6opaque succesfully delegates the methods to the metaclass... …
15:29 Changeset [21217] by ruoso
  • misc/sm0p/sm0p.pm
[misc/sm0p] positional arguments also need a SMOP_REFERENCE
14:43 Changeset [21216] by ruoso
  • v6/smop/sm0p.pl
  • v6/smop/src/p6opaque.sm0p
  • v6/smop/test/12_p6opaque.sm0p
[smop] p6opaque still breaks... but now pmurias++ sm0p parser is used by …
14:16 Changeset [21215] by pmurias
  • misc/sm0p/sm0p.pm
[smop] SM0P_FASTER=1 works
13:40 Changeset [21214] by pmurias
  • misc/sm0p/sm0p.pm
  • v6/smop/sm0p.pl
[sm0p] fixed some bugs
13:39 Changeset [21213] by pmurias
  • misc/pixie/extract_actions
  • misc/pixie/insert_actions
  • misc/pixie/pixie
[pixie] arrays are marked in the dumps, stranger token names work more …
12:58 Changeset [21212] by moritz
  • t/spec/S04-statements/for.t
  • t/spec/S29-str/uc.t
[spec] added a few semicolons in for.t; fixed plan in uc.t. bacek++
10:03 Changeset [21211] by moritz
  • t/spec/S03-operators/arith.t
[spec] unfudged tests in arith.t
08:28 Changeset [21210] by bacek
  • t/spec/S29-num/sqrt.t
[spec] Unfudge 2 more tests in S29-num/sqrt.t for rakudo
08:25 Changeset [21209] by bacek
  • t/spec/S29-num/exp.t
[spec] Unfudge S29-num/exp.t for rakudo
07:35 Changeset [21208] by pmichaud
  • t/spec/S29-num/abs.t
[rakudo]: Unfudge tests in S29-num/abs.t
07:08 Changeset [21207] by bacek
  • t/spec/S29-str/lc.t
  • t/spec/S29-str/uc.t
[spec] Unfudge tests for rakudo fixed by r29042
07:03 Changeset [21206] by bacek
  • t/spec/S29-str/lcfirst.t
[spec] Unfudge tests for rakudo fixed by r29042
07:01 Changeset [21205] by bacek
  • t/spec/S29-str/capitalize.t
[spec] Unfudge tests for rakudo fixed by r29042
07:00 Changeset [21204] by lwall
  • src/perl6/STD.pm
[STD] allow .123 to parse as suggested by Gerd Pokorra++
06:31 Changeset [21203] by lwall
  • src/perl6/STD.pm
  • src/perl6/gimme5
[STD] user-oriented message on detection of unless-else suggested by …
02:15 Changeset [21202] by ruoso
  • v6/smop/src/native_capture.c
  • v6/smop/src/p6opaque.sm0p
  • v6/smop/src/smop_s1p_scalar.c
[smop] yet more work on the p6opaque implementation... Some nasty bug is …

07/03/08:

23:23 Changeset [21201] by ruoso
  • v6/smop/src/Makefile.am
  • v6/smop/src/p6opaque.sm0p
  • v6/smop/src/smop_interpreter.c
[smop] still more work on p6opaque, few bugs fixed, some slime bugs still.
23:00 Changeset [21200] by moritz
  • t/spec/S04-statements/repeat.t
[spec] fudged repeat.t
22:55 Changeset [21199] by moritz
  • util/perl6.vim
[util/perl6.vim] 'repeat' is a keyword like 'while'
22:55 Changeset [21198] by moritz
  • t/spec/S04-statements/repeat.t
[spec] moved statements/repeat.t to spec/, cleaned up a test
22:51 Changeset [21197] by moritz
  • t/spec/S04-statements/while.t
[spec] while.t: cleaned up two useless tests
22:51 Changeset [21196] by moritz
  • t/statements/while.t
[t] removed duplicate test
22:22 Changeset [21195] by moritz
  • t/spec/S03-operators/arith.t
[spec] un-TODO two more tests in arith.t
22:07 Changeset [21194] by pmurias
  • v6/smop/sm0p.pl
[smop] added a SM0P_FASTER env var to used the new parser
22:05 Changeset [21193] by pmurias
  • misc/sm0p/sm0p.pm
  • misc/sm0p/sm0p_with_actions
  • misc/sm0p/strip_out_actions
[sm0p] initial version of the new grammar
21:59 Changeset [21192] by moritz
  • t/spec/S03-operators/arith.t
[spec] use is_approx() instead of tryeq_sloppy for two tests, and remove …
21:49 Changeset [21191] by Auzon
  • t/spec/S03-operators/arith.t
[gsoc_spectest] fudged arith.t for Rakudo
21:20 Changeset [21190] by moritz
  • t/spec/S03-operators/arith.t
[spec] arith.t more fudging, not quite there yet
21:11 Changeset [21189] by moritz
  • t/spec/S03-operators/arith.t
[spec] started to fudge artih.t - got rid of all compilation and run …
20:58 Changeset [21188] by Auzon
  • t/spec/S03-operators/arith.t
[gsoc_spectest] staging commit for fudging arith.t
18:47 Changeset [21187] by Auzon
  • t/HOWTO
fixed some POD errors
18:34 Changeset [21186] by Auzon
  • t/spec/S16-filehandles/filetest.t
[gsoc_spectest] fixed broken smartlink, Auzon--
18:33 Changeset [21185] by moritz
  • t/HOWTO
  • t/README
  • t/builtins/hashes
[t] documentation updates: * first shot at t/HOWTO * updated t/README * …
18:30 Changeset [21184] by Auzon
  • t/spec/S16-filehandles/filetest.t
[gsoc_spectest] reorganization and smartlinks for filetest.t
16:48 Changeset [21183] by pmurias
  • misc/sm0p/brew
[sm0p] fixed brew
16:03 Changeset [21182] by ruoso
  • v6/smop/include/smop_identifiers.h
  • v6/smop/src/idconst_decl_all.h
  • v6/smop/src/idconst_init_all.c
[smop] some more work in p6opaque, delegation almost working... I need to …
15:00 Changeset [21181] by moritz
  • t/spec/S29-num/log.t
[spec] fixed complex log10() tests
14:53 Changeset [21180] by ruoso
  • v6/smop/src/Makefile.am
[SMOP] updating Makefile.am
14:52 Changeset [21179] by ruoso
  • v6/smop/src/p6opaque.sm0p
[SMOP] p6opaque now uses sm0p block, so needs to be renamed
14:51 Changeset [21178] by ruoso
  • v6/smop/src/p6opaque.c
[SMOP] p6opaque delegates method calls to the how (still not working)
14:50 Changeset [21177] by moritz
  • t/spec/S29-num/log.t
[spec] improved fudge messages in log.t
14:09 Changeset [21176] by moritz
  • t/spec/S29-str/index.t
[spec] enhanced index.t a bit
13:47 Changeset [21175] by moritz
  • t/spec/S04-statements/for.t
[spec] fudged for.t. Fails with 'Null PMC access in type()'
13:38 Changeset [21174] by moritz
  • t/spec/S04-statements/for.t
[spec] moved for.t to spec/, updated POD
13:36 Changeset [21173] by moritz
  • t/statements/for.t
[t] statements/for.t: major cleanup
13:20 Changeset [21172] by moritz
  • t/TASKS
[t/TASKS] add todo for junction tests
09:34 Changeset [21171] by moritz
  • t/spec/S02-builtin_data_types/type.t
[spec] unfudged a passing test, autounfudge++

07/02/08:

21:02 Changeset [21170] by Auzon
  • t/TASKS
  • t/spec/S29-num/pi.t
[gsoc_spectest] fixed syntax error in pi.t and added more general TASKS
20:35 Changeset [21169] by pmichaud
  • t/spec/S29-num/rand.t
S29-num/rand.t: remove #?rakudo skip line since RT #56184 is now fixed
20:34 Changeset [21168] by Auzon
  • t/spec/S02-builtin_data_types/range.t
[gsoc_spectest] added more range tests, fixed existing ones, and unfudged …
12:19 Changeset [21167] by moritz
  • t/spec/S03-operators/context.t
  • t/spec/S03-operators/repeat.t
  • t/spec/S29-str/lc.t
[spec] unfudged a few tests, added a test to S29-str/lc.t
06:16 Changeset [21166] by pmichaud
  • t/spec/S29-str/chop.t
S29-str/chop.t: Correct #?rakudo skip message.
06:08 Changeset [21165] by pmichaud
  • t/spec/S29-num/abs.t
S29-num/abs.t: correct #?rakudo skip message
06:06 Changeset [21164] by pmichaud
  • t/spec/S29-list/first.t
S29-list/first.t: Change "adverbial closure" to "adverbial block"
06:02 Changeset [21163] by pmichaud
  • t/TASKS
Add a note that "XXX" marks places where the test needs review.
06:01 Changeset [21162] by pmichaud
  • t/spec/S29-list/grep.t
  • t/spec/S29-list/map.t
  • t/spec/S29-list/reduce.t
Some updates to S29-list.
06:01 Changeset [21161] by cjfields
  • t/statements/for.t
* add some list context tests per #perl6 and #parrot discussions * will …
04:24 Changeset [21160] by pmichaud
  • t/spec/S29-list/first.t
S29-list/first.t: update skip message, convert tabs to spaces
04:04 Changeset [21159] by Auzon
  • t/spec/S29-list/reverse.t
[gsoc_spectest] unfudging two tests
04:01 Changeset [21158] by Auzon
  • t/spec/S29-list/reverse.t
[gsoc_spectest] fudged reverse.t for Rakudo
03:02 Changeset [21157] by Auzon
  • t/spec/S29-list/reverse.t
[gsoc_spectest] Added tests for the little-mentioned reverse method on …
02:43 Changeset [21156] by Auzon
  • t/TASKS
  • t/operators/arith.t
  • t/spec/S02-builtin_data_types/range.t
[gsoc_spectest] added some range tests for *..*. Also added some tests for …
01:08 Changeset [21155] by moritz
  • t/spec/S03-operators/repeat.t
[spec] unfudge passing tests
00:37 Changeset [21154] by moritz
  • t/spec/S29-str/index.t
[spec] tests for return type of index()
00:35 Changeset [21153] by moritz
  • t/spec/S29-str/index.t
[spec] fixed tests for return of failed Str.index(). bacek++, pmichaud++
00:17 Changeset [21152] by moritz
  • t/spec/S29-num/complex.t
[spec] unfudge complex.t

07/01/08:

23:19 Changeset [21151] by moritz
  • t/junction/associative.t
[t] junctions/associative.t is b0rked
23:13 Changeset [21150] by moritz
  • t/spec/S03-operators/numeric-context.t
  • t/spec/S03-operators/short-circuit.t
[spec] a bit more fudge fiddling
23:05 Changeset [21149] by moritz
  • t/spec/S03-junctions/misc.t
[spec] fudged S03-junctions/misc.t
22:40 Changeset [21148] by moritz
  • t/spec/S03-junctions
  • t/spec/S03-junctions/misc.t
[spec] started to move junction tests (and upate POD). Much more work need
22:29 Changeset [21147] by moritz
  • t/var/state.t
[spec] updated t/state.t - need more review before moving it to spec/
22:23 Changeset [21146] by moritz
  • t/spec/S12-enums/thorough.t
[spec] moved oo/enum.t to spec/
22:11 Changeset [21145] by moritz
  • t/spec/S12-enums
[spec] moved S12-enums to spec/, mistakenly added it to t/ first. moritz--
22:08 Changeset [21144] by moritz
  • t/S12-enums
  • t/S12-enums/basic.t
[spec] added simple tests for Enums, for jonathan's next rakudo day
18:43 Changeset [21143] by moritz
  • t/spec/S03-operators/numeric-context.t
[spec] moved numify.t to spec/, started fudging
18:37 Changeset [21142] by moritz
  • t/spec/S03-operators/repeat.t
[spec] added ticket number to fudge message in repeat.t
18:33 Changeset [21141] by moritz
  • t/spec/S03-operators/short-circuit.t
[spec] fudged short-circuit.t
18:29 Changeset [21140] by moritz
  • t/spec/S03-operators/short-circuit.t
[spec] moved short_circuit.t to spec/, fixed POD, shortened test …
18:25 Changeset [21139] by moritz
  • t/operators/cond.t
  • t/operators/eq.t
[t] removed redundant tests
18:16 Changeset [21138] by moritz
  • t/spec/S29-list/grep.t
[spec] S29-list/grep.t fixed adverbial closure test
18:16 Changeset [21137] by moritz
  • t/spec/S03-operators/ternary.t
[spec] fudged ternary.t
18:13 Changeset [21136] by moritz
  • t/spec/S03-operators/ternary.t
[spec] fixed (aka removed) POD from ternary.t
18:11 Changeset [21135] by moritz
  • t/spec/S03-operators/ternary.t
[spec] moved ternary.t to spec/
18:05 Changeset [21134] by moritz
  • t/spec/S03-operators/repeat.t
[spec] fudged and corrected S03-operators/repeat.t
17:58 Changeset [21133] by moritz
  • t/spec/S03-operators/repeat.t
[spec] moved operators/repeat.t to t/spec/, fixed POD
17:47 Changeset [21132] by moritz
  • t/spec/S03-operators/increment.t
[spec] moved operators/inc.t to spec/. rakudo says "Null PCM access in …
17:43 Changeset [21131] by moritz
  • t/operators/inc.t
[t] operators/inc.t: shanged tests from dies_ok to eval_dies_ok
17:42 Changeset [21130] by particle
  • t/oo/from_moose
these are way out of date, and will be updated soon, so sayeth the …
16:41 Changeset [21129] by ruoso
  • v6/smop/src/p6opaque.c
  • v6/smop/test/12_p6opaque.sm0p
  • v6/smop/test/Makefile.am
[SMOP] Starting to write the test for p6opaque. Currently it is created …
00:29 Changeset [21128] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
[STD] more state propagation

06/30/08:

22:39 Changeset [21127] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
  • src/perl6/tryfile
[STD] propagate current match state down into tweaks for better error …
20:59 Changeset [21126] by pmurias
  • misc/pixie/pixie
  • misc/pixie/pixie_actions5
[pixie] sanity 1-3 works
18:11 Changeset [21125] by pmichaud
  • t/spec/S03-operators/range.t
S03-operators/range.t: Add note about use of @array as arguments to …
17:34 Changeset [21124] by pmichaud
  • t/spec/S03-operators/range.t
S03-operators/range.t: correct a syntax error, remove some #?rakudo skips
15:40 Changeset [21123] by moritz
  • t/spec/S03-operators/range.t
[spec] fudged and corrected range.t
11:50 Changeset [21122] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] be more verbose on security risks
11:31 Changeset [21121] by moritz
  • misc/evalbot/evalbot.pl
[evlbot] disable insecure command execution. pmurias++, diakopter--
11:25 Changeset [21120] by moritz
  • t/spec/S29-num/complex.t
[spec] S29-num/complex.t: fixed two tests
11:24 Changeset [21119] by pmurias
  • misc/pixie/pixie
[pixie] removed debugging leftover
11:22 Changeset [21118] by pmurias
  • misc/elfish/elfX/PrimitivesP5.pm
  • misc/elfish/elfX/elfX
  • misc/pixie/brew
[pixie] pixie uses elfX fixed to work with the newest …
09:44 Changeset [21117] by moritz
  • t/spec/S03-operators/value_equivalence.t
[spec] fudged value_equivalence.t. Rakudo now parses it, but …
09:37 Changeset [21116] by moritz
  • t/spec/S03-operators/range.t
[spec] fudged S03-operators/range.t, but needs Range.Str in Rakudo to work
05:00 Changeset [21115] by lwall
  • src/perl6/STD.pm
  • src/perl6/gimme5
  • src/perl6/tryfile
[STD] improvements to strange quote languages
04:40 Changeset [21114] by Auzon
  • t/TASKS
  • t/spec/S03-operators/range.t
  • t/spec/S03-operators/value_equivalence.t
[gsoc_spectest] reorganization and a few more tests for ===, eqv, and …

06/29/08:

23:29 Changeset [21113] by moritz
  • t/spec/S29-list/join.t
[spec] S29-list/join.t: backed tests withe quotes from TimToady?, since …
23:12 Changeset [21112] by pmichaud
  • t/spec/S04-statements/no-implicit-block.t
Fix naming of "no-implicit-block.t"
23:12 Changeset [21111] by pmichaud
  • t/spec/S04-statements/no-implict-block.t
S04-statements/no-implict-block.t: Update rakudo skip message.
21:54 Changeset [21110] by pmurias
  • misc/pixie/insert_actions
  • misc/pixie/pixie
  • misc/pixie/pixie_actions5
[pixie] moving towards passing 01-sanity/02-counter.t ;)
20:33 Changeset [21109] by pmichaud
  • t/spec/S29-list/join.t
S29-list/join.t: unskip two more tests for rakudo.
15:55 Changeset [21108] by pmichaud
  • t/spec/S29-num/abs.t
Update skip message for S29-num/abs.t .
11:08 Changeset [21107] by clkao
  • /
set the dump url for svk to bootstrap mirror with.
09:01 Changeset [21106] by lwall
  • src/perl6/STD.pm
[STD] 100%!!! STD5 now parses STD.pm (more or less correctly) in 75 sec …
06:34 Changeset [21105] by Auzon
  • t/spec/S03-operators/relational.t
[gsoc_spectest] many relational tests (checking that Bool::True or …
03:30 Changeset [21104] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
  • src/perl6/gimme5
[STD] 55%

06/28/08:

23:49 Changeset [21103] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/LazyMap.pm
  • src/perl6/STD.pm
[STD] 47%
22:45 Changeset [21102] by Auzon
  • t/spec/S02-whitespace_and_comments/minimal-whitespace.t
[gsoc_spectest] minimal whitespace test. (added 8 tests)
20:58 Changeset [21101] by pmurias
  • misc/pixie/insert_actions
  • misc/pixie/pixie
  • misc/pixie/pixie_actions5
[pixie] 01-sanity/01-tap.t passes
20:08 Changeset [21100] by pmichaud
  • t/spec/S29-array/delete.t
S29-array/delete.t: * Uncomment #?rakudo skip on ranges * Fix one …
19:18 Changeset [21099] by moritz
  • t/spec/S29-array/delete.t
[spec] delete.t: exclusive ranges are 2..4, not 2..4
19:16 Changeset [21098] by moritz
  • t/spec/S29-array/delete.t
[spec] delete.t: fix plan, improve fudging for rakudo
18:41 Changeset [21097] by moritz
  • SLAVES
[SLAVES] exp_evalbot is now called p6eval
16:41 Changeset [21096] by dolmen
  • t/spec/S29-array/delete.t
Check Array.delete with a Range argument.
15:59 Changeset [21095] by moritz
  • t/spec/S02-builtin_data_types/catch_type_cast_mismatch.t
  • t/spec/S02-builtin_data_types/flattening.t
[spec] misc: unfudged a test, modified other, marked one as unspecced
08:52 Changeset [21094] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
[STD] 23%
06:55 Changeset [21093] by lwall
  • src/perl6/STD.pm
  • src/perl6/gimme5
[STD] now gets 15% of the way through parsing itself
02:57 Changeset [21092] by lwall
  • src/perl6/Cursor5.pm
[Cursor5] more unicodification
02:46 Changeset [21091] by lwall
  • src/perl6/Cursor5.pm
[Cursor5] be slightly more unicodey on :i
02:40 Changeset [21090] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/Makefile
  • src/perl6/STD.pm
[STD5] now supports :i including in LTMish spots [STD] now (more) …
00:57 Changeset [21089] by lwall
  • src/perl6/STD.pm
[STD] removed redundant regex_ from Regex:: names
00:46 Changeset [21088] by dolmen
  • t/spec/S02-builtin_data_types/range.t
More Range tests. Rakudo TODOs: - .ACCEPTS for Range - numification of …
00:08 Changeset [21087] by pmichaud
  • t/spec/S04-declarations/multiple.t
S04-declarations/multiple.t: rakudo doesn't understand "state" yet

06/27/08:

23:03 Changeset [21086] by Auzon
  • t/TASKS
  • t/junction/associative.t
  • t/junction/misc_junctions.t
[gsoc_spectest] Added more cmp, leg, and <=> tests. Tested the values of …
22:38 Changeset [21085] by rhr
  • docs/p6types
[p6types] shuffle methods around
22:37 Changeset [21084] by pmurias
  • misc/pixie/extract_actions
  • misc/pixie/insert_actions
  • misc/pixie/pixie_actions5
[elfX] fixed simple bugs actions, simple actions insertion/extraction …
22:16 Changeset [21083] by pmurias
  • misc/pixie/extract_actions
  • misc/pixie/insert_actions
  • misc/pixie/pixie
[pixie] support for keeping arbitrary stuff inside {*} blocks and storing …
18:59 Changeset [21082] by putter
  • docs/p6types
docs/p6types: Small cleanups for r21077 - normalized foofix quoting styles …
15:53 Changeset [21081] by pmurias
  • misc/elfish/elfX/EmitSimpleP5.pm
  • misc/elfish/elfX/IRx1_FromAST.pm
  • misc/elfish/elfX/IRx1_FromAST_create.pl
[elfX] merged 21078
15:35 Changeset [21080] by pmurias
  • misc/elfish/elfX/EmitSimpleP5.pm
  • misc/elfish/elfX/elfX
[elfX] removed debugging leftover
15:07 Changeset [21079] by pmurias
  • misc/elfish/elfX/EmitSimpleP5.pm
  • misc/elfish/elfX/IRx1_Analysis.pm
  • misc/elfish/elfX/Makefile
[elfX] removed _let_end,_let_gen,Hash.dup and fixed STD_red path
08:16 Changeset [21078] by putter
  • misc/elf/elf_f
  • misc/elf/elf_f_src/EmitSimpleP5.pm
  • misc/elf/elf_f_src/IRx1_FromAST.pm
[elf_f] Added basic support for does() and roles. They are currently …
07:44 Changeset [21077] by putter
  • misc/elfish/doc_p6types
  • misc/elfish/doc_p6types/massage_p6types
  • misc/elfish/doc_p6types/output
elfish/doc_p6types: Created. Unfinished work assimilating the new …
07:19 Changeset [21076] by putter
  • misc/STD_red/std.rb
[STD_red] Added missing trait_verb:does (currently trait_auxiliary:does in …
06:10 Changeset [21075] by lwall
  • src/perl6/STD.pm
[STD] now parses 400 lines of itself in about 5 seconds
05:11 Changeset [21074] by pmichaud
  • t/spec/S03-operators/cross-metaop.t
Update #?rakudo skip messages.
05:06 Changeset [21073] by pmichaud
  • t/spec/S03-operators/context.t
Remove some #?rakudo skip markers for sigil contextualizers.
02:37 Changeset [21072] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
  • src/perl6/gimme5
[STD] some progress in finding outer $LANG correctly use feature 'say'
00:38 Changeset [21071] by moritz
  • t/builtins/my.t
[t] rewrote test in terms of eval_lives_ok, and spell-checked description
00:36 Changeset [21070] by moritz
  • t/var/my.t
[t] removed redundant test
00:29 Changeset [21069] by moritz
  • t/spec/S04-declarations/multiple.t
[spec] added tests for repeated declaration of a variable in same scope
00:29 Changeset [21068] by moritz
  • t/var/var.t
[spec] moved two tests to a different file (which will follow in next …
00:21 Changeset [21067] by moritz
  • t/spec/S04-declarations
  • t/spec/S04-declarations/implicit-parameter.t
[spec] test for $_ being treated as formal parameter of a block
00:03 Changeset [21066] by moritz
  • t/spec/S02-builtin_data_types/anon_block.t
[spec] unfudged two passing tests in anon_block.t, jonathan++ for making …

06/26/08:

23:56 Changeset [21065] by moritz
  • t/spec/S04-statements/no-implict-block.t
[spec] fudged no-implict-block.t
23:51 Changeset [21064] by moritz
  • t/spec/S04-statements/no-implict-block.t
[spec] moved no_implicit_block.t to spec/S04-statements/ (and s/_/-/g in …
23:44 Changeset [21063] by cjfields
  • t/spec/S05-transliteration/trans.t
fix test (should be a space, not underscore)
20:58 Changeset [21062] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
[Cursor5] BRACKET should restore outer language [STD] parse :my correctly
19:02 Changeset [21061] by pmurias
  • misc/elfish/elfX
  • misc/elfish/elfX/Makefile
  • misc/elfish/elfX/elfX
[elf] add elfX a unstable/less-hacky elf branch
18:57 Changeset [21060] by cjfields
  • t/spec/S05-transliteration/trans.t
more tests
18:55 Changeset [21059] by pmurias
  • misc/STD_red/prelude.rb
  • misc/STD_red/std.rb
[STD_red] fixed => handling (preclim is respected)
18:47 Changeset [21058] by pmurias
  • misc/pixie/pixie
[pixie] the --quiet option dosn't print warnings
17:41 Changeset [21057] by rhr
  • docs/p6types
[p6types] Adjust Num heirarchy, pending further clarification …
14:24 Changeset [21056] by pmichaud
  • t/spec/S29-num/int.t
Clean up fudging in S29-num/int.t .
14:21 Changeset [21055] by pmichaud
  • t/spec/S29-str/capitalize.t
  • t/spec/S29-str/lcfirst.t
Oops! Be careful of $_ interpolation in "...". (pmichaud--)
10:01 Changeset [21054] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/Makefile
  • src/perl6/STD.pm
[STD] bugs, bugs, bugs, bugs...now gets 11% through parsing itself
09:45 Changeset [21053] by pmichaud
  • t/spec/S29-num/int.t
  • t/spec/S29-str/capitalize.t
  • t/spec/S29-str/lcfirst.t
Update some skip messages in the test suite to include RT ticket numbers.
09:11 Changeset [21052] by pmichaud
  • t/spec/S29-num/complex.t
S29-num/complex.t: update #?rakudo skip markers for new passing tests
08:37 Changeset [21051] by pmichaud
  • t/spec/S29-num/rand.t
S29-num/rand.t: Update #?rakudo skip message to link to RT#56274.
06:25 Changeset [21050] by Auzon
  • t/spec/S10-packages
  • t/spec/S10-packages/README
  • t/spec/S10-packages/export.t
[gsoc_spectest] t/packages -> t/spec/S10-packages/*.t and …
04:28 Changeset [21049] by Auzon
  • util/perl6.vim
[vim syntax highlighting] fixed problems with my previous syntax …
03:25 Changeset [21048] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
[STD] package name bugs, combined package_def with role_def [Cursor5] can …
02:23 Changeset [21047] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
[STD] ws memo bug, can now get about 4000 bytes into STD.pm [Cursor5] show …
01:49 Changeset [21046] by dolmen
  • t/spec/S02-builtin_data_types/range.t
More ranges tests.
01:19 Changeset [21045] by gbacon
  • examples/network/svnbot.pl
  • ext/Net-IRC/lib/Net/IRC.pm
Make svnbot.pl run with pugs v6.2.13.5.
01:06 Changeset [21044] by dolmen
  • t/spec/S02-builtin_data_types/range.t
Moving range.t with built-ins datatypes.

06/25/08:

23:53 Changeset [21043] by moritz
  • t/spec/S29-num/rand.t
[spec] rand.t: unfudged one test, changed fudge message of other
22:52 Changeset [21042] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
[Cursor5] didn't propagate memo array correctly [STD] list and chain …
21:00 Changeset [21041] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/Makefile
  • src/perl6/STD.pm
[perl6] add Makefile [STD etc.] memoization via lang-specific positional …
20:07 Changeset [21040] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
[yap6] eliminated unnecessary deep_copy
19:59 Changeset [21039] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] \o/ successfully converted plus()/star() to iterative instead of …
18:20 Changeset [21038] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] * more inlined 'manual' memoization because apparently I can't …
17:49 Changeset [21037] by moritz
  • t/spec/S02-builtin_data_types/anon_block.t
  • t/spec/S02-builtin_data_types/array_mmd.t
  • t/spec/S02-builtin_data_types/autovivification.t
[spec] more fudging in S02-builtin_data_types/ - some if it successful
17:15 Changeset [21036] by moritz
  • t/spec/S02-builtin_data_types/array_extending.t
[spec] fudged array_extending.t
17:09 Changeset [21035] by moritz
  • t/spec/S02-builtin_data_types/nested_pairs.t
[spec] fixed nested_pairs.t - ready for spectest_regression
16:06 Changeset [21034] by diakopter
  • misc/yap6/README
[yap6] updated README
16:04 Changeset [21033] by diakopter
  • misc/yap6/Makefile.PL
[yap6] document unreadines of Makefile.PL
15:58 Changeset [21032] by moritz
  • misc/evalbot/lib/EvalbotExecuter.pm
forgot semicolon
15:57 Changeset [21031] by moritz
  • misc/evalbot/lib/EvalbotExecuter.pm
[evalbot] bump up size limit for temp files to 5MB
14:54 Changeset [21030] by moritz
  • misc/evalbot/evalbot.pl
[evalbot]: cosmetic changes
14:50 Changeset [21029] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] hopefully passing the right program now
14:49 Changeset [21028] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] more debugging aids
14:42 Changeset [21027] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] fixed previous commit
14:40 Changeset [21026] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] re-added perl6: target
14:29 Changeset [21025] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] import Scalar::Util into the right namspace
14:25 Changeset [21024] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] hopefully yap6 works again
14:13 Changeset [21023] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] it helps to use correct sub names
14:07 Changeset [21022] by moritz
  • misc/evalbot/evalbot.pl
  • misc/evalbot/lib/EvalbotExecuter.pm
[evalbot] more confusion
14:03 Changeset [21021] by moritz
  • misc/evalbot/lib/EvalbotExecuter.pm
[evalbot] confused variables
14:02 Changeset [21020] by moritz
  • misc/evalbot/lib/EvalbotExecuter.pm
[evalbot] also commit changes to the module ... :/
13:58 Changeset [21019] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] fixed first stupid thinko - more to follow
13:54 Changeset [21018] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] continued refactoring. Be impressed if this works.
12:29 Changeset [21017] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] assemble all needed data for different executers in a large …
10:12 Changeset [21016] by moritz
  • t/spec/S02-builtin_data_types/lists.t
[spec] some more fudging of lists.t
10:06 Changeset [21015] by moritz
  • t/spec/S02-builtin_data_types/lists.t
[spec] started to fudge lists.t
09:57 Changeset [21014] by moritz
  • t/spec/S02-builtin_data_types/pair.t
[spec] started to fudge pair.t - still a long way to go
09:26 Changeset [21013] by moritz
  • t/spec/S02-builtin_data_types/type.t
[spec] types.t: more fudging, and rewrote some tests in terms of dies_ok
09:16 Changeset [21012] by moritz
  • t/spec/S02-builtin_data_types/type.t
fixed intendation and curlies in type.t
09:09 Changeset [21011] by moritz
  • t/spec/S02-builtin_data_types/type.t
[spec] added Ovid++'s type check regressioin test
07:00 Changeset [21010] by Auzon
  • t/spec/S02-builtin_data_types/type.t
[gsoc_spectest] S02: Added some parameter type and return type tests …
05:23 Changeset [21009] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/LazyMap.pm
[LazyMap?] looping bug in iter() [Cursor5] stop * match when it matches …
05:18 Changeset [21008] by audreyt
  • INSTALL
* INSTALL: Document the "cabal install Pugs -fOptimize" flag. As of …
04:12 Changeset [21007] by dolmen
  • t/spec/S29-range
  • t/spec/S29-range/range.t
First commit. A few simple Range tests.
02:57 Changeset [21006] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/STD.pm
  • src/perl6/gimme5
[STD] revisions to endstmt memoization faststopper is now gone statement …
02:27 Changeset [21005] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
[yap6] cleanup of both()
02:21 Changeset [21004] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
[yap6] braino..
02:16 Changeset [21003] by diakopter
  • misc/yap6/src/bin/test
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] * yap6 now generates (and outputs only) the match tree
00:40 Changeset [21002] by moritz
  • t/spec/S02-builtin_data_types/anon_block.t
  • t/spec/S02-builtin_data_types/array_ref.t
  • t/spec/S02-builtin_data_types/bool.t
[spec] S02-builtin_data_types/* removed/replaced old kwid POD. Many …
00:35 Changeset [21001] by moritz
  • t/spec/S02-builtin_data_types/array.t
[spec] start to fudge array.t, still needs much tweaking
00:27 Changeset [21000] by Auzon
  • t/spec/S02-builtin_data_types/num.t
[gsoc_spectest] removing bad test for Complex matching Num found by …
00:21 Changeset [20999] by rhr
  • docs/p6types
[docs/p6types] All the synopses are done except S16+29

06/24/08:

23:58 Changeset [20998] by moritz
  • t/spec/S02-builtin_data_types/num.t
[spec] fudged num.t
23:31 Changeset [20997] by Auzon
  • t/data_types
  • t/spec/S02-builtin_data_types/anon_block.t
  • t/spec/S02-builtin_data_types/array.t
[gsoc_spectest] t/data_types/* -> t/spec/S02-builtin_data_types/
23:14 Changeset [20996] by Auzon
  • t/data_types/num.t
[gsoc_spectest] fixed test cases repeatedly assigning 'my $a' in the same …
22:43 Changeset [20995] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] use perl to execute pixie ;)
22:41 Changeset [20994] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] added pixie (but not yet included in perl6: target)
22:38 Changeset [20993] by pmurias
  • misc/pixie/README
[pixie] added README
22:30 Changeset [20992] by pmurias
  • misc/elf/README
  • misc/pixie
  • misc/pixie/brew
[STD] added a {*} to arglist [pixie] initial commit on pixie - it's a STD …
19:24 Changeset [20991] by Auzon
  • t/spec/S03-operators/eager_hyper.t
[gsoc_spectest] Added more tests to eager_hyper.t to check that counting …
17:15 Changeset [20990] by rhr
  • t/spec/S29-str/uc.t
[spec] S29-str/uc.t - ß -> SS is correct by Unicode 5.1.0
16:27 Changeset [20989] by rhr
  • docs/p6types
Add docs/p6types - a description of specced p6 roles, classes, and methods …
15:05 Changeset [20988] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] disregard; work-in-progress.
13:04 Changeset [20987] by moritz
  • docs/Perl6/Spec/Functions.pod
[S29] fixed signatur for polar()
12:02 Changeset [20986] by moritz
  • util/perl6.vim
[util/perl6.vim] updated builtin types to closer match S02
11:28 Changeset [20985] by moritz
  • t/TASKS
[t] re-formulated rand() tasks in TASKS
11:24 Changeset [20984] by moritz
  • t/spec/S03-operators/eager_hyper.t
[spec] fixed eager_hyper.t - $counter++; needs to go before take $_; to …
03:45 Changeset [20983] by Auzon
  • t/spec/S03-operators/eager_hyper.t
[gsoc_spectest] fixed eager_hyper.t to use gather/take as suggested by …
03:12 Changeset [20982] by diakopter
  • misc/yap6/src/bin/test
[yap6] * bin/test doesn't need 'use diagnostics' committed…
03:11 Changeset [20981] by diakopter
  • misc/yap6/src/bin/test
  • misc/yap6/src/lib/Perl6in5/Compiler/Trace.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] fixes from 'use diagnostics'
01:10 Changeset [20980] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Compiler/Trace.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] * still more speedups * slight beginnings of the opep

06/23/08:

23:04 Changeset [20979] by Auzon
  • t/TASKS
  • t/spec/S03-operators/eager_hyper.t
[gsoc_spectest] Some tests for eager and hyper (8 new tests added) Added …
21:34 Changeset [20978] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/LazyMap.pm
  • src/perl6/STD.pm
[STD] current snapshot, some things break
20:57 Changeset [20977] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * don't need 5.10 p suffix
20:52 Changeset [20976] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * less grammar recursion; more speed improvements. * memoizing …
20:34 Changeset [20975] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * a banillion more speed/memory usage premature optimizations. :)
19:20 Changeset [20974] by moritz
  • misc/evalbot/evalbot.pl
[evalbot] truncate stack traces in NQP output - we need a more …
17:17 Changeset [20973] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
[yap6] fix stupid bugs from yesterday. now that the speed is tolerable, …
12:20 Changeset [20972] by moritz
  • t/spec/S29-str/uc.t
[spec] S29-uc.t: fixed test count in fudged output
12:17 Changeset [20971] by moritz
  • t/spec/S29-str/uc.t
[spec] S29-str/uc.t * comment one test that is likely to be out of date …
09:40 Changeset [20970] by bacek
  • t/spec/S29-num/complex.t
[spec] Fix test and fudge reason in complex.t
09:18 Changeset [20969] by moritz
  • t/spec/S29-num/complex.t
[spec] finer graded fudging of complex.t
09:01 Changeset [20968] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * LOTS of performanc improvements; it's actually usable, barely.
01:17 Changeset [20967] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6]
00:15 Changeset [20966] by moritz
  • t/spec/S03-operators/assign-is-not-binding.t
[spec] fixed svn props for assign-is-not-binding.t
00:13 Changeset [20965] by moritz
  • t/spec/S03-operators/assign-is-not-binding.t
  • t/spec/S03-operators/assign.t
[spec] * moved simple tests from assign.t to assign-is-not-binding.t * …

06/22/08:

23:46 Changeset [20964] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * added 'will $phase' auxiliary traits
22:48 Changeset [20963] by pmichaud
  • t/spec/S29-num/rand.t
S29-num/rand.t: Remove out-of-spec calls to rand(10).
22:44 Changeset [20962] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * added loop/for (incl optional for bindings) * demonstrated the …
21:57 Changeset [20961] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * added conditional result binding to repeat
21:52 Changeset [20960] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * added repeat/while shapes to STD_hand
20:09 Changeset [20959] by moritz
  • t/spec/S29-str/comb.t
[spec] unfudge S29-str/comb.t (not implemented yet)
20:03 Changeset [20958] by moritz
  • t/spec/S29-num/roots.t
[spec] unfudged roots.t
19:08 Changeset [20957] by pmichaud
  • t/spec/S29-num/roots.t
S29-num/roots.t: attach RT ticket number to skipped tests
19:02 Changeset [20956] by pmurias
  • src/perl6/STD.pm
[STD] fixed EXPR: "=>" parsers correctly, list operators generate correct …
18:53 Changeset [20955] by moritz
  • t/spec/S29-num/roots.t
  • t/spec/S29-str/capitalize.t
  • t/spec/S29-str/lcfirst.t
[spec] fixed roots.t, pmichaud++ also re-fudged unicode tests which fail …
18:44 Changeset [20954] by moritz
  • t/spec/S03-operators/context.t
  • t/spec/S29-list/map.t
[spec] more unfudged tests, autounfudge++
18:36 Changeset [20953] by moritz
  • t/spec/S29-num/roots.t
[spec] fixed roots.t which I broken in previous commit
18:28 Changeset [20952] by moritz
  • t/spec/S02-literals/radix.t
  • t/spec/S03-operators/assign.t
  • t/spec/S16-unfiled/slurp.t
[spec] * unfudged quite some passing tests * fixed tests in root.t * …
15:50 Changeset [20951] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/ltm.pm
[yap6] finish rule->pattern renaming
15:48 Changeset [20950] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] * updated syntax error message to more closely match rakudo's * …
15:37 Changeset [20949] by diakopter
  • misc/yap6/INSTALL
  • misc/yap6/KUDOS
  • misc/yap6/README
[yap6] updated STATUS,KUDOS,TODO,INSTALL,README
14:43 Changeset [20948] by audreyt
  • INSTALL
* pugs-compat need not be separately installed; add upgrade instructions …
13:07 Changeset [20947] by masak
  • examples/games/card_war_game.pl
[card_war_game.pl] improved various things, both in English and in Perl 6
12:43 Changeset [20946] by masak
  • INSTALL
  • pugs-ghc681.diff
* removed pugs-ghc681.diff * added instructions to INSTALL for building …
07:14 Changeset [20945] by Auzon
  • t/TASKS
  • t/spec/S03-operators/context.t
[gsoc_spectest] fixed context.t to have the proper number of tests (now 32 …
06:56 Changeset [20944] by pmichaud
  • t/spec/S29-str/sprintf.t
S29-str/sprintf.t: Enable sprintf tests for rakudo (bacek++)
06:42 Changeset [20943] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/nonltm.pm
[yap6] adding nonltm POC grammar of first()
06:32 Changeset [20942] by diakopter
  • misc/evalbot/evalbot.pl
[yap6] fixed split('|||',) weirdness
06:19 Changeset [20941] by diakopter
  • misc/evalbot/evalbot.pl
[yap6] har; forgot I renamed sbin to bin
06:17 Changeset [20940] by diakopter
  • misc/evalbot/evalbot.pl
[yap6] tentative grammar parameter to evalbot's yap6:
06:11 Changeset [20939] by Auzon
  • t/spec/S03-operators/context.t
[gsoc_spectest] many, many context listops/function tests added. fudged to …
06:05 Changeset [20938] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/ltm.pm
[yap6] fixed thru ({*}) and nthru (binary form of ({*}) added the test …
05:48 Changeset [20937] by bacek
  • t/spec/S29-str/index.t
[spec] Fudge 4 tests for rakudo: Junction stringification is not …
05:13 Changeset [20936] by bacek
  • t/spec/S29-str/uc.t
[spec] Comment out 'force_todo'. Now it ready to include in rakudo's …
04:13 Changeset [20935] by bacek
  • t/spec/S29-str/sprintf.t
[spec] Fix typo in test
01:11 Changeset [20934] by cjfields
  • t/spec/S05-transliteration/trans.t
Add more tests, latest RT patch passes all but tr///
00:13 Changeset [20933] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] generalized the lambda-rule parser combinator generator, so lrule …

06/21/08:

20:29 Changeset [20932] by pmichaud
  • t/spec/S29-num/exp.t
S29-num/exp.t: correct skip message for rakudo
20:29 Changeset [20931] by pmichaud
  • t/spec/S29-num/roots.t
S29-num/roots.t: update error message, avoid needless eval.
20:24 Changeset [20930] by pmichaud
  • t/spec/S04-statements/try.t
S04-statements/try.t: Link #?rakudo skip to RT#56184.
18:40 Changeset [20929] by Auzon
  • docs/feather/index.html
[pugscode.org] fixed bad URL
17:24 Changeset [20928] by pmichaud
  • t/TASKS
Test suite TASKS: Conflict between S29 and rand.t
16:49 Changeset [20927] by pmichaud
  • t/spec/S04-statements/terminator.t
Add some tests for statement termination and empty statements (contributed …
12:12 Changeset [20926] by masak
  • INSTALL
corrected a few grammatical errors
05:06 Changeset [20925] by pmichaud
  • src/perl6/STD.pm
Fix typo in <radint>: <?before :> should be <?before ':'> .
04:54 Changeset [20924] by pmichaud
  • t/spec/S04-statements/try.t
S04-statements/try.t: Fix skip messages.
04:37 Changeset [20923] by pmichaud
  • t/spec/S02-literals/autoref.t
S02-literals/autoref.t: Fix rakudo skip message.
00:27 Changeset [20922] by diakopter
  • misc/yap6/src/bin
[yap6] renamed sbin to bin; pmurias++

06/20/08:

23:52 Changeset [20921] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] make statement rules parametric in StmtList?
21:19 Changeset [20920] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] fixed mandatory leading whitespace rules :/ as a consequence say 4 …
21:00 Changeset [20919] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] I think this is a safe optimization. We'll find out later.
20:53 Changeset [20918] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] <sigh>
20:39 Changeset [20917] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] re-fixed compUnit
20:33 Changeset [20916] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] added worry() and error() and warning(); modified panic() …
20:07 Changeset [20915] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] if only I had a test suite.
20:04 Changeset [20914] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] fixed lrule/blkPrms .... further.
19:58 Changeset [20913] by diakopter
  • misc/evalbot/evalbot.pl
[yap6] fixed evalbot for yap6 as 'use v6' is no longer enforced
19:54 Changeset [20912] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] *truly* fixed lrule, commalist, blkPrms, invcDecl
19:15 Changeset [20911] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
[yap6] removed alleged optimization ;)
19:09 Changeset [20910] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] fixed blkPrmsList (see above in the irc log)
16:57 Changeset [20909] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] fixed blkPrmsList
16:48 Changeset [20908] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] extended lrule to allow multiple parser args
16:07 Changeset [20907] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] added if/while/try blocks to the grammar
14:51 Changeset [20906] by pmurias
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] removed useless lrule predeclarations
14:39 Changeset [20905] by pmurias
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] removed a useless potentialy dangerous &weaken use
11:17 Changeset [20904] by pmurias
  • misc/sm0p/strip_out_actions
[sm0p] renamed strip_out_blocks to strip_out_actions
10:17 Changeset [20903] by moritz
  • t/TASKS
[t/TASKS] document need for more say() and print() tests
05:37 Changeset [20902] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] fixed regression/bug in rule(); re-enabled the POC lrule commalist; …
05:33 Changeset [20901] by putter
  • misc/elf/elf_f
  • misc/elf/elf_f_src/EmitSimpleP5.pm
  • misc/elf/elf_f_src/Prelude.pm
[elf] Minor tweaks, of Pair (moved attribute defs out of the big class …
01:14 Changeset [20900] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] incremental progress on lrule(). I *think* the only blocking …
00:04 Changeset [20899] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] some progress on lrule()

06/19/08:

23:06 Changeset [20898] by Auzon
  • util/perl6.vim
Vim syntax highlighting: Removed backticks. Attempted to add attribute …
22:21 Changeset [20897] by diakopter
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] added a function that generates functions that generate parser …
20:48 Changeset [20896] by pmurias
  • misc/sm0p/sm0p_with_actions
[sm0p] sm0p_with_actions does dump the match object unless --horizontal or …
20:16 Changeset [20895] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar/STD_hand.pm
[yap6] added short-circuiting alternation as a special case of longest …
17:39 Changeset [20894] by jnthn
  • t/spec/S12-role/mixin.t
[spectest] A couple more mixin tests, for does (R1, R2) and does …
17:12 Changeset [20893] by moritz
  • t/spec/S05-alternation/longest-alternative.t
[spec] test for longest alternation match with interpolation in regex
17:07 Changeset [20892] by moritz
  • t/spec/S05-alternation/sequential.t
[spec] tests for interpolated sequential alternations ( ||@list )
17:02 Changeset [20891] by moritz
  • t/spec/S05-alternation/sequential.t
[spec] added test for sequential alternations (||) in regexes
16:43 Changeset [20890] by jnthn
  • t/spec/S12-role/mixin.t
[spectest] Some tests for mixing in roles with 'does'.
14:19 Changeset [20889] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] another interim checkin; I should've done this in a branch…
14:18 Changeset [20888] by pmurias
  • misc/sm0p/sm0p.pm
  • misc/sm0p/sm0p_with_actions
  • misc/sm0p/strip_out_blocks
[sm0p] actions work
13:03 Changeset [20887] by moritz
  • misc/elf/elf_f
  • misc/elf/elf_f_src/Prelude.pm
[elf] infix:<xx>: return multiplied list, not the original one ;)
12:58 Changeset [20886] by moritz
  • misc/elf/elf_f
[elf] update elf_f
12:33 Changeset [20885] by moritz
  • misc/elf/elf_f_src/Prelude.pm
[elf] use method form for push() in the Prelude
12:24 Changeset [20884] by moritz
  • misc/elf/elf_f
  • misc/elf/elf_f_src/Prelude.pm
[elf] * implemented infix:<xx> in Perl 6 * fixed say. It should print …
11:36 Changeset [20883] by moritz
  • t/spec/S05-quotes
  • t/spec/S05-quotes/single-quotes.t
[spec] tests for single quotes (from from_perl6_rules)
10:57 Changeset [20882] by moritz
  • t/spec/S05-alternation/longest-alternative.t
[spec] more tests for longest alternatives in regexes
10:49 Changeset [20881] by moritz
  • t/spec/S05-alternation
  • t/spec/S05-alternation/longest-alternative.t
[spec] start adding a few regex tests. This first one tests that …
10:43 Changeset [20880] by moritz
  • misc/elf/elf_f
[elf] recompiled after implementing infix:<x>
10:37 Changeset [20879] by moritz
  • misc/elf/elf_f_src/PrimitivesP5.pm
[elf] added infix:<x>
05:22 Changeset [20878] by putter
  • misc/STD_red/gray_create.pl
  • misc/elf/README
  • misc/elf/elf_f
[elf] Elf has had two variants, only very slightly different. The default …
03:29 Changeset [20877] by putter
  • misc/elfish/elf_f_work
  • misc/elfish/elf_f_work/CLI.pm
  • misc/elfish/elf_f_work/Elf_Tokens.pm
[elf] Cleaning up elf_f_src/ . Moved some experimental files to a new …
03:13 Changeset [20876] by putter
  • misc/elf/elf_f_src/Makefile
  • misc/elfish/run-tests
  • misc/elfish/run-tests/run-tests
[elf] Cleaning up elf_f_src/ . Moved run-tests to elfish/run-tests/ . …
03:10 Changeset [20875] by putter
  • misc/STD_red/prelude.rb
[STD_red] Improve operator name handling. Unbreaks elf.
00:18 Changeset [20874] by moritz
  • t/spec/S02-magicals/pid.t
[spec] replaced kwid by pod in S02-magicals/pid.t

06/18/08:

23:43 Changeset [20873] by Auzon
  • t/spec/S02-literals/quoting.t
  • t/spec/S02-literals/radix.t
[gsoc_spectest] added more quoting tests. removed kwid from quoting.t and …
23:27 Changeset [20872] by pmurias
  • misc/sm0p/sm0p.pm
  • misc/sm0p/sm0p_dump_match
  • misc/sm0p/strip_out_blocks
[sm0p] actions are un6'ed (not run yet) updated sm0p_dump_march <alpha> is …
21:25 Changeset [20871] by Auzon
  • t/spec/S02-names_and_variables/names.t
[gsoc_spectest] added more variable name lookup tests for S02. (added 9 …
20:53 Changeset [20870] by Auzon
  • t/var/symbolic_deref.t
[gsoc_spectest] adding more tests for S02 variable name syntax. (added 2 …
18:57 Changeset [20869] by deven
  • t/spec/fudgeall
Added quotes in case fudge path has spaces. (Tested on Linux and Win32 …
18:54 Changeset [20868] by deven
  • AUTHORS
Added myself to AUTHORS file.
18:27 Changeset [20867] by Auzon
  • t/spec/S02-builtin_data_types/type.t
[gsoc_spectest] fixed function misuse spotted by moritz++
18:24 Changeset [20866] by pmichaud
  • t/spec/S29-str/comb.t
Rakudo doesn't implement comb.
18:06 Changeset [20865] by pmurias
  • src/perl6/DumpMatch.pm
removed a debuggin leftover
18:00 Changeset [20864] by pmichaud
  • t/spec/S29-str/comb.t
Use "#?rakudo 2 skip ..." instead of "#?rakudo skip 2 ..."
17:54 Changeset [20863] by moritz
  • misc/perlhints/data
[perlhints] * more data * removed =begin perlhints and =end perlhints …
17:43 Changeset [20862] by pmurias
  • misc/perlhints/data
  • src/perl6/STD.pm
moved perlhints out of STD.pm
17:32 Changeset [20861] by moritz
  • t/spec/S29-str/comb.t
[spec] fiddled a bit with comb.t
17:12 Changeset [20860] by pmurias
  • src/perl6/DumpMatch.pm
  • src/perl6/STD5_dump_match
  • src/perl6/tryfile
[STD5_dump_match] move out the actual match dumping into DumpMatch?.pm
17:06 Changeset [20859] by moritz
  • t/spec/S29-str/chop.t
[spec] fixed and fuged chop.t, patch courtesy of Raphael Descamps

06/17/08:

23:30 Changeset [20858] by diakopter
  • misc/yap6/src/lib/Perl6in5/Compiler/Parser.pm
  • misc/yap6/src/lib/Perl6in5/Compiler/Trace.pm
  • misc/yap6/src/lib/Perl6in5/Grammar.pm
[yap6] please disregard; just a check[in]point
23:30 Changeset [20857] by diakopter
  • misc/yap6/src/sbin/test
[yap6] please disregard; just a check[in]point
23:11 Changeset [20856] by pmurias
  • misc/sm0p/README
  • misc/sm0p/brew
  • misc/sm0p/strip_out_blocks
[sm0p] actions are printed out to a seperate file
23:10 Changeset [20855] by lwall
  • src/perl6/STD.pm
  • src/perl6/gimme5
[gimme5] move s/say/print/ translation to un6()
22:34 Changeset [20854] by lwall
  • src/perl6/Cursor5.pm
  • src/perl6/LazyMap.pm
  • src/perl6/STD.pm
[LazyMap?] need eager() before we reverse a lazy list
18:27 Changeset [20853] by lwall
  • t/spec/S29-num/sqrt.t
s/ok/is/ for pmichaud++
17:20 Changeset [20852] by pmurias
  • misc/elfish/elf_p
[elf] remove the elf_p branch as it's broken and has a stupid name
16:57 Changeset [20851] by lwall
  • src/perl6/STD.pm
  • src/perl6/gimme5
[STD] implement <>
15:49 Changeset [20850] by lwall
  • src/perl6/tryfile
  • src/perl6/tryfoo
[STD5] some examples of "try" programs
12:14 Changeset [20849] by pmurias
  • src/perl6/STD5_dump_match
removed debugging leftover
10:49 Changeset [20848] by pmurias
  • src/perl6/STD5_dump_match
[STD5_dump_match] filename is now optional,usefull for ./STD5_dump_match …
07:33 Changeset [20847] by putter
  • misc/elf/elf_f
  • misc/elf/elf_f_faster
  • misc/elf/elf_f_src/EmitSimpleP5.pm
[elf] foofix: operators can now be defined as multis in the prelude. The …
07:08 Changeset [20846] by pmichaud
  • t/spec/S02-builtin_data_types/type.t
S02-builtin_data_types/type.t: Add #?rakudo skip for int, num native type …
06:27 Changeset [20845] by putter
  • t/spec/S16-io/print.t
t/spec/S16-io/print.t: print a "1..12\n" plan line.
03:46 Changeset [20844] by Auzon
  • t/spec/S02-builtin_data_types/type.t
  • t/spec/S02-names_and_variables/names.t
[gsoc_spectest] new tests for S02 (types and name syntax). (added 11 …
03:34 Changeset [20843] by putter
  • misc/elf/README
  • misc/elf/TODO
  • misc/elf/elf_f
[elf] Reverted the =~ to change. Clarified the role of the list of elf …
01:27 Changeset [20842] by putter
  • misc/elfish/elf_p
[elf] Copy elf/elf_f_src to elfish/elf_p/ . An experimental fork for …
00:52 Changeset [20841] by lwall
  • src/perl6/STD.pm
[STD] accidental magical value collision at -1 in faststopper
00:49 Changeset [20840] by Auzon
  • misc/evalbot/lib/EvalbotExecuter.pm
[evalbot] last commit was just barely too long with the message length. …
00:43 Changeset [20839] by Auzon
  • misc/evalbot/lib/EvalbotExecuter.pm
[evalbot] shortened the max length slightly to keep output in one message.
00:13 Changeset [20838] by pmurias
  • misc/sm0p
  • misc/sm0p/brew
  • misc/sm0p/sm0p.pm
initial port of the sm0p grammar to gimme5 (the hack/rule engine compiles …

06/16/08: