root/t/packages

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) @22469 [22469] 3 months azawawi [t/spec] Moved LoadCounter?.pm to t/spec/packages since it is needed by …
(edit) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21050 [21050] 7 months Auzon [gsoc_spectest] t/packages -> t/spec/S10-packages/*.t and …
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @17701 [17701] 16 months lwall s:g/err/orelse/
(edit) @16400 [16400] 20 months audreyt * autoload.t - More obsoletification of tests
(edit) @15822 [15822] 22 months unobe * updated all legacy smartlinks syntax in test suite * updated …
(edit) @14951 [14951] 2 years perlDreamer all existing smart links resolved
(edit) @14200 [14200] 2 years audreyt * t/: More unTODO following the addressOf change.
(edit) @13913 [13913] 2 years putter In t/ (mostly), converted eval_ok and eval_is to ok(eval and is(eval. The …
(edit) @13669 [13669] 2 years audreyt * scope.t: Fix incorrect plan number.
(edit) @13622 [13622] 2 years audreyt * unTODO passing tests.
(edit) @13619 [13619] 2 years audreyt * "sub ($x = 0 is copy)" is invalid; say "sub ($x is copy = 0)" instead.
(edit) @13618 [13618] 2 years audreyt * More s/main::/Main::/ fixes.
(edit) @13604 [13604] 2 years audreyt * splatty_in_caller_position.t: It's f(|@args), not f(*@args).
(edit) @13577 [13577] 2 years malon t/packages/scope.t - test temporization of variables from external …
(edit) @13422 [13422] 2 years malon t/packages/scope.t - correct tests that aren't in sync with S10/S11 - A …
(edit) @13060 [13060] 2 years trey [t/packages/require_and_use.t] Un-todo'd passing test. Changed test …
(edit) @12101 [12101] 2 years lwall Killing $?SELF.
(edit) @11852 [11852] 2 years lwall Changed ${...} forms to $(...)
(edit) @11256 [11256] 3 years Darren_Duncan updated all 539 t/*.t files so that they 'use v6-alpha;' rather than 'use …
(edit) @11196 [11196] 3 years audreyt * Sweeping change over all t/*.t t/*.pm files to make them executable with …
(edit) @10659 [10659] 3 years audreyt * ditto.
(edit) @10632 [10632] 3 years audreyt * scopt.t: correct syntax for global package.
(edit) @10622 [10622] 3 years audreyt * unTODO 15 more passing subtests.
(edit) @10550 [10550] 3 years audreyt * use_perl_6.t: fix test count
(edit) @10371 [10371] 3 years lwall closure arg requires comma
(edit) @9060 [9060] 3 years audreyt * test for the bug where lexically-imported functions will incorrectly …
(edit) @8835 [8835] 3 years audreyt * TODOize and corrected the rest of main test suite.
(edit) @8733 [8733] 3 years audreyt * Fix t/packages/scope.t to work with lexical imports.
(edit) @8692 [8692] 3 years gaal t/ - 27 tests unexpectedly succeeded. Expect more of them.
(edit) @7978 [7978] 3 years iblech * Usual svn props. * t/syntax/interpolation/strings.t: \x[42,43,44] and …
(edit) @7946 [7946] 3 years iblech * Changes to accomodate to new (r6582) S02, S03, and S06 in src/, ext/, …
(edit) @7792 [7792] 3 years iblech Per r6376 of S06: Changed ?$var to $var? and +$var to $var!. Also you can …
(edit) @7782 [7782] 3 years eric256 Still fixing cross reference links. :)
(edit) @7771 [7771] 3 years eric256 Converted all http links to use the L<" format
(edit) @7651 [7651] 3 years iblech * Usual svn props. * Added the usual she-bang lines to the non-trivial …
(edit) @7426 [7426] 3 years gaal tests for lexical exports
(edit) @7261 [7261] 3 years autrijus * marking lexical_pragmas as TODO, that is, not for this release by …
(edit) @7232 [7232] 3 years iblech * t/operators/operator_overloading.t: s/sub/multi/ in one case * …
(edit) @7090 [7090] 3 years gaal add tests asserting a module is loaded once, but &[un]?import hooks get …
(edit) @7035 [7035] 3 years gaal Lexical pragmas (WIP). See Pugs.AST.Prag. Dominus++. This doesn't work …
(edit) @6715 [6715] 3 years Darren_Duncan /t/* : replaced indenting tabs with spaces in the README file and these …
(edit) @5972 [5972] 3 years autrijus * It's now okay to use a module without &import defined in it.
(edit) @5971 [5971] 3 years autrijus * some TODOs; mutating map/grep needs a ruling
(edit) @5788 [5788] 3 years iblech Usual svn properties.
(edit) @5786 [5786] 3 years luqui r1956@jabberwock: fibonaci | 2005-07-24 06:43:57 +0000 Added an import …
(edit) @5628 [5628] 3 years iblech * t/packages/require_and_use.t -- Refactoring and tests for use and …
(edit) @5590 [5590] 3 years iblech New test testing the return values of use and …
(edit) @5511 [5511] 3 years autrijus * more TODO juggling in light of the namespace fixes.
(edit) @5483 [5483] 3 years iblech * Finished the move of pugsbugs/export.t to packages/export.t and added …
(edit) @5479 [5479] 3 years autrijus * more unTODO and TODOify
(edit) @5474 [5474] 3 years autrijus * Allow exporting into non-main packages; export.t finally fixed. :)
(edit) @5274 [5274] 4 years autrijus * unTODO, cleanup, etc collect tests.
(edit) @5199 [5199] 4 years iblech t/subroutines/currying.t, t/packages/Test.pm -- Added test for (use …
(edit) @5197 [5197] 4 years iblech * Usual svn properties added to new files in ext/ and lib/. * t/ -- …
(edit) @5130 [5130] 4 years iblech * Usual svn properties added to various new files. * Added "#ifndef …
(edit) @5112 [5112] 4 years pdcawley Started to add tests for simple reflection on symbol tables.
(edit) @5006 [5006] 4 years iblech * Added tests for the new relevations: t/var/my.t, t/oo/syntax-but.t, …
(edit) @4899 [4899] 4 years mugwump Add notes about discovered bugs ... more later
(edit) @4898 [4898] 4 years mugwump Refine as per S10; AUTOSCALAR, AUTOMETH, etc, get passed the method name …
(edit) @4845 [4845] 4 years mugwump Various (failing) tests for AUTOLOAD and related package subs
(edit) @4844 [4844] 4 years mugwump (failing) tests for %Package:: hash
(edit) @4843 [4843] 4 years iblech Added the usual svn properties to new t/packages/*.
(add) @4841 [4841] 4 years mugwump Some tests for first section of S10 (Packages)
Note: See TracRevisionLog for help on using the revision log.