root/t/blocks

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24767 [24767] 4 days moritz [t] and [t/spec] * more tests for slurpy args + is copy/is rw * moved …
(edit) @24553 [24553] 3 weeks moritz [t] and [t/spec] * more smartlinks * moved …
(edit) @24278 [24278] 4 weeks moritz [t] move a hash test to spec/
(edit) @24268 [24268] 4 weeks moritz [t/spec] move currying tests to t/spec
(edit) @24181 [24181] 5 weeks moritz [t] move blocks/closure.t to spec/
(edit) @24180 [24180] 5 weeks moritz [t] move blocks/defaults.t to spec/, add one test
(edit) @24178 [24178] 5 weeks moritz [t] move blocks/sub_arg_errors.t to spec/, with some corrections
(edit) @22747 [22747] 3 months lwall [currying.t] move misplaced optional parameter to end (only used by name …
(edit) @22623 [22623] 3 months lwall [t/] no more unpacking hash parameters, s/ceil/ceiling/
(edit) @22514 [22514] 3 months moritz [t] move some tests to spec/, re-worked pre-post.t, some minor corrections …
(edit) @22415 [22415] 4 months moritz [t] merge blocks/implicit_parameters.t into spec/
(edit) @22408 [22408] 4 months moritz [t/spec] moved multi_named_vs_pos.t to spec/
(edit) @22407 [22407] 4 months moritz [t] cleaned up multi_named_vs_pos.p * removed try { } blocks that …
(edit) @22399 [22399] 4 months moritz [t] closure.t uses different quoting delimiter, to eliminate the …
(edit) @22371 [22371] 4 months moritz [t] (kinda) fix code_blocks_as_sub_args.t
(edit) @22193 [22193] 4 months moritz [t] moved check.t to spec/, simplified a bit
(edit) @22152 [22152] 4 months moritz [t] move sub_return_values.t to spec, corrected isa_ok calls to use type …
(edit) @22149 [22149] 4 months moritz [t] merged blocks/slurpy_param.t into spec/
(edit) @22148 [22148] 4 months moritz [t] merged blocks/splatty_with_type.t into spec/
(edit) @22147 [22147] 4 months moritz [t] move blocks/splat_rw.t to spec/
(edit) @22146 [22146] 4 months moritz [t] moved goto.t to spec/
(edit) @22143 [22143] 4 months moritz [t] delete merged test; should have been done in r22142 already.
(edit) @22142 [22142] 4 months moritz [t] moved tests around, merged single test into another file
(edit) @22140 [22140] 4 months moritz [t] moved loopscope.t to spec/, simplfied a bit
(edit) @22126 [22126] 4 months moritz [t] moved sub_parameter_traits to spec/
(edit) @22088 [22088] 4 months moritz [t] moved blocks/pointy.t to spec/
(edit) @22086 [22086] 4 months moritz [t] moved blocks/recurse.t to spec/
(edit) @22085 [22085] 4 months moritz [t] simplified blocks/recurse.t a bit, used is() instead of ok()
(edit) @21997 [21997] 5 months moritz [t] more rewrite of try { ... }; ok($!) to dies_ok
(edit) @21902 [21902] 5 months Auzon [gsoc_spectest] moved sub_named_params.t content to …
(edit) @21749 [21749] 5 months lwall [STD and t/] various bugs, STD now parses 96% of t/
(edit) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21580 [21580] 6 months moritz [spec] moved blocks/multi_sub.t to spec/
(edit) @21422 [21422] 6 months Auzon [gsoc_spectest] added tests to return.t and fudged for rakudo. (added 6 …
(edit) @21251 [21251] 6 months moritz [t] more TODO
(edit) @21242 [21242] 6 months moritz [spec] moved blocks/dollar_underscore.t to spec/
(edit) @21241 [21241] 6 months moritz [t/block] more POD changing, and a few vim mode lines
(edit) @21240 [21240] 6 months moritz [spec] move blocks/placeholders.t to spec/, Tene++ for such a nice test …
(edit) @21234 [21234] 6 months moritz [t] lots of POD corrections and minor improvements in t/blocks/
(edit) @20534 [20534] 8 months moritz t/blocks/pointy.t when compilation of an eval() fails, rely on $!, not on …
(edit) @20525 [20525] 8 months putter t/blocks/pointy.t: -> { $a, $b } is illegal.
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @20420 [20420] 8 months moritz set svn properties on all .t files below t/ find t/ -type -f name '*.t' | …
(edit) @20411 [20411] 8 months tene Add a test of all the different placeholder var types together.
(edit) @20400 [20400] 8 months putter t/blocks/return.t: added two ;'s to properly terminate statements. Per …
(edit) @19206 [19206] 13 months ferreira r197@dracma: perl | 2007-12-13 10:13:54 -0200 another plan fixed
(edit) @17183 [17183] 18 months bcmb Correct smart links in several test scripts
(edit) @16574 [16574] 20 months moritz t/blocks/lvalue_subroutines.t: fixed two brainos that prevented it …
(edit) @16406 [16406] 20 months audreyt * implicit_parameters.t: Contrary to what this test says, {42} does not …
(edit) @16369 [16369] 20 months audreyt * dollar_underscore.t: Chase spec r14356: Simplified -> binding not to …
(edit) @16295 [16295] 20 months rhr Fixes to t/blocks/sub_named_params.t
(edit) @16286 [16286] 20 months rhr Add tests for foo(:x, :x) and foo(:x, (:x)) type stuff
(edit) @15822 [15822] 22 months unobe * updated all legacy smartlinks syntax in test suite * updated …
(edit) @15715 [15715] 22 months audreyt * Change everything from .goto to .nextwith.
(edit) @15713 [15713] 22 months audreyt more unTODO
(edit) @15686 [15686] 22 months audreyt * unTODO.
(edit) @15665 [15665] 22 months audreyt * multi_named_vs_pos.t: unTODO
(edit) @15623 [15623] 22 months audreyt more unTODO.
(edit) @15622 [15622] 22 months audreyt * multi_named_vs_pos.t: unTODO.
(edit) @15621 [15621] 22 months audreyt * splat_rw.t: "sub f (*@x is rw)" is now specced to work, not to fail. …
(edit) @15564 [15564] 22 months audreyt * meth_vs_sub_call.t: Again, "meth $obj" without a trailing colon no …
(edit) @15563 [15563] 22 months audreyt * multi_sub.t: the proto erroneously restricted the following multi.
(edit) @14963 [14963] 2 years diakopter fixing bad smartlink for goto.t
(edit) @14946 [14946] 2 years perlDreamer refix point block smartlink
(edit) @14945 [14945] 2 years perlDreamer fixed broken smarklink that used to refer to mandatory plus instead of …
(edit) @14944 [14944] 2 years perlDreamer fix broken smartlink about prefixes
(edit) @14943 [14943] 2 years perlDreamer fix broken smartlink and tests that were removed
(edit) @14938 [14938] 2 years masak [t/blocks/goto.t] * two non-passing tests marked :todo<feature>
(edit) @14934 [14934] 2 years lwall Retargeted links that moved from S06 to S02.
(edit) @14928 [14928] 2 years lwall change call to callsame/callwith/nextsame/nextwith
(edit) @14916 [14916] 2 years Nei * bah >_>
(edit) @14915 [14915] 2 years Nei * [t/blocks/goto.t] Added quotes to the goto 'label' as pointed out by …
(edit) @14914 [14914] 2 years Nei * Test for goto LABEL
(edit) @14757 [14757] 2 years avar * Fixed more smartlinks
(edit) @14564 [14564] 2 years cmeyer tests for &statement_control:<>
(edit) @14485 [14485] 2 years audreyt * meth_vs_sub_call.t: Fix plan number.
(edit) @14484 [14484] 2 years raptor adding tests for method vs sub call (S12)
(edit) @14471 [14471] 2 years raptor rm named_subs.t
(edit) @14470 [14470] 2 years raptor rename named_subs to scoped_named_subs
(edit) @14469 [14469] 2 years raptor added package-scoped named subs tests
(edit) @14446 [14446] 2 years raptor Added smartlink, hope this is the correct way of doing it ;)
(edit) @14445 [14445] 2 years raptor Adding test for named subs as specified by …
(edit) @14245 [14245] 2 years audreyt * More .keys.sort.
(edit) @14181 [14181] 2 years audreyt * currying.t: unTODO the passing test that tests you can't curry a …
(edit) @14180 [14180] 2 years audreyt * t/blocks/multi_named_vs_pos.t: unTODO several test, and mark the rest …
(edit) @14174 [14174] 2 years audreyt * multidimensional_arglists.t: unTODO the passing tests.
(edit) @13913 [13913] 2 years putter In t/ (mostly), converted eval_ok and eval_is to ok(eval and is(eval. The …
(edit) @13868 [13868] 2 years audreyt * t/blocks/return_function.t: TODO for this release.
(edit) @13865 [13865] 2 years audreyt * splatty_in_caller_position.t: unTODO, smartlink, etc.
(edit) @13845 [13845]