0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add more failing tests
doy
More... about 15 years ago
typo
doy
More... about 15 years ago
better test for can_be_inlined
doy
More... about 15 years ago
reorder the non-immutable constructor a bit to line up better with the inlined version
doy
More... about 15 years ago
comment fix
doy
More... about 15 years ago
comment
doy
More... about 15 years ago
stop using Moose::extends
doy
More... about 15 years ago
comment
doy
More... about 15 years ago
look up the proper constructor name
doy
More... about 15 years ago
more intelligent inlining (i hope?)
doy
More... about 15 years ago
add comment
doy
More... about 15 years ago
fix up some comments
doy
More... about 15 years ago
oh god what am i doing
doy
More... about 15 years ago
stop unconditionally preventing the constructor from being inlined
doy
More... about 15 years ago
these should be inlined by moose
doy
More... about 15 years ago
hmmm, these tests are wrong
doy
More... about 15 years ago
no, moose doesn't automatically inline constructors, i was just getting my own constructor back
doy
More... about 15 years ago
actually test the right thing in the tests for inheriting from moose - they fail now, like i thought they should have been
doy
More... about 15 years ago
use has_method rather than get_method for testing for existence
doy
More... about 15 years ago
add tests for adding the constructor properly when inheriting from non-moose classes
doy
More... about 15 years ago
add more tests for inheriting from moose classes
doy
More... about 15 years ago
add a test for extending moose classes
doy
More... about 15 years ago
extends shouldn't do anything special to the constructor if it would otherwise just be calling a moose constructor
doy
More... about 15 years ago
comments
doy
More... about 15 years ago
don't call ->meta directly
doy
More... about 15 years ago
simplify
doy
More... about 15 years ago
whitespace
doy
More... about 15 years ago
add another test
doy
More... about 15 years ago
oops, the failure was because it should actually be constructor_class_roles
doy
More... about 15 years ago
add a test for multi-level inheritance, with a failure
doy
More... about 15 years ago