Rakudo commits

RevisionAuthorDateDescription
30786coke05 Sep 2008 09:23:15

[cage] fix trailing whitespace causing smolder failures.

30785pmichaud05 Sep 2008 08:34:16

[rakudo]: spectest-progress.csv update: 157 files, 3129 passing tests

30778duff05 Sep 2008 03:32:25

Make the expressions in a loop statement optional and refactor loop_statement

30772chromatic05 Sep 2008 02:16:09

[Rakudo] Improved caller lookup algorithm in !OUTER; it's slightly more clear
this way. It also appears to clean up RT #58578 (reported by Moritz Lenz).
Neither Patrick nor I trust it completely though.

30770jonathan04 Sep 2008 17:28:02

[rakudo] Fix trailing whitespace.

30769jonathan04 Sep 2008 17:26:45

[rakudo] Free allocated memory in Perl6MultiSub, so we don't leak.

30764pmichaud04 Sep 2008 14:53:31

[rakudo]: code generated by --target=pir now runs from parrot (RT #53040)

30761moritz04 Sep 2008 14:33:47

[rakudo] add pge-tests.t to spectest_regression
The immense number of skips is mostly explained by the fact that if we
wouldn't skip > 240 tests, the test segfaults.
+307 skip, 105 todo, 333 pass

30753pmichaud04 Sep 2008 11:23:45

[rakudo]: spectest-progress.csv update: 153 files, 2707 passing tests

30751moritz04 Sep 2008 10:35:32

[rakudo] two more tests for spectest_regression

30750pmichaud04 Sep 2008 10:03:16

[rakudo]: Eliminate :immediate subs from generated output.
* Now use .loadinit() attribute of PAST::Block.

30747moritz04 Sep 2008 02:40:40

[rakudo] one more test for spectest_regression, s1n++

30740moritz03 Sep 2008 17:43:32

[rakudo] added S29-hash/exists.t to spectest_regression, chromatic++