12 years agoFix Union->parent to return the nearest common ancestor
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

12 years agoAdd some tests for a union of two unions
Dave Rolsky [Sat, 17 Sep 2011 14:40:30 +0000]
Add some tests for a union of two unions

12 years agoTest parent of ArrayRef|HashRef
Dave Rolsky [Sat, 17 Sep 2011 14:38:11 +0000]
Test parent of ArrayRef|HashRef

12 years agoMake var names consistent
Dave Rolsky [Sat, 17 Sep 2011 14:37:41 +0000]
Make var names consistent

12 years agoAdd tests for ->parent & ->parents on union type
Dave Rolsky [Sat, 17 Sep 2011 14:37:10 +0000]
Add tests for ->parent & ->parents on union type

12 years agoTidy test code
Dave Rolsky [Sat, 17 Sep 2011 14:35:27 +0000]
Tidy test code

12 years agoMake test description match what we're testing
Dave Rolsky [Sat, 17 Sep 2011 14:35:11 +0000]
Make test description match what we're testing

12 years agoDoc subtype of union bug fix in Changes
Dave Rolsky [Fri, 16 Sep 2011 14:12:37 +0000]
Doc subtype of union bug fix in Changes

12 years agoFix is_subtype_of - we cannot use ->equals
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.

12 years agoUnion types are not types of their component types
Dave Rolsky [Fri, 16 Sep 2011 14:09:43 +0000]
Union types are not types of their component types

12 years agoA union and a bare subtype of that union should report the same results for ->is_subt...
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

12 years agoDoc union type changes in Delta and Changes
Dave Rolsky [Fri, 16 Sep 2011 13:42:10 +0000]
Doc union type changes in Delta and Changes

12 years agoUnion types look at all member types when determining if they're a subtype of something
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.

12 years agoMooseX::WithCache is failing tests and hasn't been updated in a while
Dave Rolsky [Sat, 17 Sep 2011 01:27:18 +0000]
MooseX::WithCache is failing tests and hasn't been updated in a while

12 years agono need for a predeclared XS key for is_stub
Dave Rolsky [Fri, 16 Sep 2011 22:18:48 +0000]
no need for a predeclared XS key for is_stub

12 years agoDoc stub related bits in Changes
Dave Rolsky [Fri, 16 Sep 2011 15:55:08 +0000]
Doc stub related bits in Changes

12 years agoDoc is_stub method
Dave Rolsky [Fri, 16 Sep 2011 15:52:46 +0000]
Doc is_stub method

12 years agoDon't throw an error when a delegation overrides a stub
Dave Rolsky [Fri, 16 Sep 2011 15:50:00 +0000]
Don't throw an error when a delegation overrides a stub

12 years agoAdd tests for delegation overriding local methods (real and stub)
Dave Rolsky [Fri, 16 Sep 2011 15:48:40 +0000]
Add tests for delegation overriding local methods (real and stub)

12 years agoFix odd indentation
Dave Rolsky [Fri, 16 Sep 2011 15:44:52 +0000]
Fix odd indentation

12 years agoDon't warn when overriding a stub method with an accessor
Dave Rolsky [Fri, 16 Sep 2011 15:42:37 +0000]
Don't warn when overriding a stub method with an accessor

12 years agoTidy existing code
Dave Rolsky [Fri, 16 Sep 2011 15:40:27 +0000]
Tidy existing code

12 years agoAdd a Method->is_stub method and some tests for it
Dave Rolsky [Fri, 16 Sep 2011 15:39:00 +0000]
Add a Method->is_stub method and some tests for it

12 years agoAdd rt ticket for fixed bug
Dave Rolsky [Fri, 16 Sep 2011 14:57:50 +0000]
Add rt ticket for fixed bug

12 years agonote some todo item dependencies
Jesse Luehrs [Fri, 16 Sep 2011 22:12:59 +0000]
note some todo item dependencies

12 years agoactually, delay this too
Jesse Luehrs [Fri, 16 Sep 2011 22:12:14 +0000]
actually, delay this too

12 years agopush some todo stuff back to 2.06
Jesse Luehrs [Fri, 16 Sep 2011 20:00:51 +0000]
push some todo stuff back to 2.06

12 years agoPut deprecations first in the Changes listing
Dave Rolsky [Fri, 16 Sep 2011 14:14:00 +0000]
Put deprecations first in the Changes listing

12 years agoGet rid of all the bogus uses of use_ok still lurking in the code
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

12 years agoRemove MooseX::AbstractFactory - it's currently broken and seems unmaintained
Dave Rolsky [Mon, 12 Sep 2011 20:20:02 +0000]
Remove MooseX::AbstractFactory - it's currently broken and seems unmaintained

12 years agoanother todo
Jesse Luehrs [Mon, 12 Sep 2011 17:27:33 +0000]
another todo

12 years agoRemove all trailing whitespace
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

12 years agoadd EOLTests
Dave Rolsky [Wed, 7 Sep 2011 15:09:26 +0000]
add EOLTests

12 years agoAdd PodSyntaxTests plugin
Dave Rolsky [Wed, 7 Sep 2011 14:51:18 +0000]
Add PodSyntaxTests plugin

12 years agofix some pod errors
Dave Rolsky [Wed, 7 Sep 2011 14:42:31 +0000]
fix some pod errors

12 years agoAdd Test::Spelling as devel prereq
Dave Rolsky [Wed, 7 Sep 2011 04:19:58 +0000]
Add Test::Spelling as devel prereq

12 years agoRequire latest Test::DependentModules
Dave Rolsky [Tue, 6 Sep 2011 20:20:08 +0000]
Require latest Test::DependentModules

12 years agoupdate changes and delta
Jesse Luehrs [Tue, 6 Sep 2011 14:36:41 +0000]
update changes and delta

12 years agoSmall tweaks to changes file
Dave Rolsky [Tue, 6 Sep 2011 04:30:45 +0000]
Small tweaks to changes file

12 years agoIgnore CMOP's load_class & is_class_loaded
Dave Rolsky [Tue, 6 Sep 2011 04:28:42 +0000]
Ignore CMOP's load_class & is_class_loaded

12 years agotodo--
Jesse Luehrs [Tue, 6 Sep 2011 03:38:01 +0000]
todo--

12 years agobump class::load dep
Jesse Luehrs [Tue, 6 Sep 2011 03:30:02 +0000]
bump class::load dep

12 years agohandle this in package::stash
Jesse Luehrs [Tue, 6 Sep 2011 03:21:10 +0000]
handle this in package::stash

12 years agoRemove deprecation warning for CMOP::load_class ...
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

12 years agodocument deprecations in Changes & Delta
Dave Rolsky [Mon, 1 Aug 2011 02:07:05 +0000]
document deprecations in Changes & Delta

12 years agoDeprecate CMOP::{load_class, is_class_loaded, load_first_existing_class}
Dave Rolsky [Mon, 1 Aug 2011 02:03:58 +0000]
Deprecate CMOP::{load_class, is_class_loaded, load_first_existing_class}

12 years agoAdd deps on next Class::Load and Class::Load::XS
Dave Rolsky [Mon, 1 Aug 2011 01:52:43 +0000]
Add deps on next Class::Load and Class::Load::XS

12 years agoremove tests for load_class ...
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

12 years agoRemove all uses of CMOP::{load_class, is_class_loaded, load_first_existing_class...
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.

12 years agothis error message changed
Jesse Luehrs [Tue, 6 Sep 2011 03:54:55 +0000]
this error message changed

12 years agochangelog
Jesse Luehrs [Sun, 4 Sep 2011 21:31:01 +0000]
changelog

12 years agoExplicitly test each value of handles to make sure it's sane
Dave Rolsky [Thu, 1 Sep 2011 14:52:52 +0000]
Explicitly test each value of handles to make sure it's sane

12 years agoAdd test for error message from bad handles value with native traits (RT #69990)
Dave Rolsky [Thu, 1 Sep 2011 14:52:30 +0000]
Add test for error message from bad handles value with native traits (RT #69990)

12 years agochangelog/delta for shallow_clone
Ricardo Signes [Thu, 1 Sep 2011 19:51:33 +0000]
changelog/delta for shallow_clone

12 years agoadd shallow_clone to Array and Hash traits
Ricardo Signes [Thu, 1 Sep 2011 19:17:13 +0000]
add shallow_clone to Array and Hash traits

12 years agoadd authordeps for inc::ExtractInlineTests
Ricardo Signes [Thu, 1 Sep 2011 19:35:26 +0000]
add authordeps for inc::ExtractInlineTests

12 years agoclean up duck type a bunch
Jesse Luehrs [Mon, 29 Aug 2011 17:33:35 +0000]
clean up duck type a bunch

12 years agoMerge changes for stable branch
Dave Rolsky [Mon, 29 Aug 2011 16:29:18 +0000]
Merge changes for stable branch

12 years agoCredit sartak for meta_lookup feature
Dave Rolsky [Mon, 29 Aug 2011 16:28:27 +0000]
Credit sartak for meta_lookup feature

12 years agoChanges for parameterized traits bug fix
Dave Rolsky [Mon, 29 Aug 2011 16:27:52 +0000]
Changes for parameterized traits bug fix

12 years agoFix typo in test description
Dave Rolsky [Mon, 29 Aug 2011 16:24:51 +0000]
Fix typo in test description

12 years agoForeign options forbid caching of interpolated attribute metaobjects
Shawn M Moore [Mon, 22 Aug 2011 17:58:36 +0000]
Foreign options forbid caching of interpolated attribute metaobjects

    Fixes [rt.cpan.org #70419]

12 years agoAdd a test exposing [rt.cpan.org #70419]
Shawn M Moore [Mon, 22 Aug 2011 17:56:20 +0000]
Add a test exposing [rt.cpan.org #70419]

12 years agoAdd changes docs for meta_lookup feature
Dave Rolsky [Mon, 29 Aug 2011 16:10:51 +0000]
Add changes docs for meta_lookup feature

12 years agoBasic test for meta_lookup
Shawn M Moore [Mon, 22 Aug 2011 20:19:52 +0000]
Basic test for meta_lookup

12 years agoFlesh out meta_lookup doc a little more
Shawn M Moore [Mon, 22 Aug 2011 20:07:37 +0000]
Flesh out meta_lookup doc a little more

12 years agometa_lookup doc
Shawn M Moore [Mon, 22 Aug 2011 20:06:05 +0000]
meta_lookup doc

12 years agoRename meta_generator to meta_lookup
Shawn M Moore [Mon, 22 Aug 2011 20:02:21 +0000]
Rename meta_generator to meta_lookup

12 years agoFirst pass at a meta_generator option for Moose::Exporter
Shawn M Moore [Mon, 22 Aug 2011 18:39:20 +0000]
First pass at a meta_generator option for Moose::Exporter

    This vastly simplifies and perfects code in the
    MooseX::Role::Parameterized package. meta_generator lets MXRP
    future-proof against changes in Moose::Role, and gives *current*
    error messages from Moose::Role instead of continuing to produce
    the 0.60 era messages.

12 years agoTweak doc changes for role_type & class_type
Dave Rolsky [Mon, 29 Aug 2011 16:07:37 +0000]
Tweak doc changes for role_type & class_type

12 years agoImprove documentation on Moose::Util::TypConstraints "role_type" and "class_type"
Kent Fredric [Tue, 16 Aug 2011 16:03:09 +0000]
Improve documentation on Moose::Util::TypConstraints "role_type" and "class_type"

The documentation for mapping custom type-library names to class names
is a bit lacking, to the point people actually do this:

subtype 'Foo', as 'Ref', where { $_->meta->does('Class::Foo') }

instead of the simple alternative

  role_type 'Foo', { role => 'Class::Foo' }

I bump into this problem reasonably often, and each time I bump into it
I forget exactly what the right syntax is, and usually end up writing
something like

  role_type 'Foo', { does => 'Class::Foo' }

Which silently fails to do what I meant, and then doesn't work as
intended.

I then often spend time perusing much documentation and wasting much
time tracking down where exactly its documented, and finding "it isn't",
and then proceed to reading the source to find what I'm doing
wrong.

( Oddly, I manage to get better at finding the right place in the
  source to look because somehow I can remember where I looked when I
  saw it last, but I can't remember exactly what the right syntax was ).

So, this simple patch aims to improve that and hopefully at least save
many minutes of my time, and perhaps the time of dozens more people.

( its not documented in MX::Types either, if anything, if you want to
  use MX::Types, the easiest thing to do is read MUTC's documentation
  instead )

12 years agoTest duck_type under the debugger
Florian Ragwitz [Thu, 25 Aug 2011 13:35:03 +0000]
Test duck_type under the debugger

It used to only work without the debugger.

12 years agoMake the duck type constraint closure check for blessing
Florian Ragwitz [Thu, 25 Aug 2011 13:24:33 +0000]
Make the duck type constraint closure check for blessing

It's what the inlined variant already does. Synchronise with it.

12 years agoFix duck_type constraint generators
Florian Ragwitz [Thu, 25 Aug 2011 13:19:12 +0000]
Fix duck_type constraint generators

Both the regular constraint closure and its inlined variant called
Scalar::Util::all assuming that $_[0] would point to the value to be validated
within the all {} block, which of course it doesn't.

I don't know how this ever worked.

12 years agoWe work just fine with older EU::ParseXS versions
Florian Ragwitz [Wed, 24 Aug 2011 20:06:02 +0000]
We work just fine with older EU::ParseXS versions

mop.h has the right compatibility glue.

12 years agoanother todo
Jesse Luehrs [Mon, 22 Aug 2011 17:23:37 +0000]
another todo

12 years agoFix is_class_loaded on blead
Florian Ragwitz [Mon, 22 Aug 2011 00:02:17 +0000]
Fix is_class_loaded on blead

SvOK is only valid on scalars. It's pointless to call it on the result of
de-referencing an arbitrary scalar.

Blead recently made calling ->VERSION upgrade the scalar of the VERSION glob to
a version object. This broke us as SvOK(version_object) doesn't mean what we
thought it would.

Just dropping the entire SvROK branch and checking for any valid scalar in the
VERSION glob is the right thing to do here.

12 years agodon't rely on Carp::confess existing when compiling generated code
Jesse Luehrs [Sun, 21 Aug 2011 23:07:06 +0000]
don't rely on Carp::confess existing when compiling generated code

12 years agoIgnore MYMETA.json
Florian Ragwitz [Sun, 21 Aug 2011 23:06:35 +0000]
Ignore MYMETA.json

12 years agoXS() was changed to imply static linkage - adapt
Florian Ragwitz [Sun, 21 Aug 2011 23:00:21 +0000]
XS() was changed to imply static linkage - adapt

There's a new XS_EXTERNAL to provide the old XS() semantics. ExtUtils::ParseXS
3.03_02 provides XS_EXTERNAL for compatibility with older perls.

12 years agoAdd applied_attribute as a possible role metarole
Dave Rolsky [Sun, 7 Aug 2011 03:29:30 +0000]
Add applied_attribute as a possible role metarole

12 years agomore todo
Jesse Luehrs [Sat, 30 Jul 2011 23:02:50 +0000]
more todo

12 years agoadd a few more rt tickets
Jesse Luehrs [Sat, 30 Jul 2011 22:44:24 +0000]
add a few more rt tickets

12 years agoAdd a little bit on handling of broken behavior that cannot be deprecated.
Dave Rolsky [Sat, 30 Jul 2011 22:46:27 +0000]
Add a little bit on handling of broken behavior that cannot be deprecated.

12 years agoAdded a todo item for 2.04
Dave Rolsky [Sat, 30 Jul 2011 22:25:55 +0000]
Added a todo item for 2.04

12 years agochangelog
Jesse Luehrs [Tue, 26 Jul 2011 06:38:25 +0000]
changelog

12 years agoconflict on MooseX::Types::Parameterizable 0.05
Jesse Luehrs [Mon, 25 Jul 2011 17:10:16 +0000]
conflict on MooseX::Types::Parameterizable 0.05

12 years agoFix up weird indentation in code example (3-space indent?)
Dave Rolsky [Mon, 25 Jul 2011 18:16:45 +0000]
Fix up weird indentation in code example (3-space indent?)

12 years agochangelog
Jesse Luehrs [Mon, 25 Jul 2011 16:26:04 +0000]
changelog

12 years agoclean up the moose::exporter doc additions a bit
Jesse Luehrs [Mon, 25 Jul 2011 16:24:01 +0000]
clean up the moose::exporter doc additions a bit

12 years agobe a bit stricter and more consistent with tc messages
Jesse Luehrs [Mon, 25 Jul 2011 16:12:20 +0000]
be a bit stricter and more consistent with tc messages

12 years agoMention that the import method can take a into argument in
Paweł Murias [Sat, 23 Jul 2011 21:58:45 +0000]
Mention that the import method can take a into argument in
the Moose::Export documentation.

12 years agochangelog
Jesse Luehrs [Fri, 22 Jul 2011 14:31:12 +0000]
changelog

12 years agoUpdate delta for deprecation warning
Dave Rolsky [Wed, 20 Jul 2011 17:25:43 +0000]
Update delta for deprecation warning

12 years agoFix delta - we will warn for optimize_as in 2.0300, not 2.0200
Dave Rolsky [Wed, 20 Jul 2011 18:32:03 +0000]
Fix delta - we will warn for optimize_as in 2.0300, not 2.0200

12 years agodeprecate optimize_as
Dave Rolsky [Wed, 20 Jul 2011 15:12:58 +0000]
deprecate optimize_as

12 years agoinitialize the metaclass when calling ->does
Jesse Luehrs [Wed, 20 Jul 2011 15:12:41 +0000]
initialize the metaclass when calling ->does

12 years agoactually, don't just call random ->does methods we don't control
Jesse Luehrs [Wed, 20 Jul 2011 14:49:25 +0000]
actually, don't just call random ->does methods we don't control

12 years agochangelog
Jesse Luehrs [Mon, 18 Jul 2011 18:58:45 +0000]
changelog

12 years agochangelog 2.0200
Jesse Luehrs [Mon, 18 Jul 2011 18:53:13 +0000]
changelog