Fix typo in test description
[gitmo/Moose.git] / t / type_constraints /
2011-06-19 Kent Fredric Improve the docs for this feature, extend the tests
2011-06-19 Kent Fredric Added union constructor tests
2011-06-19 Tomas Doran Fix error reporting in duck_type
2011-06-19 Jesse Luehrs fix tests for the deprecation stuff
2011-06-05 Karen Etheridge Also run the special Str tests on the types that descen...
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Jesse Luehrs fix up the inlining test
2011-05-17 Dave Rolsky Make sure that every type passes all its tests when...
2011-05-17 Dave Rolsky Make sure that inlining union preserves the inline env
2011-05-17 Dave Rolsky Whenever we inline a type constraint, we need to includ...
2011-05-17 Dave Rolsky Add comprehensive test for all builtin types as a simpl...
2011-05-17 Dave Rolsky Rename has_inlined_type_constraint to can_be_inlined
2011-05-17 Jesse Luehrs one more Eval::Closure use
2011-05-17 Jesse Luehrs stop using a package global for enums, just close over it
2011-05-17 Jesse Luehrs also use Eval::Closure in the test
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Dave Rolsky Add tests for a fake regex object ( bless {}, 'Regexp' )
2011-05-17 Dave Rolsky Don't disable 'once' warnings in the whole test
2011-05-17 Dave Rolsky Test that Str can handle return value of substr()
2011-05-17 Dave Rolsky Make sure that Int rejects "1\n" and "\n1" (but Num...
2011-05-17 Dave Rolsky A name-only subtype now inherits inlining from its...
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky Add a thorough test for inlining TCs, especially testin...
2011-05-17 Dave Rolsky Add inlining for union types
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
2011-05-17 Dave Rolsky Rewrite builtin type tests to test optimized, unoptimiz...
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-04-24 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-03-14 Florian Ragwitz Remove numbers from our tests