2011-10-25 |
Matt S Trout |
adjust tests to only test for truth of make_immutable... |
tree | commitdiff |
2011-10-25 |
Matt S Trout |
make make_mutable always return $self and alter tests... |
tree | commitdiff |
2011-10-22 |
Dave Rolsky |
Don't expect CMOP::Class to have a $VERSION var (when... |
tree | commitdiff |
2011-10-22 |
Dave Rolsky |
Fix test failure with Perl 5.8.8 |
tree | commitdiff |
2011-10-14 |
Dave Rolsky |
A mutable class will throw errors from inside CMOP... |
tree | commitdiff |
2011-10-14 |
Dave Rolsky |
Check that stderr is empty string, not undef |
tree | commitdiff |
2011-10-14 |
Dave Rolsky |
Add test - custom error class is causing a warning... |
tree | commitdiff |
2011-10-05 |
Ricardo Signes |
allow single-value enums |
tree | commitdiff |
2011-09-21 |
Jesse Luehrs |
make sure to clear the stash when anon classes are... |
tree | commitdiff |
2011-09-18 |
Jesse Luehrs |
fix is_subtype_of for unregistered class types |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
if a union type has no common ancestors, ->parent shoul... |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
clean up some test stuff |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
oops, fix this test |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
this has worked for a while |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Ignore methods from universal when counting methods |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Account for UNIVERSAL methods |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Expect a meta class for UNIVERSAL |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Ignore methods from UNIVERSAL in test |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Don't dig into meta method objects directly |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Test that UNIVERSAL methods are found through all metho... |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
UNIVERSAL methods are now part of the MOP |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Remove comment about $TODO |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Add parens for isa_ok |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
methods from UNIVERSAL are now wrappable |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
add some tests |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
be more verbose in the required method error (RT#60583) |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
parents returns a list |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Add some tests for a union of two unions |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Test parent of ArrayRef|HashRef |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Make var names consistent |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Add tests for ->parent & ->parents on union type |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Tidy test code |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Make test description match what we're testing |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Union types are not types of their component types |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
A union and a bare subtype of that union should report... |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Union types look at all member types when determining... |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Add tests for delegation overriding local methods ... |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Don't warn when overriding a stub method with an accessor |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Tidy existing code |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Add a Method->is_stub method and some tests for it |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Get rid of all the bogus uses of use_ok still lurking... |
tree | commitdiff |
2011-09-07 |
Dave Rolsky |
Remove all trailing whitespace |
tree | commitdiff |
2011-09-06 |
Jesse Luehrs |
handle this in package::stash |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Deprecate CMOP::{load_class, is_class_loaded, load_firs... |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
remove tests for load_class ... |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Remove all uses of CMOP::{load_class, is_class_loaded... |
tree | commitdiff |
2011-09-06 |
Jesse Luehrs |
this error message changed |
tree | commitdiff |
2011-09-04 |
Dave Rolsky |
Add test for error message from bad handles value with... |
tree | commitdiff |
2011-09-01 |
Ricardo Signes |
add shallow_clone to Array and Hash traits |
tree | commitdiff |
2011-08-29 |
Dave Rolsky |
Fix typo in test description |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Add a test exposing [rt.cpan.org #70419] |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Basic test for meta_lookup |
tree | commitdiff |
2011-07-20 |
Dave Rolsky |
deprecate optimize_as |
tree | commitdiff |
2011-07-20 |
Jesse Luehrs |
initialize the metaclass when calling ->does |
tree | commitdiff |
2011-06-25 |
Jesse Luehrs |
make Moose::Util::does_role respect overridden ->does... |
tree | commitdiff |
2011-06-19 |
Dave Rolsky |
Tidy new code |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
call all triggers in rebless_instance - tests now pass. |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
new tests for initializers and triggers on rebless_instance |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
do these tests twice, with with_immutable() |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Improve the docs for this feature, extend the tests |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Added union constructor tests |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
tests and changelog |
tree | commitdiff |
2011-06-19 |
Chris Prather |
initialize a metaclass when trying to apply all roles |
tree | commitdiff |
2011-06-19 |
Tomas Doran |
Fix error reporting in duck_type |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
fix tests for the deprecation stuff |
tree | commitdiff |
2011-06-17 |
Jesse Luehrs |
move eval_environment for constructors to the metaclass |
tree | commitdiff |
2011-06-16 |
Jesse Luehrs |
make sure the correct delegation name is used in errors |
tree | commitdiff |
2011-06-16 |
Dave Rolsky |
Add some tests for array traits to make sure it doesn... |
tree | commitdiff |
2011-06-16 |
Dave Rolsky |
Tweak test description and tidy code |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
better accessor context descriptions in general |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
test for hash accessor bug (rt 68837) |
tree | commitdiff |
2011-06-13 |
Karen Etheridge |
addition of first_index to the native Array trait. |
tree | commitdiff |
2011-06-05 |
Karen Etheridge |
Also run the special Str tests on the types that descen... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
tests for closing over stuff |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop closing over the method metaobject |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Wrap all TC inlining in parens and a do { } block |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
fix up the inlining test |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that every type passes all its tests when... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that inlining union preserves the inline env |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Whenever we inline a type constraint, we need to includ... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add comprehensive test for all builtin types as a simpl... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Rename has_inlined_type_constraint to can_be_inlined |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
one more Eval::Closure use |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop using a package global for enums, just close over it |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
also use Eval::Closure in the test |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
more readable inlined code |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add tests for a fake regex object ( bless {}, 'Regexp' ) |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Don't disable 'once' warnings in the whole test |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Test that Str can handle return value of substr() |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that Int rejects "1\n" and "\n1" (but Num... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
A name-only subtype now inherits inlining from its... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Drop optimized subs for all builtins - instead use... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add a thorough test for inlining TCs, especially testin... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add inlining for union types |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
All TC objects (except unions) now have inlining code... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add tests for un-parameterized Maybe |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Rewrite builtin type tests to test optimized, unoptimiz... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
All non-parameterized types now have inlining code |
tree | commitdiff |
2011-05-15 |
Dave Rolsky |
Add parens around qw() to avoid warning with 5.14 |
tree | commitdiff |
2011-05-13 |
Jesse Luehrs |
more tests |
tree | commitdiff |
next |