Shawn M Moore [Sat, 20 Dec 2008 21:56:23 +0000]
Bump to 0.15
Shawn M Moore [Sat, 20 Dec 2008 21:54:41 +0000]
0.13 and 0.14 Changes
Shawn M Moore [Sat, 20 Dec 2008 21:45:17 +0000]
Fix the header in MouseX::Types
Shawn M Moore [Tue, 16 Dec 2008 07:10:09 +0000]
Bump to 0.14
Shawn M Moore [Tue, 16 Dec 2008 07:10:03 +0000]
empty line
Shawn M Moore [Tue, 16 Dec 2008 07:06:33 +0000]
MRO::Compat is the only module loaded by Mouse::Util now so we have to check it directly
Shawn M Moore [Tue, 16 Dec 2008 07:02:16 +0000]
Changes.. too many to list right now
Shawn M Moore [Tue, 16 Dec 2008 07:02:03 +0000]
Don't put MouseX files into Mouse::Tiny
Chris Prather [Tue, 9 Dec 2008 06:09:17 +0000]
if you are gonna blame me, get the spelling correct
Shawn M Moore [Tue, 9 Dec 2008 04:53:21 +0000]
Ignore "used only once" warning
Shawn M Moore [Tue, 9 Dec 2008 04:44:57 +0000]
Make the constructor code easier to read
Shawn M Moore [Tue, 9 Dec 2008 04:44:50 +0000]
Only inline BUILDARGS if the class has one that isn't Mouse::Object's
Shawn M Moore [Tue, 9 Dec 2008 04:34:55 +0000]
Add type constraint
Shawn M Moore [Tue, 9 Dec 2008 04:28:57 +0000]
Generated constructor cleanup
Shawn M Moore [Tue, 9 Dec 2008 04:01:30 +0000]
Test for init_arg => undef
Shawn M Moore [Tue, 9 Dec 2008 03:52:59 +0000]
Add tokuhirom and Yappo to AUTHORS
Shawn M Moore [Tue, 9 Dec 2008 03:40:18 +0000]
Make this coerce test more discriminating
Shawn M Moore [Tue, 9 Dec 2008 03:38:37 +0000]
Need to specify is => 'rw' for the test to be closer to right
Shawn M Moore [Tue, 9 Dec 2008 03:37:36 +0000]
For class constraints, it's good enough to be a subclass of that class!
Shawn M Moore [Tue, 9 Dec 2008 03:04:35 +0000]
More tweaks
Shawn M Moore [Tue, 9 Dec 2008 03:02:31 +0000]
Anchor this same regex in Mouse::Meta::Role
Shawn M Moore [Tue, 9 Dec 2008 03:01:07 +0000]
Tweaks to metaclass
Shawn M Moore [Tue, 9 Dec 2008 02:58:51 +0000]
Anchor this exclusion regex so "has_list" etc will work
Shawn M Moore [Tue, 9 Dec 2008 02:54:06 +0000]
Comments, style
Shawn M Moore [Tue, 9 Dec 2008 02:53:59 +0000]
Use Test::Exception in this test
Shawn M Moore [Tue, 9 Dec 2008 02:43:40 +0000]
Remove pointless shebang in each module
Shawn M Moore [Tue, 9 Dec 2008 02:39:36 +0000]
Remove TODO file, yay
Shawn M Moore [Tue, 9 Dec 2008 02:38:49 +0000]
Remove build-dep on Sub::Uplevel, Test::Exception can install it (makes us look a smidge better)
Shawn M Moore [Tue, 9 Dec 2008 02:37:11 +0000]
Merge in shika-based!
Shawn M Moore [Tue, 9 Dec 2008 02:36:04 +0000]
Bring shika-based up to trunk
大沢 和宏 [Mon, 8 Dec 2008 04:05:46 +0000]
oops, add testcase ( subtype 'Foo' => as 'Bar'; AND subtype 'Foo'; )
大沢 和宏 [Mon, 8 Dec 2008 03:16:44 +0000]
pre load class in class_type
大沢 和宏 [Mon, 8 Dec 2008 03:13:01 +0000]
implement to subtype's as is moose way
Tokuhiro Matsuno [Sun, 7 Dec 2008 13:48:06 +0000]
update todo list
Tokuhiro Matsuno [Sun, 7 Dec 2008 12:52:48 +0000]
improvement the compatibility with Moose.
Tokuhiro Matsuno [Sun, 7 Dec 2008 11:58:22 +0000]
added test case for compatibility
Tokuhiro Matsuno [Sun, 7 Dec 2008 11:29:32 +0000]
added more test cases
Tokuhiro Matsuno [Sun, 7 Dec 2008 09:08:35 +0000]
call by full path
Tokuhiro Matsuno [Sun, 7 Dec 2008 07:49:25 +0000]
use Scalar::Util directly
Tokuhiro Matsuno [Sun, 7 Dec 2008 07:47:24 +0000]
skip temporary file for vim
Tokuhiro Matsuno [Sat, 6 Dec 2008 12:14:33 +0000]
change directory structure
Tokuhiro Matsuno [Sat, 6 Dec 2008 08:55:30 +0000]
added 'get' in benchmark script
Tokuhiro Matsuno [Sat, 6 Dec 2008 07:46:19 +0000]
bug fixed when perl 5.8
Tokuhiro Matsuno [Sat, 6 Dec 2008 07:40:25 +0000]
oops
Tokuhiro Matsuno [Sat, 6 Dec 2008 07:31:32 +0000]
- depend to Scalar::Util when perl5.6.x
- refactor the mro::get_linear_isa loader.
Tokuhiro Matsuno [Sat, 6 Dec 2008 06:55:29 +0000]
revert XS related things
Tokuhiro Matsuno [Sat, 6 Dec 2008 06:51:18 +0000]
revert XS related things. this is no advantage orz
Tokuhiro Matsuno [Sat, 6 Dec 2008 06:49:57 +0000]
display module version in benchmark script
Tokuhiro Matsuno [Sat, 6 Dec 2008 06:01:57 +0000]
always inject method to DESTROY
Tokuhiro Matsuno [Sat, 6 Dec 2008 05:50:42 +0000]
inject empty DESTRUCT method for performance improvement.
Tokuhiro Matsuno [Sat, 6 Dec 2008 05:40:43 +0000]
added benchmark script
大沢 和宏 [Fri, 5 Dec 2008 17:14:40 +0000]
Encapsulation
大沢 和宏 [Fri, 5 Dec 2008 16:55:38 +0000]
add immutable test
大沢 和宏 [Fri, 5 Dec 2008 16:55:16 +0000]
optimize for constructor and attribute
大沢 和宏 [Fri, 5 Dec 2008 13:56:41 +0000]
set instance to attributes default code
大沢 和宏 [Fri, 5 Dec 2008 13:42:20 +0000]
optimaized default values in constructor
大沢 和宏 [Fri, 5 Dec 2008 12:56:32 +0000]
micro optimized
大沢 和宏 [Fri, 5 Dec 2008 11:27:34 +0000]
support MouseX::Types's isa or ( isa => Str | Undef )
大沢 和宏 [Fri, 5 Dec 2008 10:20:55 +0000]
support of isa or ( isa => ' Str | Undef ')
大沢 和宏 [Fri, 5 Dec 2008 09:04:20 +0000]
oops, revert of revision 6879
大沢 和宏 [Fri, 5 Dec 2008 09:02:13 +0000]
support of isa or ( isa => ' Str | Undef ')
Ricardo SIGNES [Fri, 5 Dec 2008 02:04:25 +0000]
mark 033 todo
Shawn M Moore [Fri, 5 Dec 2008 01:25:33 +0000]
Fix for default in a constructor reported and tested by rjbs :)
Shawn M Moore [Fri, 5 Dec 2008 01:21:39 +0000]
Bump to 0.13
Ricardo SIGNES [Fri, 5 Dec 2008 01:19:47 +0000]
more specific
Ricardo SIGNES [Fri, 5 Dec 2008 01:18:37 +0000]
default needs invocant
Ricardo SIGNES [Fri, 5 Dec 2008 01:12:59 +0000]
reader/writer
Shawn M Moore [Fri, 5 Dec 2008 00:26:14 +0000]
Tweak changes for release
大沢 和宏 [Fri, 5 Dec 2008 00:22:40 +0000]
more optimized of TypeRegistry
大沢 和宏 [Fri, 5 Dec 2008 00:21:12 +0000]
oops remove t/800_shikabased/007-create_class.t
Shawn M Moore [Fri, 5 Dec 2008 00:20:54 +0000]
Shawn M Moore [Fri, 5 Dec 2008 00:20:44 +0000]
Update Changes
大沢 和宏 [Fri, 5 Dec 2008 00:17:33 +0000]
mv t/800_shikabased/007-create_class.t t/800_shikabased/008-create_class.t
大沢 和宏 [Fri, 5 Dec 2008 00:02:26 +0000]
optimized
Tokuhiro Matsuno [Thu, 4 Dec 2008 23:54:02 +0000]
this argument is not needed
Tokuhiro Matsuno [Thu, 4 Dec 2008 23:17:23 +0000]
micro optimization
Ricardo SIGNES [Thu, 4 Dec 2008 19:06:58 +0000]
test for isa improvement
Ricardo SIGNES [Thu, 4 Dec 2008 19:03:40 +0000]
should accept subclasses
Tokuhiro Matsuno [Thu, 4 Dec 2008 16:28:57 +0000]
shortcut the flow for micro optimization.
Tokuhiro Matsuno [Thu, 4 Dec 2008 16:11:27 +0000]
bug fixed: BUILD method doesn't works
Tokuhiro Matsuno [Thu, 4 Dec 2008 16:07:40 +0000]
do not use same variable name twice.
大沢 和宏 [Thu, 4 Dec 2008 09:16:37 +0000]
add with qw( Role1 Role2 ) support
Tokuhiro Matsuno [Thu, 4 Dec 2008 08:31:02 +0000]
added Mouse::Meta::Class->create(_anon_class)?
code taken from Class::MOP++
Tokuhiro Matsuno [Thu, 4 Dec 2008 08:28:28 +0000]
micro optimization
Tokuhiro Matsuno [Thu, 4 Dec 2008 08:27:41 +0000]
we want to use older Exporter
大沢 和宏 [Thu, 4 Dec 2008 07:54:01 +0000]
add mluti option with test
大沢 和宏 [Wed, 3 Dec 2008 10:30:34 +0000]
remove of a lot of copied document
大沢 和宏 [Wed, 3 Dec 2008 09:52:51 +0000]
added MouseX::Types, MouseX::Types::Mouse
大沢 和宏 [Wed, 3 Dec 2008 09:10:39 +0000]
remove trash
Daisuke Maki [Wed, 3 Dec 2008 08:35:05 +0000]
don't attempt to require Scalar::Util if we're going this far trying to optimize
Tokuhiro Matsuno [Wed, 3 Dec 2008 08:30:17 +0000]
Exporter::Heavy is too heavy.And, this is enough in a lot of case .
Daisuke Maki [Wed, 3 Dec 2008 08:26:28 +0000]
put a hack around in there
Daisuke Maki [Wed, 3 Dec 2008 08:22:02 +0000]
change location
Daisuke Maki [Wed, 3 Dec 2008 08:20:08 +0000]
oops, copied the wrong sub
Daisuke Maki [Wed, 3 Dec 2008 08:17:27 +0000]
attempt to require MRO::Compat. If that fails, use our own
Daisuke Maki [Wed, 3 Dec 2008 08:14:28 +0000]
024 fails, but successfully loads and uses the XS versions of Scalar::Util functions
Daisuke Maki [Wed, 3 Dec 2008 07:36:42 +0000]
just a simple XSLoader for now
Tokuhiro Matsuno [Wed, 3 Dec 2008 07:33:50 +0000]
(JUST A IDEA) copied from Scalar-List-Util/Util.xs
大沢 和宏 [Wed, 3 Dec 2008 06:14:23 +0000]
more more moose way to type constraints
Tokuhiro Matsuno [Wed, 3 Dec 2008 06:13:51 +0000]
oops... i forgot s/Moose/Mouse/ orz