Failing make_immutable test case. It seems that inherited "new" is just plain broken...
[gitmo/Moose.git] / t /
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
2007-09-16 Stevan Little TypeConstraint::Utils,.. now with find_or_create_type_c...
2007-09-16 Stevan Little more type system hacking and tests
2007-09-15 Stevan Little lots of more refactored goodness in the TC system
2007-09-14 Stevan Little eilaras bug fixed and tested
2007-09-14 Stevan Little complete re-organization of the test suite
2007-09-06 Stevan Little overload fix
2007-09-04 Stevan Little start of the TC refactor
2007-08-31 Shawn M Moore Improve role test coverage: with 'role1', 'role2'
2007-08-12 Stevan Little foo
2007-08-12 Stevan Little some reworkings of the Test::Moose and Moose::Util...
2007-08-10 Robert 'phaylon... search_class_by_role tests added
2007-08-10 Anders Nor Berle * s/can_role/does_role/g.
2007-08-07 Anders Nor Berle New modules
2007-08-02 Stevan Little foo
2007-07-31 Stevan Little sorry_Debolaz
2007-07-30 Stevan Little fixing required
2007-07-30 Stevan Little massive refactoring begun for Moose::Meta::Role
2007-07-24 Nathan Gray added tests which show how roll tiebreaking works when...
2007-07-03 Stevan Little adding lazy and handles to the has +foo form 0_24
2007-07-03 Stevan Little handles => A::Role
2007-07-01 Stevan Little fixing some stuff
2007-06-10 Matt S Trout fix inline constructor for hierarchy with multiple...
2007-06-08 Stevan Little bumping version and reviewing immutable changes
2007-06-02 Guillermo Roditi Immutable fix to work with new Class::MOP, and trailing...
2007-05-31 Stevan Little foop
2007-05-31 Stevan Little for mst and castaway
next