projects
/
gitmo/Mouse.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
gitmo/Mouse.git
2008-06-17
Shawn M Moore
Test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin adding tests for Squirrel::Role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin adding Squirrel::Role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Need to unimport Mouse::Role's keywords
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Update Changes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Get attributes in role application working!
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin filling out role application
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Forgot "if @_", oops :)
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Tweaks to "with"
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Implement "with" but no role application quite yet
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin writing tests for role application
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Make has_attribute actually work
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Stub 'has_attribute' and make 'has' use 'add_attribute'
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Test that "has" adds an attribute to the role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Give Meta::Role a name method
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin actually filling out Mouse::Meta::Role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
symbol lineup is mandatory
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin adding a Mouse::Meta::Role which is accessible...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin writing tests for Mouse::Meta::Role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Export and test blessed and confess
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Make sure that required/excludes don't explode
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Make sure "with" works
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Make sure that "has" doesn't blow up
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Test that before/after/around live, and defining a...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Adjust the Role::extends error message to match Moose...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Blow up when someone tries to use a role extends
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin adding Mouse::Role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Shawn M Moore
Begin writing tests for Mouse::Role
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Yuval Kogman
version bump to 0.05
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Yuval Kogman
changelog date
0.04
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Yuval Kogman
is_lazy_build
commit
|
commitdiff
|
tree
|
snapshot
2008-06-17
Yuval Kogman
lazy_build arg processing copied from Moose
commit
|
commitdiff
|
tree
|
snapshot
2008-06-16
Yuval Kogman
fix the failing test, only call ->meta on a linearized...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-16
Yuval Kogman
failing test for inheriting from non Mouse class
commit
|
commitdiff
|
tree
|
snapshot
2008-06-16
Yuval Kogman
implement lazy_build
commit
|
commitdiff
|
tree
|
snapshot
2008-06-15
Shawn M Moore
Begin adding support for has +name
commit
|
commitdiff
|
tree
|
snapshot
2008-06-15
Shawn M Moore
Move validate_args out into a separate method
commit
|
commitdiff
|
tree
|
snapshot
2008-06-15
Shawn M Moore
Begin adding tests for has +foo
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
Bump to 0.04
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
0.03
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
Add support for undef init_arg
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
Add test for undef init_arg
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
tests for has_attribute
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
More tests for attributes and new
commit
|
commitdiff
|
tree
|
snapshot
2008-06-13
Shawn M Moore
Add t/029-new.t for testing the constructor
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Add the Point example from Moose's tests. Except for...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Add has_attribute, rewrite Changes to be Moosier :)
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Use compute_all_applicable_attributes instead of get_at...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Add compute_all_applicable_attributes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Test that subclassing looks at the superclass' attribut...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Doc updates
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Add support for ->new({...})
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Add a test file for method modifiers
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Use Class::Method::Modifiers 1.00 for before/after...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Prepare for release 0.02
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Bit more doc
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Improve test code coverage of Squirrel
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Update Changes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-11
Shawn M Moore
Whoops, was loading Moose instead of Mouse..
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Fix the order that BUILD methods are called in (thanks...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Improve BUILD/DEMOLISH tests to cover ordering
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Yuval Kogman
number squirrel.t
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Yuval Kogman
more explaining
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Yuval Kogman
i speak english, i learn it from a book
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Yuval Kogman
use teh Squirrel
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Yuval Kogman
v string not portable
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Ignore SIGNATURE file
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Some final touches on the doc. This is 0.01.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Lots of doc
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Some errors for auto_deref
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Implementation of auto_deref
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Add failing tests for auto_deref, where I'll pick up...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Invalid class names should throw an exception
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Various is_class_loaded/load_class nits
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Revert to an earlier t/025-more-isa which gave better...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Replace is_class_loaded with version from Class::MOP
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Some ClassName simplification and fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
have ClassName check use is_class_loaded
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Finish moving Mouse::Attribute and Mouse::Class into...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Begin moving Moose::Attribute and Moose::Class into...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Finish the use of overload::StrVal, in verify_type_cons...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
use overload::StrVal in type-constraint errors
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Use the correct hash keys with init_arg in the constructor
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: init_arg is not used for the hash key...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: the weak_ref reader is spelled is_weak_re...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: the details of load_class. Check whether...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: handles are not canonicalized in the...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: Remove Mouse::Class->attributes method...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Don't use meta in the reference test, Moose doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: no longer an error to have a trigger...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Fix a test bug where a value was being assigned to...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: lazy-no-default error message
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: required error message tweak
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Moose compat: throw an error on $self->reader(value)
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Make sure that eager builder does not run after clearer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Make sure that predicate plays well with builder
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Tests and implementation for builder with lazy and...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Improve coverage of TypeRegistry
commit
|
commitdiff
|
tree
|
snapshot
2008-06-10
Shawn M Moore
Test count fixes
commit
|
commitdiff
|
tree
|
snapshot
next