Dave Rolsky [Mon, 26 Sep 2011 16:24:53 +0000]
Small tweaks to Changes to make wording consistent.
Dave Rolsky [Sat, 24 Sep 2011 04:49:51 +0000]
Clarify a change in Changes
Jesse Luehrs [Sat, 24 Sep 2011 00:02:36 +0000]
changelog
Jesse Luehrs [Fri, 23 Sep 2011 23:53:47 +0000]
version bump
Dave Rolsky [Thu, 22 Sep 2011 15:36:01 +0000]
Remove some TODO items which are now done
Jesse Luehrs [Wed, 21 Sep 2011 10:06:28 +0000]
make sure to clear the stash when anon classes are removed explicitly
Dave Rolsky [Mon, 19 Sep 2011 04:28:22 +0000]
Changes organization cleanup
Dave Rolsky [Mon, 19 Sep 2011 04:28:10 +0000]
Doc ->parents change for Union
Dave Rolsky [Mon, 19 Sep 2011 04:27:15 +0000]
Clarify that ->parents returns a list
Dave Rolsky [Sun, 18 Sep 2011 20:03:05 +0000]
Prune nytprof files from dzil operations
I was profiling dzil by building the Moose distro, and this was really skewing
my measurements!
Jesse Luehrs [Sun, 18 Sep 2011 00:25:13 +0000]
fix is_subtype_of for unregistered class types
Jesse Luehrs [Sat, 17 Sep 2011 23:01:01 +0000]
if a union type has no common ancestors, ->parent should return undef
Jesse Luehrs [Sat, 17 Sep 2011 22:36:02 +0000]
keep track of our TODO tests in the TODO file
Jesse Luehrs [Sat, 17 Sep 2011 22:35:54 +0000]
clean up some test stuff
Jesse Luehrs [Sat, 17 Sep 2011 21:54:53 +0000]
oops, fix this test
Jesse Luehrs [Sat, 17 Sep 2011 21:24:46 +0000]
this has worked for a while
Jesse Luehrs [Sat, 17 Sep 2011 21:15:56 +0000]
factor this out into a separate method
Jesse Luehrs [Sat, 17 Sep 2011 18:42:08 +0000]
simpler get_all_method_names implementation
Dave Rolsky [Sat, 17 Sep 2011 02:31:36 +0000]
Changes for UNIVERSAL change
Dave Rolsky [Sat, 17 Sep 2011 02:28:57 +0000]
Doc UNIVERSAL change in Delta
Dave Rolsky [Sat, 17 Sep 2011 02:26:55 +0000]
Ignore methods from universal when counting methods
Dave Rolsky [Sat, 17 Sep 2011 02:25:22 +0000]
Account for UNIVERSAL methods
Tweaked tests so failures are more informative.
Also replaced several uses of get_method where we really needed find_next_method_by_name
Dave Rolsky [Sat, 17 Sep 2011 02:17:24 +0000]
Expect a meta class for UNIVERSAL
Dave Rolsky [Sat, 17 Sep 2011 02:15:11 +0000]
Ignore methods from UNIVERSAL in test
Dave Rolsky [Sat, 17 Sep 2011 02:14:18 +0000]
Don't dig into meta method objects directly
Dave Rolsky [Sat, 17 Sep 2011 02:13:10 +0000]
Test that UNIVERSAL methods are found through all method introspection methods
Dave Rolsky [Sat, 17 Sep 2011 02:09:26 +0000]
UNIVERSAL methods are now part of the MOP
Dave Rolsky [Sat, 17 Sep 2011 02:07:23 +0000]
Remove comment about $TODO
Dave Rolsky [Sat, 17 Sep 2011 02:07:09 +0000]
Add parens for isa_ok
Dave Rolsky [Sat, 17 Sep 2011 02:06:54 +0000]
methods from UNIVERSAL are now wrappable
Dave Rolsky [Fri, 16 Sep 2011 22:12:10 +0000]
UNIVERSAL methods now show up in the class lists of methods
Jesse Luehrs [Sat, 17 Sep 2011 18:32:50 +0000]
changelog
Jesse Luehrs [Sat, 17 Sep 2011 18:27:06 +0000]
add some tests
Jesse Luehrs [Sat, 17 Sep 2011 18:19:23 +0000]
track implicitly created types as being created in the right place
Jesse Luehrs [Sat, 17 Sep 2011 18:05:59 +0000]
allow overriding class and role types with equivalent types
Jesse Luehrs [Sat, 17 Sep 2011 18:01:14 +0000]
record the definition location for class and role types
Jesse Luehrs [Sat, 17 Sep 2011 17:58:54 +0000]
overriding types with class_type or role_type should die too
Jesse Luehrs [Sun, 26 Sep 2010 02:34:42 +0000]
first stab (this really needs some work)
Jesse Luehrs [Sat, 17 Sep 2011 20:01:09 +0000]
be more verbose in the required method error (RT#60583)
Dave Rolsky [Fri, 16 Sep 2011 14:12:37 +0000]
Doc subtype of union bug fix in Changes
Jesse Luehrs [Sat, 17 Sep 2011 19:20:01 +0000]
haha, nothing ever did use this, did it
Jesse Luehrs [Sat, 17 Sep 2011 19:15:57 +0000]
starting from the deepest tc isn't necessary
Jesse Luehrs [Sat, 17 Sep 2011 19:10:44 +0000]
add some more explanation to the ::Delta entries
Jesse Luehrs [Sat, 17 Sep 2011 19:05:01 +0000]
parents returns a list
Dave Rolsky [Sat, 17 Sep 2011 14:49:05 +0000]
Docs changes to parent(s) for Union types in Changes and Delta
Dave Rolsky [Sat, 17 Sep 2011 14:46:03 +0000]
Fix Union->parent to return the nearest common ancestor
This lets us revert an earlier change to TC->is_subtype_of
Dave Rolsky [Sat, 17 Sep 2011 14:40:30 +0000]
Add some tests for a union of two unions
Dave Rolsky [Sat, 17 Sep 2011 14:38:11 +0000]
Test parent of ArrayRef|HashRef
Dave Rolsky [Sat, 17 Sep 2011 14:37:41 +0000]
Make var names consistent
Dave Rolsky [Sat, 17 Sep 2011 14:37:10 +0000]
Add tests for ->parent & ->parents on union type
Dave Rolsky [Sat, 17 Sep 2011 14:35:27 +0000]
Tidy test code
Dave Rolsky [Sat, 17 Sep 2011 14:35:11 +0000]
Make test description match what we're testing
Dave Rolsky [Fri, 16 Sep 2011 14:12:37 +0000]
Doc subtype of union bug fix in Changes
Dave Rolsky [Fri, 16 Sep 2011 14:11:05 +0000]
Fix is_subtype_of - we cannot use ->equals
Calling $parent->equals in is_subtype_of is broken. The parent may be a union
type, in which case it overrides $parent->equals will never return true.
However, union types override ->is_a_type_of and ->is_subtype_of to do
something sensible. Changing $parent->equals to $parent->is_a_type_of respects
that overriding and gets us sane behavior.
Dave Rolsky [Fri, 16 Sep 2011 14:09:43 +0000]
Union types are not types of their component types
Dave Rolsky [Fri, 16 Sep 2011 14:00:18 +0000]
A union and a bare subtype of that union should report the same results for ->is_subtype_of and ->is_a_type_of
Dave Rolsky [Fri, 16 Sep 2011 13:42:10 +0000]
Doc union type changes in Delta and Changes
Dave Rolsky [Fri, 16 Sep 2011 13:37:15 +0000]
Union types look at all member types when determining if they're a subtype of something
In other words, "Int|ClassName" is not a subtype of Num, but it is a subtype of Item.
Dave Rolsky [Sat, 17 Sep 2011 01:27:18 +0000]
MooseX::WithCache is failing tests and hasn't been updated in a while
Dave Rolsky [Fri, 16 Sep 2011 22:18:48 +0000]
no need for a predeclared XS key for is_stub
Dave Rolsky [Fri, 16 Sep 2011 15:55:08 +0000]
Doc stub related bits in Changes
Dave Rolsky [Fri, 16 Sep 2011 15:52:46 +0000]
Doc is_stub method
Dave Rolsky [Fri, 16 Sep 2011 15:50:00 +0000]
Don't throw an error when a delegation overrides a stub
Dave Rolsky [Fri, 16 Sep 2011 15:48:40 +0000]
Add tests for delegation overriding local methods (real and stub)
Dave Rolsky [Fri, 16 Sep 2011 15:44:52 +0000]
Fix odd indentation
Dave Rolsky [Fri, 16 Sep 2011 15:42:37 +0000]
Don't warn when overriding a stub method with an accessor
Dave Rolsky [Fri, 16 Sep 2011 15:40:27 +0000]
Tidy existing code
Dave Rolsky [Fri, 16 Sep 2011 15:39:00 +0000]
Add a Method->is_stub method and some tests for it
Dave Rolsky [Fri, 16 Sep 2011 14:57:50 +0000]
Add rt ticket for fixed bug
Jesse Luehrs [Fri, 16 Sep 2011 22:12:59 +0000]
note some todo item dependencies
Jesse Luehrs [Fri, 16 Sep 2011 22:12:14 +0000]
actually, delay this too
Jesse Luehrs [Fri, 16 Sep 2011 20:00:51 +0000]
push some todo stuff back to 2.06
Dave Rolsky [Fri, 16 Sep 2011 14:14:00 +0000]
Put deprecations first in the Changes listing
Dave Rolsky [Fri, 16 Sep 2011 13:31:56 +0000]
Get rid of all the bogus uses of use_ok still lurking in the code
Dave Rolsky [Mon, 12 Sep 2011 20:20:02 +0000]
Remove MooseX::AbstractFactory - it's currently broken and seems unmaintained
Jesse Luehrs [Mon, 12 Sep 2011 17:27:33 +0000]
another todo
Dave Rolsky [Wed, 7 Sep 2011 15:10:08 +0000]
Remove all trailing whitespace
Some packages still had a NAME header in the pod, instead of an ABSTRACT comment
Dave Rolsky [Wed, 7 Sep 2011 15:09:26 +0000]
add EOLTests
Dave Rolsky [Wed, 7 Sep 2011 14:51:18 +0000]
Add PodSyntaxTests plugin
Dave Rolsky [Wed, 7 Sep 2011 14:42:31 +0000]
fix some pod errors
Dave Rolsky [Wed, 7 Sep 2011 04:19:58 +0000]
Add Test::Spelling as devel prereq
Dave Rolsky [Tue, 6 Sep 2011 20:20:08 +0000]
Require latest Test::DependentModules
Jesse Luehrs [Tue, 6 Sep 2011 14:36:41 +0000]
update changes and delta
Dave Rolsky [Tue, 6 Sep 2011 04:30:45 +0000]
Small tweaks to changes file
Dave Rolsky [Tue, 6 Sep 2011 04:28:42 +0000]
Ignore CMOP's load_class & is_class_loaded
Jesse Luehrs [Tue, 6 Sep 2011 03:38:01 +0000]
todo--
Jesse Luehrs [Tue, 6 Sep 2011 03:30:02 +0000]
bump class::load dep
Jesse Luehrs [Tue, 6 Sep 2011 03:21:10 +0000]
handle this in package::stash
Dave Rolsky [Mon, 1 Aug 2011 15:02:47 +0000]
Remove deprecation warning for CMOP::load_class & friends, but mention that they've been removed from the docs in Changes
Dave Rolsky [Mon, 1 Aug 2011 02:07:05 +0000]
document deprecations in Changes & Delta
Dave Rolsky [Mon, 1 Aug 2011 02:03:58 +0000]
Deprecate CMOP::{load_class, is_class_loaded, load_first_existing_class}
Dave Rolsky [Mon, 1 Aug 2011 01:52:43 +0000]
Add deps on next Class::Load and Class::Load::XS
Dave Rolsky [Mon, 1 Aug 2011 01:46:05 +0000]
remove tests for load_class & friends - copied some interesting tests to the Class::Load test suite first
Dave Rolsky [Mon, 1 Aug 2011 01:30:37 +0000]
Remove all uses of CMOP::{load_class, is_class_loaded, load_first_existing_class} and use Class::Load instead.
Still need to deprecate the functions themselves and remove the tests for them.
Jesse Luehrs [Tue, 6 Sep 2011 03:54:55 +0000]
this error message changed
Jesse Luehrs [Sun, 4 Sep 2011 21:31:01 +0000]
changelog
Dave Rolsky [Thu, 1 Sep 2011 14:52:52 +0000]
Explicitly test each value of handles to make sure it's sane
Dave Rolsky [Thu, 1 Sep 2011 14:52:30 +0000]
Add test for error message from bad handles value with native traits (RT #69990)
Ricardo Signes [Thu, 1 Sep 2011 19:51:33 +0000]
changelog/delta for shallow_clone
Ricardo Signes [Thu, 1 Sep 2011 19:17:13 +0000]
add shallow_clone to Array and Hash traits