Shawn M Moore [Sun, 14 Jun 2009 21:23:55 +0000]
This fails with older Moose. Not sure which version, but it's just a test
Tokuhiro Matsuno [Wed, 10 Jun 2009 04:57:29 +0000]
added Mouse->init_meta
Tokuhiro Matsuno [Tue, 9 Jun 2009 07:04:18 +0000]
Mouse code has a lot of '{' and '}', q{} is dangerous.
perl interpreter confused by q{}.
heredoc is more safety.
Tokuhiro Matsuno [Tue, 9 Jun 2009 06:33:07 +0000]
construct_instance is obsolated, use construct_instance instead
Tokuhiro Matsuno [Tue, 9 Jun 2009 06:18:36 +0000]
update the test code from latest moose repo
Tokuhiro Matsuno [Tue, 9 Jun 2009 03:57:45 +0000]
latest moose inlining destructor by default
Shawn M Moore [Wed, 27 May 2009 20:57:45 +0000]
Bump to 0.24
Shawn M Moore [Wed, 27 May 2009 20:52:32 +0000]
0.23 date
Shawn M Moore [Wed, 27 May 2009 03:20:49 +0000]
mro::get_linear_isa -> Mouse::Util::get_linear_isa
Shawn M Moore [Wed, 27 May 2009 00:11:40 +0000]
Changes
Shawn M Moore [Wed, 27 May 2009 00:10:25 +0000]
If the metaclass has been collected, use mro::linearized_isa directly
(fix by doy stolen from Moose)
Shawn M Moore [Wed, 27 May 2009 00:10:19 +0000]
Mouse::class_of
Chris Prather [Mon, 4 May 2009 17:12:47 +0000]
add minimum version for Test::More and Test::Exception so that we at least test the same standards as Moose
Chris Prather [Mon, 4 May 2009 17:03:16 +0000]
set perl version to 5.008 and document 5.6.2 bugs in POD
Shawn M Moore [Tue, 21 Apr 2009 07:30:58 +0000]
Bump to 0.23
Shawn M Moore [Tue, 21 Apr 2009 07:28:55 +0000]
0.22 Changes
Shawn M Moore [Wed, 15 Apr 2009 20:57:26 +0000]
Make sure that role overrides work as specced
Shawn M Moore [Wed, 15 Apr 2009 06:41:36 +0000]
Use $value instead of $_ in the constructor, since $_ is getting
clobbered
Shawn M Moore [Wed, 15 Apr 2009 06:37:39 +0000]
Clean up verify_against_type_constraint
Tokuhiro Matsuno [Mon, 13 Apr 2009 07:35:59 +0000]
bug fixed. test is very important things!
Klass->does_role should check the parent classes.
Tokuhiro Matsuno [Mon, 13 Apr 2009 07:33:49 +0000]
added workaround for autogenerated Moose test
Shawn M Moore [Sat, 11 Apr 2009 17:57:40 +0000]
Bump to 0.22
Shawn M Moore [Sat, 11 Apr 2009 17:53:32 +0000]
0.21 date
Shawn M Moore [Sat, 11 Apr 2009 17:51:59 +0000]
Update Changes
Tokuhiro Matsuno [Sat, 11 Apr 2009 16:28:47 +0000]
added typeconstraint's customizable error message support.
Tokuhiro Matsuno [Sat, 11 Apr 2009 15:44:24 +0000]
tckect #42992: Method modifiers affect all classes in the whole inheritance tree
was resolved by patch from gfx++
Tokuhiro Matsuno [Sat, 11 Apr 2009 15:25:44 +0000]
Moose says 'The clone_instance method has been made private. The public version is deprecated.'
we don't mention this method. remove test.
Tokuhiro Matsuno [Sat, 11 Apr 2009 15:15:53 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Mouse
Conflicts:
Changes
markstos [Sat, 11 Apr 2009 12:42:19 +0000]
eep, don't advise contacting nothingmuch directly for a commit bit.
markstos [Sat, 11 Apr 2009 11:50:08 +0000]
Improve documentation for type constraints.
markstos [Sat, 11 Apr 2009 11:19:54 +0000]
Document address of the public git repo.
Tokuhiro Matsuno [Sat, 11 Apr 2009 11:17:01 +0000]
Mouse 0.21 Changes
Tokuhiro Matsuno [Sat, 11 Apr 2009 11:08:50 +0000]
fixed pod mark up bug. and added Test::Pod test.
https://rt.cpan.org/Public/Bug/Display.html?id=44928
Tokuhiro Matsuno [Sat, 11 Apr 2009 11:05:05 +0000]
compatibility test is generating automatically.ignore it.
Joel Bernstein [Fri, 10 Apr 2009 21:04:00 +0000]
Fix test failures when user does not have C::Method::Modifiers(::Fast) installed
Tokuhiro Matsuno [Fri, 10 Apr 2009 04:49:19 +0000]
class-mop says 'The compute_all_applicable_attributes method has been deprecated.'
Shawn M Moore [Fri, 10 Apr 2009 00:23:09 +0000]
Bump to 0.21
Shawn M Moore [Fri, 10 Apr 2009 00:14:57 +0000]
Be more damning of Mouse, more Squirrel deprecation
Shawn M Moore [Fri, 10 Apr 2009 00:08:09 +0000]
Deprecate Squirrel
Shawn M Moore [Fri, 10 Apr 2009 00:06:59 +0000]
Add wu-lee to authors
Shawn M Moore [Fri, 10 Apr 2009 00:02:42 +0000]
More 0.20 changes
Shawn M Moore [Thu, 9 Apr 2009 23:55:38 +0000]
Move 0.20 changes into the right section
Shawn M Moore [Wed, 1 Apr 2009 03:44:01 +0000]
throws_ok -> todo
Yuval Kogman [Thu, 9 Apr 2009 11:10:44 +0000]
get_all_attributes
Tokuhiro Matsuno [Tue, 7 Apr 2009 02:47:18 +0000]
fixed test count
wu-lee [Mon, 6 Apr 2009 17:10:16 +0000]
Added Changes note about metaclass accessors.
wu-lee [Mon, 6 Apr 2009 17:08:11 +0000]
Added metaclass cache accessor methods (straight from Class::MOP).
Mainly convenient to me for finding classes to ->make_immutable.
wu-lee [Mon, 6 Apr 2009 14:32:37 +0000]
Whoops. This should have been included in the previous commit.
wu-lee [Mon, 6 Apr 2009 14:29:40 +0000]
Added latest bugfix to Changes.
wu-lee [Mon, 6 Apr 2009 14:28:18 +0000]
Fixed bug in the immutable constructor. It now redispatches to
Mouse::Object->new if the invoking class is not the one it was
contructed for, as Moose's implementation does. Test case included.
wu-lee [Mon, 6 Apr 2009 10:32:16 +0000]
Changes to date added for wu-lee.
Tokuhiro Matsuno [Mon, 6 Apr 2009 02:30:46 +0000]
added benchmark script for C::A::Fast
Tokuhiro Matsuno [Sat, 4 Apr 2009 16:12:58 +0000]
do not create a copy of argument, if not needed
wu-lee [Fri, 3 Apr 2009 17:21:15 +0000]
Added test for the correct application order when multiple coercions
exist for a single attribute, which was fixed in an earlier commit.
wu-lee [Fri, 3 Apr 2009 16:30:37 +0000]
Added test for the correct BUILD order after immutable-ising a class.
wu-lee [Fri, 3 Apr 2009 12:38:03 +0000]
Fixed a bug in the compiled constructor - it was invoking BUILD
methods in the reverse order.
wu-lee [Thu, 2 Apr 2009 14:13:46 +0000]
Type coercions should be added to the front of the list in
$COERCE_KEYS{$name}, not the back. This ensures they are checked in
the correct order (as supplied in the declaration).
wu-lee [Wed, 1 Apr 2009 17:23:30 +0000]
Adjusted default 'isa' typeconstraint construction to check if the
specified type name is a known role, and constrain with 'does' instead
of 'isa' if it is. This brings Mouse in line with how Moose behaves
for this case. Testcase added to t/025-more-isa.t.
wu-lee [Wed, 1 Apr 2009 15:11:38 +0000]
Correct error message to include 'Maybe' as implemented parametric type.
Tokuhiro Matsuno [Fri, 3 Apr 2009 03:12:35 +0000]
scope makes slower!mouse's constructer is faster than moose with this commit :)
Tokuhiro Matsuno [Fri, 3 Apr 2009 03:06:59 +0000]
use compiled_constraints directly. performance enhancement.
Tokuhiro Matsuno [Fri, 3 Apr 2009 02:47:44 +0000]
refactoring the duplicated vars
Tokuhiro Matsuno [Fri, 3 Apr 2009 02:36:37 +0000]
split accessor generator from the Meta::Attribute.
because, this code is complex enough to merit its own file!
Tokuhiro Matsuno [Thu, 2 Apr 2009 09:40:57 +0000]
use compiled type constraints. this change makes faster :)
NAKAGAWA Masaki [Mon, 16 Mar 2009 09:41:06 +0000]
Meta::Class->does_role searches isa for Moose compatibility
Tokuhiro Matsuno [Thu, 2 Apr 2009 04:04:29 +0000]
added benchmark case for setter, getter
Tokuhiro Matsuno [Thu, 2 Apr 2009 03:49:29 +0000]
less deps in Makefile.PL
Tokuhiro Matsuno [Thu, 2 Apr 2009 03:13:17 +0000]
generate moose compatibility test automatically
Tokuhiro Matsuno [Thu, 2 Apr 2009 02:54:18 +0000]
ignore *.old file
Tokuhiro Matsuno [Thu, 12 Mar 2009 06:25:20 +0000]
t/900_bug/001_immutable_types.t: oops. 'package B' means B.pm, reserved namespace. and, fixed invalid usage of subtype.
Tokuhiro Matsuno [Wed, 11 Mar 2009 09:00:26 +0000]
oops. i forgot to change make_immutable code.
Tokuhiro Matsuno [Wed, 11 Mar 2009 08:04:25 +0000]
rebirth the find_type_constraint for backward compatibility
Tokuhiro Matsuno [Wed, 11 Mar 2009 07:57:06 +0000]
added Mouse::Meta::TypeConstraint and use it. Mouse::Meta::Attribute->type_constraint returns an object. and, find_type_constraint was deprecated.
Tokuhiro Matsuno [Tue, 10 Mar 2009 23:28:23 +0000]
added Meta::Class->add_attribute_list for Moose compatibility
Tokuhiro Matsuno [Thu, 2 Apr 2009 02:45:11 +0000]
more strict argument check. Mouse does not support Application::ToInstance yet
Tokuhiro Matsuno [Tue, 10 Mar 2009 17:54:43 +0000]
added Meta::Class->has_method($name)
Tokuhiro Matsuno [Tue, 10 Mar 2009 17:06:03 +0000]
added comment
Tokuhiro Matsuno [Tue, 10 Mar 2009 17:05:41 +0000]
make a subtype for each Mouse class This behavior is same as Moose.
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 10:16:49 +0000]
look under %TYPE first
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 10:06:22 +0000]
Export find_type_constraint
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 10:05:52 +0000]
Add a dummy TypeConstraint namespace so you can treat them as objects
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 09:59:18 +0000]
move stuff from Meta::Attribute to Util::TypeConstraints, work with $_ and such
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 05:37:04 +0000]
fix portability between Moose/Mouse's class_type
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 05:36:34 +0000]
implement Maybe
Tokuhiro Matsuno [Mon, 9 Mar 2009 16:07:30 +0000]
much faster impl. for constructor/accessor. this is a same behavior with Moose.
Shawn M Moore [Wed, 1 Apr 2009 03:42:44 +0000]
Update error message to match Moose's
Shawn M Moore [Wed, 1 Apr 2009 03:33:15 +0000]
Forbid undef passed to new for Moose compat
Shawn M Moore [Wed, 1 Apr 2009 03:28:54 +0000]
TODO package A;our @VERSION passing is_class_loaded
Shawn M Moore [Wed, 1 Apr 2009 03:21:52 +0000]
Need to actually be tests to be usefully todo'd
Shawn M Moore [Wed, 1 Apr 2009 03:18:13 +0000]
Turn the throws_ok failures into TODO tests
Shawn M Moore [Wed, 1 Apr 2009 03:11:33 +0000]
Fix another keyword regex
Shawn M Moore [Wed, 1 Apr 2009 03:10:36 +0000]
Fix version check
Shawn M Moore [Wed, 1 Apr 2009 03:09:19 +0000]
Fix use of meta-attr in trigger
Shawn M Moore [Wed, 1 Apr 2009 03:07:35 +0000]
Remove third argument to trigger
Nick Woolley [Tue, 31 Mar 2009 19:10:25 +0000]
Added a new test, essentially the code posted in RT bug #42992. It
still fails pending the bug in Class::Method::Modifiers (RT #43167)
being fixed, so marked as "TODO".
Nick Woolley [Mon, 30 Mar 2009 10:40:59 +0000]
Modified glob asignment to be coderef assignment. As suggested by
GFUGI in a comment attached to RT #42992. Indeed, we probably don't
want to clobber package variables the role may have defined with the
same name as a method.
Nick Woolley [Fri, 27 Mar 2009 20:50:08 +0000]
Implemented Mouse::Role->does; modified Mouse::Meta::Class->initialise
to allow use as an instance method to make this work.
Implemented Mouse::Role::override and ::super. To do this, added
Mouse::Meta::Class->add_override_method_modifier,
Implemented throwing stubs for Mouse::Role::augment and ::inner, as in
Moose::Role.
Added 020_roles/ tests from latest respoitory version of Moose.
Modified some tests to pass; the rest have been moved to
020_roles/failing for later examination.
Implemented Mouse::Role->does_role, from Moose. This does not yet
quite seem to pass all the tests it should, not sure why.
Fixed bug in Mouse::Meta::Role->apply and ->combine_apply, so that
030_roles/002_role.t tests pass.
Implemented ->version, ->authority and ->identifier in Mouse/Utils.pm,
imported for use as methods by Mouse::Meta::Role and
Mouse::Meta::Class.
Tweaked .gitignore.
"make test" passes all tests, including the new ones.
Nick Woolley [Fri, 27 Mar 2009 14:42:22 +0000]
Implemented Moose::Object::does, borrowing from Moose::Object.
Shawn M Moore [Sun, 8 Mar 2009 08:39:22 +0000]
Bump to 0.20
Shawn M Moore [Sun, 8 Mar 2009 08:38:14 +0000]
0.19