Stevan Little [Sat, 22 Mar 2008 17:20:29 +0000]
cookbook plans
Stevan Little [Sat, 22 Mar 2008 17:07:27 +0000]
cookbook plans
Stevan Little [Sat, 22 Mar 2008 17:06:21 +0000]
tweaking the cookbook
Stevan Little [Sat, 22 Mar 2008 17:05:13 +0000]
tweaking the cookbook
Stevan Little [Sat, 22 Mar 2008 15:41:19 +0000]
moving stuff around a bit
Dave Rolsky [Fri, 21 Mar 2008 22:16:35 +0000]
Fix a small comment typo
Dave Rolsky [Fri, 21 Mar 2008 22:13:33 +0000]
An immutable constructor called non-lazy attribute default subs twice.
Stevan Little [Thu, 20 Mar 2008 16:14:18 +0000]
adding the test
Stevan Little [Mon, 17 Mar 2008 01:18:09 +0000]
doc updates
Stevan Little [Sun, 16 Mar 2008 21:48:07 +0000]
make_immutable is now deprecated, stop using it and a fix your old code please
Stevan Little [Sun, 16 Mar 2008 21:20:27 +0000]
s/metaclass/__PACKAGE__->meta/
Stevan Little [Sun, 16 Mar 2008 21:13:53 +0000]
s/make_immutable/metaclass->make_immutable/
Stevan Little [Sun, 16 Mar 2008 15:16:12 +0000]
first swipe at MX::Storage::Dir
Todd Hepler [Sun, 16 Mar 2008 01:58:03 +0000]
tests for metaclass() export
Chris Prather [Sat, 15 Mar 2008 18:44:32 +0000]
export metaclass() to give a functional export for __PACKAGE__->meta
-- the make_immutable export is a degenerate version of this and it's causing problems with debugging if you forget to unimport it
Stevan Little [Sat, 15 Mar 2008 03:02:26 +0000]
POD-COVERAGE SUCKS!
Stevan Little [Fri, 14 Mar 2008 15:37:01 +0000]
some last minute tweaks
Stevan Little [Fri, 14 Mar 2008 15:03:36 +0000]
0.39
Stevan Little [Fri, 14 Mar 2008 14:54:50 +0000]
some changes
Stevan Little [Fri, 14 Mar 2008 14:54:19 +0000]
some changes
Stevan Little [Fri, 14 Mar 2008 12:51:13 +0000]
adding in the ability to pass params to rebles when doing runtime roles
Stevan Little [Fri, 14 Mar 2008 12:48:57 +0000]
adding in the ability to pass params to rebles when doing runtime roles
Guillermo Roditi [Thu, 13 Mar 2008 23:05:59 +0000]
allow class_type to accept a custom message. sorry about the diffnoise, editor strips trailing whitespace
Stevan Little [Tue, 11 Mar 2008 18:51:23 +0000]
tweaking formatting to match existing tests and code, also change log stuff
Jonathan Rockway [Tue, 11 Mar 2008 18:33:39 +0000]
add cache attribute to M::Meta::Class->create_anon_class
Stevan Little [Tue, 11 Mar 2008 17:31:14 +0000]
sigh
Stevan Little [Tue, 11 Mar 2008 16:58:01 +0000]
cleanin up a bit, and adding changes
Jonathan Rockway [Tue, 11 Mar 2008 16:43:19 +0000]
add support for roles => [] option to Moose::Meta::Create
Stevan Little [Tue, 11 Mar 2008 16:33:42 +0000]
fixing sartaks test
Shawn M Moore [Mon, 3 Mar 2008 05:32:41 +0000]
Failing make_immutable test case. It seems that inherited "new" is just plain broken. And I was bitten by this one, so it's not academic :)
Stevan Little [Tue, 26 Feb 2008 18:51:11 +0000]
adding in anon-enums
Stevan Little [Tue, 26 Feb 2008 15:42:39 +0000]
ovidsbug
Stevan Little [Sun, 24 Feb 2008 20:04:28 +0000]
has +name from role officially supported
Stevan Little [Sun, 24 Feb 2008 20:03:20 +0000]
has +name from role officially supported
Stevan Little [Fri, 22 Feb 2008 22:33:37 +0000]
sorry konobi, not enough of a perf win, so lets wait till we get something more before introducing XS
Stevan Little [Fri, 22 Feb 2008 21:49:11 +0000]
changes in Moose::Object
Scott McWhirter [Wed, 20 Feb 2008 03:45:40 +0000]
Update non-XS optimized constraints to use their XS partners
Scott McWhirter [Wed, 20 Feb 2008 03:29:57 +0000]
Add ObjectOfType XS function for use with anon types constraints that
are generated against classes.
Scott McWhirter [Wed, 20 Feb 2008 03:05:20 +0000]
Tidy up XS Type Constraints
- Add Undef and Defined XS constraints
- Make XS keep single reference to "Regexp"
- Remove old optimized versions
Scott McWhirter [Wed, 20 Feb 2008 02:33:49 +0000]
Add XS Optimized Type Constraints
Stevan Little [Mon, 18 Feb 2008 14:55:48 +0000]
making handles and AUTOLOAD play a bit better
Stevan Little [Sat, 16 Feb 2008 20:09:57 +0000]
fixing delegation
Stevan Little [Sat, 16 Feb 2008 20:07:16 +0000]
fixing delegation
Stevan Little [Fri, 15 Feb 2008 19:07:40 +0000]
whoops nother bug, dammit
Stevan Little [Fri, 15 Feb 2008 18:03:25 +0000]
changelog on it
Stevan Little [Fri, 15 Feb 2008 18:00:40 +0000]
whoops
Stevan Little [Fri, 15 Feb 2008 15:13:36 +0000]
fixing tests
Stevan Little [Thu, 14 Feb 2008 20:16:29 +0000]
0.37
Stevan Little [Mon, 11 Feb 2008 17:00:30 +0000]
a bug fix and some tweaks
Stevan Little [Thu, 7 Feb 2008 16:17:58 +0000]
tweaking tests
Stevan Little [Thu, 7 Feb 2008 15:16:42 +0000]
more tests and the constructor stuff as well
Matt S Trout [Thu, 7 Feb 2008 13:42:46 +0000]
failing test for two subclasses of the same non-Moose class with different metaclasses
Ricardo SIGNES [Thu, 7 Feb 2008 03:47:19 +0000]
cope with fixed initializer arg order in mop
Ricardo SIGNES [Thu, 7 Feb 2008 03:44:23 +0000]
changelog
Ricardo SIGNES [Thu, 7 Feb 2008 03:42:20 +0000]
merge initializer branch, add test
Chris Prather [Wed, 6 Feb 2008 21:47:01 +0000]
add default class name "Class" to oose.pm
Stevan Little [Wed, 6 Feb 2008 20:23:51 +0000]
adding make_immutable sugar
Ricardo SIGNES [Wed, 6 Feb 2008 02:15:03 +0000]
for use with Class-MOP-initializer
Stevan Little [Tue, 5 Feb 2008 19:45:31 +0000]
making has $name => {} fail
Yuval Kogman [Sun, 3 Feb 2008 18:43:43 +0000]
meta instance doc improvements
Stevan Little [Thu, 31 Jan 2008 18:31:52 +0000]
tests
Stevan Little [Thu, 31 Jan 2008 17:48:57 +0000]
fixed demolish calls
Stevan Little [Thu, 31 Jan 2008 17:46:45 +0000]
fixed demolish calls
Matt S Trout [Mon, 28 Jan 2008 14:38:18 +0000]
comment the strict/warnings hack because I'm bored of being asked about it by people who didn't think to RTFS strict.pm then look up $^H
Stevan Little [Mon, 28 Jan 2008 02:45:26 +0000]
type constraint messages work now (kinda) and other misc cleanup so that tests run (see Changelog)
Yuval Kogman [Sun, 27 Jan 2008 00:20:14 +0000]
die in Attribute::_process_options if the attr is required but there is no way to set it during construction (init_arg, builder or default)
Yuval Kogman [Sun, 27 Jan 2008 00:03:08 +0000]
init_arg can be undef
Yuval Kogman [Sat, 26 Jan 2008 23:53:58 +0000]
init_arg can be undef
Shawn M Moore [Sat, 26 Jan 2008 16:54:47 +0000]
Failing tests for custom type error messages. Now let's see about making them pass..
Shawn M Moore [Sat, 26 Jan 2008 16:54:03 +0000]
Shawn M Moore [Sat, 26 Jan 2008 16:50:56 +0000]
Give an error message when a handles attribute's object is undefined, so it doesn't look like a Moose error
Stevan Little [Sat, 26 Jan 2008 15:36:10 +0000]
0.36
Stevan Little [Sat, 26 Jan 2008 15:34:40 +0000]
0.36
Stevan Little [Wed, 23 Jan 2008 15:40:24 +0000]
some additional tests for better coverage
Ash Berlin [Wed, 23 Jan 2008 10:59:36 +0000]
(failing) test for runtime roles and non-moose classes + does attrs
Stevan Little [Wed, 23 Jan 2008 02:41:25 +0000]
0.35
Stevan Little [Tue, 22 Jan 2008 23:59:53 +0000]
some minor tweaks
Stevan Little [Tue, 22 Jan 2008 23:38:26 +0000]
adding another test
Stevan Little [Tue, 22 Jan 2008 03:18:00 +0000]
some version changes and such
Dave Rolsky [Tue, 22 Jan 2008 02:32:41 +0000]
I prefer to be credited by my real name
Stevan Little [Tue, 22 Jan 2008 02:25:33 +0000]
this is not needed now
Stevan Little [Tue, 22 Jan 2008 02:23:15 +0000]
this is not needed now
Dave Rolsky [Tue, 22 Jan 2008 00:18:39 +0000]
Moose 0.34 broke the ability to make a Meta class immutable. This is a
fix, though I'm not convinced it's the _right_ fix. An alternative
might be to ensure that attributes for Moose meta classes are always
Moose::Meta::Attribute objects instead of Class::MOP::Attribute
objects. Regardless, the test I added should be useful in exploring
alternative fixes.
Stevan Little [Mon, 21 Jan 2008 22:58:26 +0000]
0.34
Stevan Little [Mon, 21 Jan 2008 20:43:46 +0000]
more tests
Stevan Little [Mon, 21 Jan 2008 20:14:44 +0000]
tweaking test names to better VMS support
Stevan Little [Mon, 21 Jan 2008 19:52:06 +0000]
cleaning up the traits things
Yuval Kogman [Mon, 21 Jan 2008 17:33:22 +0000]
FileHandle also accepts IO::Handle objects
Stevan Little [Sat, 19 Jan 2008 16:56:36 +0000]
rudementary support for attribute traits
Stevan Little [Sat, 19 Jan 2008 15:54:02 +0000]
just some more cleanup
Stevan Little [Thu, 17 Jan 2008 06:24:03 +0000]
refactoring the parameterized type constraints
Stevan Little [Wed, 16 Jan 2008 16:57:18 +0000]
changelog stuff, mostly
Stevan Little [Mon, 14 Jan 2008 23:17:06 +0000]
anon-roles are now more efficient about package usage
Stevan Little [Mon, 14 Jan 2008 22:59:15 +0000]
* role exclusion and aliasiing now works in composite roles too
* added plans to all the composite role tests now
* cleaned up some of nothingmuch's stuff
Yuval Kogman [Mon, 14 Jan 2008 00:00:24 +0000]
Merge 'Moose-moosex_compile_support' into 'trunk'
r71258@syeeda (orig r3337): nothingmuch | 2008-01-14 01:59:17 +0200
capture less in accessors
Yuval Kogman [Sun, 13 Jan 2008 23:59:40 +0000]
Merge 'Moose-moosex_compile_support' into 'trunk'
r70861@syeeda (orig r3278): nothingmuch | 2008-01-09 12:32:19 +0200
icky hack in Moose::Object to make it compile without loading unnecessary additional modules
Yuval Kogman [Sun, 13 Jan 2008 23:59:17 +0000]
capture less in accessors
Yuval Kogman [Sun, 13 Jan 2008 23:52:43 +0000]
Merge 'trunk' into 'Moose-moosex_compile_support'
r71256@syeeda (orig r3335): nothingmuch | 2008-01-14 01:51:35 +0200
faster type constraints
Yuval Kogman [Sun, 13 Jan 2008 23:51:35 +0000]
faster type constraints
Yuval Kogman [Sun, 13 Jan 2008 23:28:24 +0000]
Merge 'Moose-real_class_meta_type_constraint', 'trunk' into 'Moose-moosex_compile_support'
r71056@syeeda (orig r3296): stevan | 2008-01-10 15:32:43 +0200
doc fixes, version updates and changelog
r71159@syeeda (orig r3310): sartak | 2008-01-13 02:06:54 +0200
r50215@onn: sartak | 2008-01-12 19:06:01 -0500
Add tests to make sure the new reblessing works with Moosey bits
r71161@syeeda (orig r3312): stevan | 2008-01-13 04:49:19 +0200
some minor tweaks
r71163@syeeda (orig r3314): sartak | 2008-01-13 04:57:06 +0200
r50229@onn: sartak | 2008-01-12 21:56:21 -0500
Fix for the slightly changed rebless_instance interface
r71173@syeeda (orig r3324): nothingmuch | 2008-01-13 18:19:09 +0200
r71171@syeeda (orig r3322): nothingmuch | 2008-01-13 17:16:01 +0200
Moose::Meta::TypeConstraint::Class
r71254@syeeda (orig r3333): nothingmuch | 2008-01-14 01:26:41 +0200
correct usage of compiled_type_constraint