Rakudo commits

RevisionAuthorDateDescription
30867moritz07 Sep 2008 18:37:30

[rakudo] tools/autounfudge.pl: add --exclude options and exclude long running
and looping tests by default

30864moritz07 Sep 2008 17:55:05

[rakudo] parse m/.../ and similar regex forms. Closes RT #57346

30861pmichaud07 Sep 2008 13:21:37

[rakudo]: Add 'fail' function.

30860pmichaud07 Sep 2008 13:14:51

[rakudo]: spectest-progress.csv update: 158 files, 3287 passing tests

30856moritz07 Sep 2008 09:09:35

[rakudo] implement Str.rindex, bacek++. Closes RT #58308
Patch courtesy by Vasily Chekalkin

30835pmichaud06 Sep 2008 17:34:07

[rakudo]: Restore Code.REJECTS, but have it set $/ like Code.ACCEPTS does.
This is a workaround until we have infix_prefix_meta_operator:<!> implemented.

30832pmichaud06 Sep 2008 16:13:32

[rakudo]: spectest-progress.csv update: 156 files, 2798 passing tests

30828pmichaud06 Sep 2008 14:25:09

[rakudo]: Revert r30815 and r30816.

30816moritz06 Sep 2008 05:47:55

[rakudo] fix POD in Code.pir

30815moritz06 Sep 2008 05:42:55

[rakudo] implement Code::REJECTS that doesn't set $/ and doesn't die.
I don't really know if that's correct, though. Will ask p6l for clarification

30813moritz06 Sep 2008 05:19:23

[rakudo] added bool.t to spectest_regression, and s/pge-tests/rx/

30799pmichaud05 Sep 2008 15:33:53

[rakudo]: Initial implementation of .defined for Object.

30797pmichaud05 Sep 2008 14:58:32

[rakudo]: Merge failthrow branch back into trunk.