2008-12-08 |
大沢 和宏 |
oops, add testcase ( subtype 'Foo' => as 'Bar'; AND... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
大沢 和宏 |
pre load class in class_type |
commit | commitdiff | tree | snapshot |
2008-12-08 |
大沢 和宏 |
implement to subtype's as is moose way |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
update todo list |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
improvement the compatibility with Moose. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
added test case for compatibility |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
added more test cases |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
call by full path |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
use Scalar::Util directly |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
skip temporary file for vim |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
change directory structure |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
added 'get' in benchmark script |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
bug fixed when perl 5.8 |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
oops |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
- depend to Scalar::Util when perl5.6.x |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
revert XS related things |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
revert XS related things. this is no advantage orz |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
display module version in benchmark script |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
always inject method to DESTROY |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
inject empty DESTRUCT method for performance improvement. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
added benchmark script |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
Encapsulation |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
add immutable test |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
optimize for constructor and attribute |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
set instance to attributes default code |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
optimaized default values in constructor |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
micro optimized |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
support MouseX::Types's isa or ( isa => Str | Undef ) |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
support of isa or ( isa => ' Str | Undef ') |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
oops, revert of revision 6879 |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
support of isa or ( isa => ' Str | Undef ') |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
more optimized of TypeRegistry |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
oops remove t/800_shikabased/007-create_class.t |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
mv t/800_shikabased/007-create_class.t t/800_shikabased... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
optimized |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
this argument is not needed |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
micro optimization |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
shortcut the flow for micro optimization. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
bug fixed: BUILD method doesn't works |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
do not use same variable name twice. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
大沢 和宏 |
add with qw( Role1 Role2 ) support |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
added Mouse::Meta::Class->create(_anon_class)? |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
micro optimization |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
we want to use older Exporter |
commit | commitdiff | tree | snapshot |
2008-12-04 |
大沢 和宏 |
add mluti option with test |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
remove of a lot of copied document |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
added MouseX::Types, MouseX::Types::Mouse |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
remove trash |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
don't attempt to require Scalar::Util if we're going... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
Exporter::Heavy is too heavy.And, this is enough in... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
put a hack around in there |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
change location |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
oops, copied the wrong sub |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
attempt to require MRO::Compat. If that fails, use... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
024 fails, but successfully loads and uses the XS versi... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
just a simple XSLoader for now |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
(JUST A IDEA) copied from Scalar-List-Util/Util.xs |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
more more moose way to type constraints |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
oops... i forgot s/Moose/Mouse/ orz |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
overload::StrVal is needed |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
move Test::Exception to inc/. suggested by autarch++ |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
update todo list |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
SKIP test case "Class::Method::Modifiers required for... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
added role_type on Mouse::TypeRegistry |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
move 80x tests to 800_shikabased |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
add tests 't/*.t t/*/*.t'; |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Better variable names |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Use fewer assignments when doing a coercion in the... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Use fewer assignments when doing a coercion in the... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
generate DESTROY method for performance improvement |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Assign the value of the parameter to a lexical so we... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Inline $from |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Close over $key so we don't need to do an assignment... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
performance tuning |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Use t::Exception for this test |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Shawn M Moore |
Make the constructor close over the metaclass, and... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
micro optimization |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
added to class_type |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
- inject object constructor when call meta->make_immutable. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
大沢 和宏 |
added to coerce moose compat test case |
commit | commitdiff | tree | snapshot |
2008-12-02 |
大沢 和宏 |
fixed bug, problem of coercer feature is moose compat |
commit | commitdiff | tree | snapshot |
2008-12-02 |
大沢 和宏 |
oops |
commit | commitdiff | tree | snapshot |
2008-12-02 |
大沢 和宏 |
oops add test for coerce |
commit | commitdiff | tree | snapshot |
2008-12-02 |
大沢 和宏 |
added to coerce feature |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
updated todo list |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
test related things is moved to t::Exception |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
don't require Test::Exception on production environment =) |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
support alias option on 'with' |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
Mouse::Role supports 'with' |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
- added Moose::Util::apply_all_roles |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Tokuhiro Matsuno |
support requires on Mouse::Role. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
大沢 和宏 |
add TODO |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Daisuke Maki |
branch correctly |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
Bump to 0.12 |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
Factoring |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
Small fixes |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
If we have nothing left to do for the accessor, we... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
Update Changes |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
Inline the key in predicate and clearer too |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Shawn M Moore |
Various optimizations to regular accessors |
commit | commitdiff | tree | snapshot |
next |