fix and test equals for various TC classes, and introduce the Enum TC class
[gitmo/Moose.git] / t /
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman equals testing for class type constraint
2008-04-12 Yuval Kogman add a test for the 'class' attribute of TC::Class
2008-04-05 Stevan Little fixing bug;
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-27 Shawn M Moore A bunch of tests for includes_type
2008-03-27 Shawn M Moore Instead of belaboring the point, make sure that "Type...
2008-03-27 Shawn M Moore Some error checks (I think it's time for a dedicated...
2008-03-27 Shawn M Moore Test for narrowing "Str | Int | ArrayRef" down to ...
2008-03-27 Shawn M Moore Failing tests for narrowing a consumed attribute's...
2008-03-27 Shawn M Moore Remove Str isa Str|ArrayRef tests (for now anyway)...
2008-03-22 Shawn M Moore Failing tests for Str and ArrayRef being subtypes of...
2008-03-22 Stevan Little moving stuff around a bit
2008-03-21 Dave Rolsky An immutable constructor called non-lazy attribute...
2008-03-20 Stevan Little adding the test
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-16 Todd Hepler tests for metaclass() export
2008-03-14 Stevan Little some changes
2008-03-14 Stevan Little adding in the ability to pass params to rebles when...
2008-03-13 Guillermo Roditi allow class_type to accept a custom message. sorry...
2008-03-11 Stevan Little tweaking formatting to match existing tests and code...
2008-03-11 Jonathan Rockway add cache attribute to M::Meta::Class->create_anon_class
2008-03-11 Jonathan Rockway add support for roles => [] option to Moose::Meta:...
2008-03-11 Stevan Little fixing sartaks test
2008-03-03 Shawn M Moore Failing make_immutable test case. It seems that inherit...
2008-02-26 Stevan Little adding in anon-enums
2008-02-24 Stevan Little has +name from role officially supported
2008-02-18 Stevan Little making handles and AUTOLOAD play a bit better
2008-02-16 Stevan Little fixing delegation
2008-02-15 Stevan Little changelog on it
2008-02-15 Stevan Little whoops
2008-02-15 Stevan Little fixing tests
2008-02-14 Stevan Little 0.37
2008-02-11 Stevan Little a bug fix and some tweaks 0_37
2008-02-07 Stevan Little tweaking tests
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-02-07 Matt S Trout failing test for two subclasses of the same non-Moose...
2008-02-07 Ricardo SIGNES cope with fixed initializer arg order in mop
2008-02-07 Ricardo SIGNES merge initializer branch, add test
2008-01-31 Stevan Little tests
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-26 Yuval Kogman init_arg can be undef
2008-01-26 Shawn M Moore Failing tests for custom type error messages. Now let...
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-23 Ash Berlin (failing) test for runtime roles and non-moose classes...
2008-01-22 Stevan Little adding another test
2008-01-22 Dave Rolsky Moose 0.34 broke the ability to make a Meta class immut...
2008-01-21 Stevan Little more tests
2008-01-21 Stevan Little tweaking test names to better VMS support
2008-01-21 Stevan Little cleaning up the traits things
2008-01-21 Yuval Kogman FileHandle also accepts IO::Handle objects
2008-01-19 Stevan Little rudementary support for attribute traits
2008-01-17 Stevan Little refactoring the parameterized type constraints
2008-01-14 Stevan Little anon-roles are now more efficient about package usage
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2008-01-13 Shawn M Moore Fix for the slightly changed rebless_instance interface
2008-01-13 Shawn M Moore Add tests to make sure the new reblessing works with...
2008-01-07 Yuval Kogman be a little more anal about when we skip certain method...
2008-01-03 Stevan Little using a little less overload stuff
2008-01-03 Stevan Little aliasing stuff
2008-01-03 Stevan Little adding in method aliasing during composition
2008-01-01 Stevan Little adding method exclusion
2007-12-31 Stevan Little moving stuff around and some cleanup
2007-12-30 Stevan Little fixing sartaks bug
2007-12-30 Stevan Little composition and the role model are now decoupled
2007-12-30 Stevan Little refactor in progress, beware (still passing all my...
2007-12-29 Yuval Kogman role overriding test
2007-12-28 Shawn M Moore Add failing! tests to ArrayRef[Int] + auto_deref
2007-12-05 Shawn M Moore Add some support for coercing to ArrayRef or HashRef...
2007-12-05 Shawn M Moore Add support for parametric containers that subtype...
2007-11-29 Stevan Little fixing a bug for Sartak
2007-11-28 Stevan Little some basic cleanup
2007-11-28 Stevan Little fixing union type constraint aliases
2007-11-26 Stevan Little fixing some bugs
2007-11-23 Stevan Little cleanup some stuff before release
2007-11-23 Stevan Little fixing stuff
2007-11-15 Guillermo Roditi bug in inlined constructor and tests 0_30 0_31
2007-11-14 Matt S Trout fix ClassName constraint to use symbol table
2007-11-14 Matt S Trout add failing test for ClassName constraint
2007-11-13 Guillermo Roditi error messgae fixes + new test
2007-11-13 Guillermo Roditi one more thing missing in new (lack of) slot initialization
2007-11-13 Guillermo Roditi builder inline accessor bug fix and new test
2007-11-13 Guillermo Roditi inlined constructor correction for lazy_build and new...
2007-10-29 Guillermo Roditi changes to lazy_build naming conventions
2007-10-26 Guillermo Roditi builder and lazy_build changes. note that this ups...
2007-10-21 Shawn M Moore Test case specifically, test script cleanup
2007-10-21 Shawn M Moore Add tests for enum
2007-10-19 Stevan Little fixing the type constraints
2007-10-12 Stevan Little confound++
2007-10-12 Hans Dieter Pearcey make it clearer why this test case matters
2007-10-12 Hans Dieter Pearcey add test that fails in 0.26; roles' require() should...
2007-09-27 Stevan Little 0.26
2007-09-25 Stevan Little Moose::POOP is back!
2007-09-18 Stevan Little s/container/parameterized/
2007-09-18 Stevan Little new and improved type notation stuff
2007-09-17 Stevan Little doc updates to use the ArrayRef[Type] syntax
next