0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get_all_attributes More... about 15 years ago
fixed test count More... about 15 years ago
Added Changes note about metaclass accessors. More... about 15 years ago
Added metaclass cache accessor methods (straight from Class::MOP). Mainly convenient to me for finding classes to ->make_immutable. More... about 15 years ago
Whoops. This should have been included in the previous commit. More... about 15 years ago
Added latest bugfix to Changes. More... about 15 years ago
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. More... about 15 years ago
Changes to date added for wu-lee. More... about 15 years ago
added benchmark script for C::A::Fast More... about 15 years ago
do not create a copy of argument, if not needed More... about 15 years ago
Added test for the correct application order when multiple coercions exist for a single attribute, which was fixed in an earlier commit. More... about 15 years ago
Added test for the correct BUILD order after immutable-ising a class. More... about 15 years ago
Fixed a bug in the compiled constructor - it was invoking BUILD methods in the reverse order. More... about 15 years ago
scope makes slower!mouse's constructer is faster than moose with this commit :) More... about 15 years ago
use compiled_constraints directly. performance enhancement. More... about 15 years ago
refactoring the duplicated vars More... about 15 years ago
split accessor generator from the Meta::Attribute. because, this code is complex enough to merit its own file! More... about 15 years ago
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). More... about 15 years ago
use compiled type constraints. this change makes faster :) More... about 15 years ago
added benchmark case for setter, getter More... about 15 years ago
less deps in Makefile.PL More... about 15 years ago
generate moose compatibility test automatically More... about 15 years ago
ignore *.old file More... about 15 years ago
more strict argument check. Mouse does not support Application::ToInstance yet More... about 15 years ago
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. More... about 15 years ago
Correct error message to include 'Maybe' as implemented parametric type. More... about 15 years ago
Update error message to match Moose's More... about 15 years ago
Forbid undef passed to new for Moose compat More... about 15 years ago
TODO package A;our @VERSION passing is_class_loaded More... about 15 years ago
Need to actually be tests to be usefully todo'd More... about 15 years ago