15 years agoImmutable tests for 001_basic_class_setup abandoned/test_refactor
Shawn M Moore [Thu, 2 Oct 2008 04:16:47 +0000]
Immutable tests for 001_basic_class_setup

15 years agot/010_basics/001_basic_class_setup.t
Shawn M Moore [Thu, 2 Oct 2008 04:13:55 +0000]
t/010_basics/001_basic_class_setup.t

15 years agoDepend on Moose::Test
Shawn M Moore [Thu, 2 Oct 2008 03:38:00 +0000]
Depend on Moose::Test

15 years agoBranch Moose for test refactoring
Shawn M Moore [Thu, 2 Oct 2008 03:35:15 +0000]
Branch Moose for test refactoring

15 years agoRemove the barrage for now, because we are getting weird failures
Shawn M Moore [Thu, 2 Oct 2008 03:34:07 +0000]
Remove the barrage for now, because we are getting weird failures

15 years agoa bunch more tests for the Maybe constraint that I wrote while trying to figure out...
John Napiorkowski [Tue, 30 Sep 2008 21:18:21 +0000]
a bunch more tests for the Maybe constraint that I wrote while trying to figure out the correct way to write the new Optional constraint.  Why waste them?

15 years agomake sure we can create an anon class that has a required attribute
Todd Hepler [Tue, 30 Sep 2008 15:35:47 +0000]
make sure we can create an anon class that has a required attribute
this will require the previous commit to Class::MOP
(that will become version 0.67)

15 years agoMake regexes line up nicely
Dave Rolsky [Tue, 30 Sep 2008 14:19:29 +0000]
Make regexes line up nicely

15 years agothis tests defining the same type twice
Dave Rolsky [Tue, 30 Sep 2008 14:14:37 +0000]
this tests defining the same type twice

15 years agoAdd a test case for the bug which autarch fixed in r6033
Tomas Doran [Tue, 30 Sep 2008 13:27:22 +0000]
Add a test case for the bug which autarch fixed in r6033

15 years agoRemove no longer relevant explanation of something the example no
Dave Rolsky [Mon, 29 Sep 2008 19:33:17 +0000]
Remove no longer relevant explanation of something the example no
longer shows.

15 years agoMissing an apostrophe.
Dave Rolsky [Mon, 29 Sep 2008 19:30:55 +0000]
Missing an apostrophe.

15 years agoThe sugar subs are not called as methods.
Dave Rolsky [Mon, 29 Sep 2008 14:27:20 +0000]
The sugar subs are not called as methods.

15 years agowhen loading Test::Warn, require at least 0.10
Dave Rolsky [Mon, 29 Sep 2008 14:25:37 +0000]
when loading Test::Warn, require at least 0.10

15 years agoInclude an example of how you define the sugar for Moose::Exporter
Shawn M Moore [Mon, 29 Sep 2008 00:41:17 +0000]
Include an example of how you define the sugar for Moose::Exporter

15 years agoBarrage of tests for primitive type constraints
Shawn M Moore [Sun, 28 Sep 2008 06:22:48 +0000]
Barrage of tests for primitive type constraints

15 years agochanges line for deprototype
Matt S Trout [Fri, 26 Sep 2008 20:22:04 +0000]
changes line for deprototype

15 years agoClarify nature of bug fix
Dave Rolsky [Fri, 26 Sep 2008 19:53:11 +0000]
Clarify nature of bug fix

15 years agomerged deprototype branch to trunk
Dave Rolsky [Fri, 26 Sep 2008 19:40:04 +0000]
merged deprototype branch to trunk

15 years agoOops, broke some tests when I fixed an error in M::Exporter
Dave Rolsky [Fri, 26 Sep 2008 19:39:18 +0000]
Oops, broke some tests when I fixed an error in M::Exporter

15 years agomerge trunk to deprototype branch
Dave Rolsky [Fri, 26 Sep 2008 19:36:06 +0000]
merge trunk to deprototype branch

15 years agoAdd missing space
Dave Rolsky [Thu, 25 Sep 2008 03:09:58 +0000]
Add missing space

15 years agoAdd CheckVersionsMatch step
Dave Rolsky [Thu, 25 Sep 2008 03:09:48 +0000]
Add CheckVersionsMatch step

15 years agoOops, this is Moose::Exporter, not MooseX
Dave Rolsky [Thu, 25 Sep 2008 02:21:57 +0000]
Oops, this is Moose::Exporter, not MooseX

15 years agosynopsis tweak
Todd Hepler [Wed, 24 Sep 2008 21:01:41 +0000]
synopsis tweak
(I'm pretty sure you need a ->meta there)

15 years agoFix handling of anon subtype with both constraint & message
Dave Rolsky [Mon, 22 Sep 2008 15:14:38 +0000]
Fix handling of anon subtype with both constraint & message

15 years agoRemove a bunch of hard tabs
Dave Rolsky [Mon, 22 Sep 2008 15:05:03 +0000]
Remove a bunch of hard tabs

15 years agoFirst, fix confess() so it actually exists. I don't know how
Dave Rolsky [Mon, 22 Sep 2008 15:02:40 +0000]
First, fix confess() so it actually exists. I don't know how
nothingmuch planned to implement switchign between throw_error() and
confess() here though.

15 years agoremove prototypes from type declaration sugar functions except the (&) ones
Matt S Trout [Sat, 20 Sep 2008 18:51:18 +0000]
remove prototypes from type declaration sugar functions except the (&) ones

15 years agonuke prototypes on type constraint construction and retrieval routines
Matt S Trout [Sat, 20 Sep 2008 18:38:27 +0000]
nuke prototypes on type constraint construction and retrieval routines

15 years agocreate new deprototype branch
Matt S Trout [Sat, 20 Sep 2008 18:14:22 +0000]
create new deprototype branch

15 years agoMake sure that metaclass incompat fixing doesn't touch base object class setting.
Dave Rolsky [Sat, 20 Sep 2008 14:52:12 +0000]
Make sure that metaclass incompat fixing doesn't touch base object class setting.

15 years agoupdate manifest 0.58
Dave Rolsky [Sat, 20 Sep 2008 14:33:10 +0000]
update manifest

15 years agoBe defensive against being called for a Moose::Meta::Role (which can
Dave Rolsky [Sat, 20 Sep 2008 14:30:29 +0000]
Be defensive against being called for a Moose::Meta::Role (which can
happen if we apply a trait to a role).

15 years agoTweak throw_error changes description
Dave Rolsky [Thu, 18 Sep 2008 20:19:04 +0000]
Tweak throw_error changes description

15 years agochangelog error_class
Yuval Kogman [Thu, 18 Sep 2008 16:37:56 +0000]
changelog error_class

15 years agoMore !!
Dave Rolsky [Thu, 18 Sep 2008 15:08:03 +0000]
More !!

15 years agoDocument error_class attribute.
Dave Rolsky [Thu, 18 Sep 2008 15:06:57 +0000]
Document error_class attribute.

Tweaked the metaclass reconciliation bits to account for error_class.

15 years agoAdd some MetaRole related tests for error_class. Added a test plan.
Dave Rolsky [Thu, 18 Sep 2008 15:06:30 +0000]
Add some MetaRole related tests for error_class. Added a test plan.

15 years agoDocument latest bug fix
Dave Rolsky [Thu, 18 Sep 2008 15:05:46 +0000]
Document latest bug fix

15 years agoFixed a bug where an explicitly set constructor or destructor (and now
Dave Rolsky [Thu, 18 Sep 2008 15:05:00 +0000]
Fixed a bug where an explicitly set constructor or destructor (and now
error) class would be lost if roles were applied to other metaclasses,
but not said class.

15 years agoforgot to update MANIFEST on last commit
Todd Hepler [Wed, 17 Sep 2008 15:32:54 +0000]
forgot to update MANIFEST on last commit

15 years agocheck for a valid attribute name in Moose::Meta::Role
Todd Hepler [Tue, 16 Sep 2008 22:20:58 +0000]
check for a valid attribute name in Moose::Meta::Role
added testcase for odd has() calls
squashed a warning exposed by that test in Moose::Meta::Class

15 years agoThis need to subclass Class::MOP::Method::Generated too
Dave Rolsky [Tue, 16 Sep 2008 19:05:54 +0000]
This need to subclass Class::MOP::Method::Generated too

15 years agoRun this through tidy
Dave Rolsky [Tue, 16 Sep 2008 18:44:34 +0000]
Run this through tidy

15 years agoNo need for default to be a sub when it just returns a string.
Dave Rolsky [Tue, 16 Sep 2008 18:44:05 +0000]
No need for default to be a sub when it just returns a string.

15 years agoInclude tidying.
Dave Rolsky [Tue, 16 Sep 2008 18:42:40 +0000]
Include tidying.

Load Carp

15 years agoNeed to load the error class or tests fail
Dave Rolsky [Tue, 16 Sep 2008 18:41:04 +0000]
Need to load the error class or tests fail

15 years agoadd strict & warnings, tidy
Dave Rolsky [Tue, 16 Sep 2008 18:40:01 +0000]
add strict & warnings, tidy

15 years agoremove old comment
Yuval Kogman [Tue, 16 Sep 2008 18:11:33 +0000]
remove old comment

15 years agotest last_error
Yuval Kogman [Tue, 16 Sep 2008 18:07:55 +0000]
test last_error

15 years agorename 'error' error parameter to 'last_error'
Yuval Kogman [Tue, 16 Sep 2008 18:07:42 +0000]
rename 'error' error parameter to 'last_error'

15 years agoerror_class is now the one true way
Yuval Kogman [Tue, 16 Sep 2008 17:56:51 +0000]
error_class is now the one true way

15 years agoAdd docs on how metaclass incompat is resolved
Dave Rolsky [Tue, 16 Sep 2008 14:01:26 +0000]
Add docs on how metaclass incompat is resolved

15 years agoBold the method name
Dave Rolsky [Tue, 16 Sep 2008 13:45:40 +0000]
Bold the method name

15 years agoNo need to fix metaclass incompat here, it'll be fixed when
Dave Rolsky [Tue, 16 Sep 2008 13:42:35 +0000]
No need to fix metaclass incompat here, it'll be fixed when
superclasses is called.

15 years agoupdate manifest
Dave Rolsky [Tue, 16 Sep 2008 13:40:06 +0000]
update manifest

15 years agoerror tests and fixes
Yuval Kogman [Tue, 16 Sep 2008 13:27:00 +0000]
error tests and fixes

15 years agoerror tests and fixes
Yuval Kogman [Tue, 16 Sep 2008 13:26:06 +0000]
error tests and fixes

15 years agoAdd note about conflict list
Dave Rolsky [Mon, 15 Sep 2008 20:19:05 +0000]
Add note about conflict list

15 years agoRestructure the logic here a bit
Dave Rolsky [Mon, 15 Sep 2008 20:16:52 +0000]
Restructure the logic here a bit

15 years agoRequire the next MOP
Dave Rolsky [Mon, 15 Sep 2008 17:09:14 +0000]
Require the next MOP

15 years agoAdd conflict detection for modules we know break with this release of
Dave Rolsky [Mon, 15 Sep 2008 17:07:54 +0000]
Add conflict detection for modules we know break with this release of
Moose.

15 years agoBump version for next release (soonish, I hope0
Dave Rolsky [Mon, 15 Sep 2008 16:58:27 +0000]
Bump version for next release (soonish, I hope0

15 years agoupdate manifest post-merge
Dave Rolsky [Mon, 15 Sep 2008 15:45:27 +0000]
update manifest post-merge

15 years agoChanges indentation fixup
Dave Rolsky [Mon, 15 Sep 2008 15:45:11 +0000]
Changes indentation fixup

15 years agomerge method-changes branch into trunk
Dave Rolsky [Mon, 15 Sep 2008 15:41:45 +0000]
merge method-changes branch into trunk

15 years agoMove the generation of delegation methods into MM::Method::Delegation itself.
Dave Rolsky [Mon, 15 Sep 2008 15:40:16 +0000]
Move the generation of delegation methods into MM::Method::Delegation itself.

15 years agoSmall tweaks and add jnapiorkowski's name to all his changes
Dave Rolsky [Mon, 15 Sep 2008 14:12:47 +0000]
Small tweaks and add jnapiorkowski's name to all his changes

15 years agoupdated the changelog
John Napiorkowski [Mon, 15 Sep 2008 14:09:20 +0000]
updated the changelog

15 years agomerge trunk to method-changes branch
Dave Rolsky [Mon, 15 Sep 2008 13:32:49 +0000]
merge trunk to method-changes branch

15 years agoMerge jnapiorkowski's parameterize_constructor_role branch, which
Dave Rolsky [Mon, 15 Sep 2008 13:30:53 +0000]
Merge jnapiorkowski's parameterize_constructor_role branch, which
makes it easier to build a library for structured types.

15 years agoFix docs for parameterize
Dave Rolsky [Sun, 14 Sep 2008 21:59:11 +0000]
Fix docs for parameterize

15 years agoThere's no need ot expose Parameterizable's ->parse_type_constraint
Dave Rolsky [Sun, 14 Sep 2008 21:56:49 +0000]
There's no need ot expose Parameterizable's ->parse_type_constraint
method as a public method, since it was used once, and it's return
value was passed right back into said module.

15 years agoAdd a missing space.
Dave Rolsky [Sun, 14 Sep 2008 21:51:53 +0000]
Add a missing space.

15 years agoFix method name in docs
Dave Rolsky [Sun, 14 Sep 2008 21:50:21 +0000]
Fix method name in docs

15 years agoEven more code tidying
Dave Rolsky [Sun, 14 Sep 2008 21:48:33 +0000]
Even more code tidying

15 years agoMore code tidying
Dave Rolsky [Sun, 14 Sep 2008 21:47:25 +0000]
More code tidying

15 years agoYes, I know it's a string, that's why we're parsing it ;)
Dave Rolsky [Sun, 14 Sep 2008 21:46:04 +0000]
Yes, I know it's a string, that's why we're parsing it ;)

15 years agoI'm going to take away jnapiorkowski's tab key!
Dave Rolsky [Sun, 14 Sep 2008 21:42:40 +0000]
I'm going to take away jnapiorkowski's tab key!

15 years agoTidy some funky code.
Dave Rolsky [Sun, 14 Sep 2008 21:40:35 +0000]
Tidy some funky code.

15 years agoMerge Moose trunk to parameterize_constructor_role branch
Dave Rolsky [Sun, 14 Sep 2008 21:37:56 +0000]
Merge Moose trunk to parameterize_constructor_role branch

15 years agoDoc check_metaclass_compatibility
Dave Rolsky [Sun, 14 Sep 2008 21:21:42 +0000]
Doc check_metaclass_compatibility

15 years agosuperclasses expects an array, not a reference.
Dave Rolsky [Sun, 14 Sep 2008 21:20:23 +0000]
superclasses expects an array, not a reference.

15 years agoWeaken anon class metaclasses after updating them in the CMOP cache.
Dave Rolsky [Sun, 14 Sep 2008 21:11:32 +0000]
Weaken anon class metaclasses after updating them in the CMOP cache.

15 years agoSimply fix metaclass incompat before we check if it is compat.
Dave Rolsky [Sun, 14 Sep 2008 21:04:16 +0000]
Simply fix metaclass incompat before we check if it is compat.

This fixes various weird edge cases where a metaclass object is
created and is not compat with the parent's metaclass. In particular,
this fixes the case where a class applied traits to its metaclass, and
some other class subclasses it via "use base" and not extends.

15 years agochanged made sure I properly delegate parsing the type constraint parameter string...
John Napiorkowski [Sun, 14 Sep 2008 05:32:43 +0000]
changed made sure I properly delegate parsing the type constraint parameter string to the actual type constraint, instead of try to shove everything into the utils package

15 years agoAdd description for metaclass incompat changes.
Dave Rolsky [Sun, 14 Sep 2008 02:58:49 +0000]
Add description for metaclass incompat changes.

15 years agoThese tests pass now
Dave Rolsky [Sun, 14 Sep 2008 02:57:06 +0000]
These tests pass now

15 years agoAdd comment on my voodoo line which makes all my tests pass
Dave Rolsky [Sun, 14 Sep 2008 02:56:06 +0000]
Add comment on my voodoo line which makes all my tests pass

15 years agoThere's no need for _fix_metaclass_compatibility to return anything,
Dave Rolsky [Sun, 14 Sep 2008 02:48:21 +0000]
There's no need for _fix_metaclass_compatibility to return anything,
it can just alter the reference in place.

15 years agoTest that the metaclass role we apply for My::Class10 is actually applied
Dave Rolsky [Sun, 14 Sep 2008 02:41:57 +0000]
Test that the metaclass role we apply for My::Class10 is actually applied

15 years agoFix typo in test description
Dave Rolsky [Sun, 14 Sep 2008 02:17:54 +0000]
Fix typo in test description

15 years agoMore metaclass compatibility handling.
Dave Rolsky [Sat, 13 Sep 2008 04:16:34 +0000]
More metaclass compatibility handling.

When creating a new class, fix its metaclass compatibility as well as
when extends is called. This means that classes created via
Moose::Util::MetaRole (aka new metaclasses) have their metaclass
compatibility fixed. Sounds crazy, but it basically lets combine
modules which give the caller a new metaclass (like Fey::ORM::Table)
and modules which then apply roles to the caller's metaclass (like
MX::ClassAttribute).

And hey, there's tests.

15 years agoFix the spelling of compatibility in here too.
Dave Rolsky [Sat, 13 Sep 2008 03:26:23 +0000]
Fix the spelling of compatibility in here too.

15 years agoOops, left in a conflict marker
Dave Rolsky [Sat, 13 Sep 2008 02:40:48 +0000]
Oops, left in a conflict marker

15 years agomerge trunk to method-changes branch
Dave Rolsky [Sat, 13 Sep 2008 02:38:16 +0000]
merge trunk to method-changes branch

15 years agoOn further examination, this test is bogus. If you subclass a Moose
Dave Rolsky [Fri, 12 Sep 2008 22:39:20 +0000]
On further examination, this test is bogus. If you subclass a Moose
class via "use base" and not "extends", you don't get to complain that
Moose finds a metaclass incompatibility. When you call "extends" Moose
explicitly fixes said incompatibility.

15 years agoThe super-duper fix metaclass update.
Dave Rolsky [Fri, 12 Sep 2008 22:36:04 +0000]
The super-duper fix metaclass update.

Basically, this implements the whole "if two classes differ by roles,
reconcile the roles" algorithm.

Along the way, this also fixes some bugs in
_fix_metaclass_compatibility, where it could lose things like roles on
a metaclass's attribute metaclass if the parent class's metaclass was
a subclass of said metaclass (ugh, this is hard to talk about).

15 years agoadded a method to normalize incoming type constraint names and changed how union...
John Napiorkowski [Fri, 12 Sep 2008 21:26:05 +0000]
added a method to normalize incoming type constraint names and changed how union types are named to match this, updated tests to match