2009-07-15 |
gfx |
Remove unnecessary calls of has_method() |
blob | commitdiff |
2009-07-15 |
Dave Rolsky |
tidy new code from Goro |
blob | commitdiff | diff to current |
2009-07-15 |
gfx |
various tweaks, and refactor _instantiate_module not... |
blob | commitdiff | diff to current |
2009-07-15 |
gfx |
no get_method_map in get_all_method_names |
blob | commitdiff | diff to current |
2009-07-15 |
Shawn M Moore |
Merge branch 'topic/reduce-inline-constructor' of git... |
blob | commitdiff | diff to current |
2009-07-15 |
Shawn M Moore |
Merge branch 'topic/no-get_method_map' of git://github... |
blob | commitdiff | diff to current |
2009-07-12 |
gfx |
Implement an idea of reducing inline constructors in... |
blob | commitdiff | diff to current |
2009-07-12 |
gfx |
add_attribute tweaks |
blob | commitdiff | diff to current |
2009-07-12 |
gfx |
no get_method_map in get_method_list |
blob | commitdiff | diff to current |
2009-07-12 |
gfx |
Remove method object generation stuff, which is no... |
blob | commitdiff | diff to current |
2009-07-11 |
Jesse Luehrs |
this syntax apparently hasn't worked in a while |
blob | commitdiff | diff to current |
2009-07-10 |
gfx |
refactoring no-get_method_map with package symmbol... |
blob | commitdiff | diff to current |
2009-07-10 |
gfx |
Improve get_method/has_method/add_method not to use... |
blob | commitdiff | diff to current |
2009-07-07 |
Dave Rolsky |
Revert "give unique names to method modifiers" |
blob | commitdiff | diff to current |
2009-07-07 |
Dave Rolsky |
Revert "really try to make method modifier names unique" |
blob | commitdiff | diff to current |
2009-07-07 |
Dave Rolsky |
really try to make method modifier names unique |
blob | commitdiff | diff to current |
2009-07-07 |
Dave Rolsky |
give unique names to method modifiers |
blob | commitdiff | diff to current |
2009-07-06 |
Dave Rolsky |
apply patch from Goro Fuji for anon class mem leak |
blob | commitdiff | diff to current |
2009-07-03 |
Dave Rolsky |
bump version to 0.89 |
blob | commitdiff | diff to current |
2009-07-03 |
Dave Rolsky |
Remove some cruft left over from earlier experimentation |
blob | commitdiff | diff to current |
2009-06-30 |
Dave Rolsky |
Fixes to accomodate a metaclass which is an anon subcla... |
blob | commitdiff | diff to current |
2009-06-30 |
Dave Rolsky |
The immutable class's metaclass should be an object... |
blob | commitdiff | diff to current |
2009-06-30 |
Dave Rolsky |
What the heck, make the new immutable subclass immutabl... |
blob | commitdiff | diff to current |
2009-06-30 |
Dave Rolsky |
almost all tests passing! |
blob | commitdiff | diff to current |
2009-06-30 |
Dave Rolsky |
There's no point making the new metaclass for immutable... |
blob | commitdiff | diff to current |
2009-06-30 |
Dave Rolsky |
Improve error message for metaclass incompat errors |
blob | commitdiff | diff to current |
2009-06-23 |
Dave Rolsky |
bump version to 0.88 |
blob | commitdiff | diff to current |
2009-06-23 |
Jesse Luehrs |
need to initialize a moose meta if called from Moose... |
blob | commitdiff | diff to current |
2009-06-22 |
Dave Rolsky |
Remove references to Moose |
blob | commitdiff | diff to current |
2009-06-22 |
Jesse Luehrs |
document the __INSTANCE__ thing being pushed back to... |
blob | commitdiff | diff to current |
2009-06-21 |
Jesse Luehrs |
push the __INSTANCE__ parameter back into cmop |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
bump version to 0.87 |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
spelling and dictionary fixes |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
Make sure we always local-ize $@ and $SIG{__DIE__}... |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
Make sure to local-ize $@ and $SIG{__DIE__} for each... |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
Minor doc formatting tweak |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
Minor code formatting tweaks |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
Docs for immutability |
blob | commitdiff | diff to current |
2009-06-21 |
Dave Rolsky |
Add tests for inline {con,de}structor warnings and... |
blob | commitdiff | diff to current |
2009-06-16 |
Dave Rolsky |
bump version to 0.86 |
blob | commitdiff | diff to current |
2009-06-16 |
Dave Rolsky |
Tweak some code for clarity and formatting |
blob | commitdiff | diff to current |
2009-06-15 |
Dave Rolsky |
Remove commented-out code (this is why we have source... |
blob | commitdiff | diff to current |
2009-06-15 |
Dave Rolsky |
Revert caching of added methods, since that caused... |
blob | commitdiff | diff to current |
2009-06-11 |
Dylan William Hardison |
Bug fix: DESTROY was being overridden by make_immutable. |
blob | commitdiff | diff to current |
2009-06-09 |
Jay Kuri |
Added note to make clear that get_attribute does not... |
blob | commitdiff | diff to current |
2009-06-06 |
Dave Rolsky |
bump version and update Changes |
blob | commitdiff | diff to current |
2009-05-28 |
Shawn M Moore |
Add a hook for _superclasses_updated |
blob | commitdiff | diff to current |
2009-05-23 |
Yuval Kogman |
Only use subname on __ANON__ code refs |
blob | commitdiff | diff to current |
2009-05-19 |
Shawn M Moore |
Add direct_subclasses method, also tests for that and... |
blob | commitdiff | diff to current |
2009-05-12 |
Dave Rolsky |
bump version to 0.84 0.84 |
blob | commitdiff | diff to current |
2009-05-08 |
nperez |
Change the writer for insertion_order to include an... |
blob | commitdiff | diff to current |
2009-05-08 |
nperez |
and it would be a good idea to use the writer |
blob | commitdiff | diff to current |
2009-05-08 |
nperez |
insertion order should be zero based, obviously |
blob | commitdiff | diff to current |
2009-05-08 |
nperez |
Populate insertion_order when attributes are added |
blob | commitdiff | diff to current |
2009-04-30 |
Chris Prather |
05:27 <@autarch> just import them in both Moose & CMOP |
blob | commitdiff | diff to current |
2009-04-30 |
Chris Prather |
forgot to "use" Devel::GlobalDestruction after our... |
blob | commitdiff | diff to current |
2009-04-30 |
Chris Prather |
remove Class::MOP::subname and Class::MOP::in_global_de... |
blob | commitdiff | diff to current |
2009-04-27 |
Florian Ragwitz |
Fix pod indenting. |
blob | commitdiff | diff to current |
2009-04-27 |
Florian Ragwitz |
Fix pod typos. |
blob | commitdiff | diff to current |
2009-04-25 |
Dave Rolsky |
bump version to 0.83 |
blob | commitdiff | diff to current |
2009-04-24 |
Dave Rolsky |
bump version to 0.82_02 |
blob | commitdiff | diff to current |
2009-04-23 |
Dave Rolsky |
Make immutable_metaclass private and move it so it... |
blob | commitdiff | diff to current |
2009-04-23 |
Dave Rolsky |
bump version to 0.82_01 |
blob | commitdiff | diff to current |
2009-04-20 |
Yuval Kogman |
Merge branch 'no_immutable_transformer' |
blob | commitdiff | diff to current |
2009-04-20 |
Dave Rolsky |
bump version to 0.82 0.82 |
blob | commitdiff | diff to current |
2009-04-20 |
Dave Rolsky |
More perltidying abuse of CMOP::Class |
blob | commitdiff | diff to current |
2009-04-20 |
Yuval Kogman |
reformat |
blob | commitdiff | diff to current |
2009-04-20 |
Yuval Kogman |
allow safe overriding of immutable_trait |
blob | commitdiff | diff to current |
2009-04-19 |
Yuval Kogman |
Remove immutable transformer |
blob | commitdiff | diff to current |
2009-04-08 |
Yuval Kogman |
pass in args for all deprecated methods |
blob | commitdiff | diff to current |
2009-04-07 |
Dave Rolsky |
bump version to 0.81 0.81 |
blob | commitdiff | diff to current |
2009-04-07 |
Florian Ragwitz |
Include stack traces in the deprecation warnings. |
blob | commitdiff | diff to current |
2009-04-05 |
Dave Rolsky |
bump version to 0.80_01 |
blob | commitdiff | diff to current |
2009-04-05 |
Dave Rolsky |
Doh, had the wrong method name in the deprecation warning |
blob | commitdiff | diff to current |
2009-04-05 |
Dave Rolsky |
memoize get_all_attributes, not compute_all_applicable_... |
blob | commitdiff | diff to current |
2009-04-05 |
Dave Rolsky |
Merge branch 'master' into renames-and-deprecations |
blob | commitdiff | diff to current |
2009-04-05 |
Dave Rolsky |
deprecate compute_all_applicable_attributes |
blob | commitdiff | diff to current |
2009-04-05 |
Dave Rolsky |
make CMOP::Class->construct_instance private |
blob | commitdiff | diff to current |
2009-04-01 |
Dave Rolsky |
bump version |
blob | commitdiff | diff to current |
2009-03-31 |
Shawn M Moore |
Remove the pure-perl fallback of CMOP::Class->subclasses |
blob | commitdiff | diff to current |
2009-03-28 |
Shawn M Moore |
rebless_instance fixes and no-metaing |
blob | commitdiff | diff to current |
2009-03-28 |
Shawn M Moore |
Another error change |
blob | commitdiff | diff to current |
2009-03-28 |
Shawn M Moore |
Better error message given that we're trying to ignore... |
blob | commitdiff | diff to current |
2009-03-27 |
Dave Rolsky |
bump version and update Changes 0.79 |
blob | commitdiff | diff to current |
2009-03-26 |
Dave Rolsky |
Merge branch 'master' into renames-and-deprecations |
blob | commitdiff | diff to current |
2009-03-24 |
Shawn M Moore |
Document rebless_instance_away as part of rebless_instance |
blob | commitdiff | diff to current |
2009-03-24 |
Shawn M Moore |
Add a rebless_instance_away hook |
blob | commitdiff | diff to current |
2009-03-24 |
Shawn M Moore |
Use blessed instead of ref to get an instance's class... |
blob | commitdiff | diff to current |
2009-03-23 |
Dave Rolsky |
bump version so Moose has something to depend on |
blob | commitdiff | diff to current |
2009-03-22 |
Dave Rolsky |
Merge branch 'master' into refactor-immutable |
blob | commitdiff | diff to current |
2009-03-19 |
Dave Rolsky |
Using goto is very subclass-unfriendly, and breaks... |
blob | commitdiff | diff to current |
2009-03-19 |
Dave Rolsky |
Merge branch 'master' into renames-and-deprecations |
blob | commitdiff | diff to current |
2009-03-19 |
Dave Rolsky |
More refactoring of immutable code to make it easy... |
blob | commitdiff | diff to current |
2009-03-18 |
Dave Rolsky |
bump version for dev release 0.78_01 |
blob | commitdiff | diff to current |
2009-03-17 |
Dave Rolsky |
Missing docs on method metaclass names |
blob | commitdiff | diff to current |
2009-03-17 |
Dave Rolsky |
use X Protocol phrase in docs for each module |
blob | commitdiff | diff to current |
2009-03-17 |
Dave Rolsky |
add docs for meta method |
blob | commitdiff | diff to current |
2009-03-17 |
Dave Rolsky |
more spelling fixes |
blob | commitdiff | diff to current |
2009-03-17 |
Dave Rolsky |
Missing docs on method metaclass names |
blob | commitdiff | diff to current |
2009-03-17 |
Dave Rolsky |
Missing docs on method metaclass names |
blob | commitdiff | diff to current |
next |