Fix expected error message
[gitmo/Moose.git] / t / 070_native_traits /
2010-10-26 Dave Rolsky Test member coercion for all array delegations that...
2010-10-26 Dave Rolsky Test coercion on new hash members
2010-10-26 Dave Rolsky Make coercion on member types DWIMmy with native delega...
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-21 Karen Etheridge add another test to confirm that the coercion is run...
2010-10-21 Dave Rolsky Small formatting tweaks and remove unused code
2010-10-21 Dave Rolsky Add some whitespace
2010-10-21 Dave Rolsky Tidy code a bit
2010-10-21 Dave Rolsky Remove cruft
2010-10-21 Karen Etheridge fix test so it will actually pass, when the coercion...
2010-10-21 Karen Etheridge TODO test for RT#62351: native attribute coercion issues
2010-10-19 Jesse Luehrs expand this test a bit
2010-10-16 Dave Rolsky No need to load MetaRole here
2010-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-10-15 Jesse Luehrs test for non-lvalue instances
2010-10-07 Dave Rolsky Fix native methods which accept string to accept the...
2010-09-27 Dave Rolsky Allow overloading on arguments to native trait methods
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Add tests for coercing native Hash trait
2010-09-27 Dave Rolsky Add tests for triggers on a native Hash trait attr
2010-09-27 Dave Rolsky Tests that various subtypes are enforced for hash types
2010-09-27 Dave Rolsky Even more code path testing (add an empty trigger for...
2010-09-27 Dave Rolsky More tests for native traits to exercise all code paths
2010-09-27 Dave Rolsky More tests for Hash trait to ensure we test all code...
2010-09-27 Dave Rolsky More tests for array refs to make sure we test all...
2010-09-27 Dave Rolsky Rename so each trait is in alpha order and we have...
2010-09-27 Dave Rolsky Improve tests for Code trait
2010-09-27 Dave Rolsky Add tests for argument checking with Number trait
2010-09-27 Dave Rolsky Improve Bool trait tests
2010-09-27 Dave Rolsky Test lazy default for String trait
2010-09-27 Dave Rolsky Improve Number trait tests
2010-09-27 Dave Rolsky More tests for Hash trait
2010-09-27 Dave Rolsky Some tidying
2010-09-27 Dave Rolsky More tests for Counter trait
2010-09-27 Dave Rolsky s/page/foo/g
2010-09-27 Dave Rolsky Improve tests for Counter trait
2010-09-27 Dave Rolsky Add more test for Counter type
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Refactored native trait inlining some more - added...
2010-09-27 Dave Rolsky Add tests for coercion with native traits
2010-09-27 Dave Rolsky pushing onto undef should (and does) work
2010-09-27 Dave Rolsky Implemented inlning for all string methods.
2010-09-27 Dave Rolsky Just use Test::Moose
2010-09-27 Dave Rolsky Add some tests for trigger on array changes
2010-09-27 Dave Rolsky Remove useless load test and renumber other tests so...
2010-09-27 Dave Rolsky Fix undef warning
2010-09-27 Dave Rolsky Get these tests all passing (no more TODO)
2010-09-27 Dave Rolsky Never use die in generate code when throwing an error.
2010-09-27 Dave Rolsky Fix warnings
2010-09-27 Dave Rolsky Add tests for natatime_curried
2010-09-27 Dave Rolsky All native array methods are being inlined.
2010-09-27 Dave Rolsky All of the non-mutating array helpers are now inlined.
2010-09-27 Dave Rolsky Move all array helper tests into one .t file
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.
2010-08-11 Karen Etheridge add native hash attribute tests to confirm that set...
2010-06-07 Jesse Luehrs test array delegation edge cases
2010-03-25 Florian Ragwitz Stop Moose::Meta::Attribute::Native::Trait::Code from...
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-10-04 Jesse Luehrs fix passing args to a code execute helper (gphat++)
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
2009-09-07 2shortplanks Change documention for get and get to reflect actual...
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-04 gfx Fix a test to remove the dependency on the order of...
2009-08-20 Jesse Luehrs add a few helpful List::(More)?Utils? funcs to the...
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-20 Jesse Luehrs remove head, tail, and last as Array helpers
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs use $_ rather than $_[0] for helpers that use callbacks
2009-08-18 Jesse Luehrs rename/add a few methods on the native Array trait
2009-08-15 Hans Dieter Pearcey reverse the meaning of 'empty'
2009-08-15 Hans Dieter Pearcey add Meta:: to Attribute::Native
2009-08-03 Hans Dieter Pearcey mass renaming, including removing MethodProviders from...