2009-02-20 |
Dave Rolsky |
Tweak code to be more consistent |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Add a test for a problem that the Moose tests were... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Add a test for adding a method modifier to a method... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Spell withdrawal correctly |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Add a test for wrapping a method which doesn't exist. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Make the error message for an unfound method (that... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
perltidy this test file |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Fix one more instance of passing a quoted attr name |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Revert back to checking for code compilation failure... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
bump the version so I can make svn Moose require this... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Make the meta-instance class take a bare attribute... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
I'm a dumbass. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Even better, include the code that failed to compile... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dave Rolsky |
Hey, here's a crazy idea, let's die we try to generate... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Jesse Luehrs |
heirachy -> hierarchy |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dave Rolsky |
Actually test that this works and fix some unchanged... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dave Rolsky |
Clarify variable naming here |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dave Rolsky |
Oh, the irony |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dave Rolsky |
bump version to 0.77 0.77 |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dave Rolsky |
Add release date for 0.77 and fix 0.76 release date |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dave Rolsky |
Warn about future removal of backcompat mispelled metho... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dave Rolsky |
Tidy the constructor code |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Florian Ragwitz |
Changelogging. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Florian Ragwitz |
Don't call GvCV on something that's not a GV. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Florian Ragwitz |
Add a wrapped_method_metaclass attribute to CMOP::Class. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dave Rolsky |
Update changes for CMOP |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Florian Ragwitz |
Disable deprecated get_all_packge_symbols in list context. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Florian Ragwitz |
Make MOP.xs compile again. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
Add changes |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
Add comment referring people looking at is_class_loaded... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
Make the XS version of is_class_loaded smarter about... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
remove and ignore manifest |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
Move next changes to next version |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
Improve is_class_loaded checking |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
add a bunch of tests for is_class_loaded |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
move 306 test to 083 where the other class loading... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Dave Rolsky |
this fix of just checking of GV-ness to determine if... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Add get_all_method_names |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dave Rolsky |
Document that initialize() returns a cached metaclass... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Florian Ragwitz |
Make the pure-perl test generation compatible with... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Florian Ragwitz |
Run the pure perl tests on the smokers. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
doh, forgot to add a date |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
update the manifest 0.76 |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
bump all the versions to 0.76 |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
update changes |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
document USING_XS constant |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
rephrase skip_all test |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
remove a useless comment |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
try to make t/306_is_class_loaded.t skip except when... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
Skip all the tests unless using XS and Perl < 5.10. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
Add a line break for readability(-ishness) |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Dave Rolsky |
Reformat _eval_closure a bit and don't use q!! (used... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Yuval Kogman |
Merge method_generation_cleanup branch |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Yuval Kogman |
add _compile_code, a wrapper for _eval_closure and... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Dave Rolsky |
Merge from trunk to method_generation_cleanup branch... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Dave Rolsky |
Oops, needed that voodoo |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Dave Rolsky |
Remove some useless voodoo, and tidy |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Dave Rolsky |
Fix test description to match names used in test |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Jesse Luehrs |
get_method_map, find_method_by_name, and remove_method... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Tomas Doran |
TODO test showing differences between xs and pp version... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Yuval Kogman |
add definition_context |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Dave Rolsky |
Remove commented-out bit of code |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Shawn M Moore |
Instead of appending to the pp test file, replace it. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Shawn M Moore |
Metaclass-cache documentation cleanups |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Shawn M Moore |
Typo fix |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Florian Ragwitz |
Turn generation of pure perl tests into a makefile... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Florian Ragwitz |
Remove shebangs from tests. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Dave Rolsky |
Oops, today is Wednesday |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Dave Rolsky |
fix tests broken by the fix to make immutable transform... 0.75 |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Dave Rolsky |
Tidy this file |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Dave Rolsky |
bump version to 0.75 |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Dave Rolsky |
Fix a bug where a class made immutable and then mutable... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Dave Rolsky |
Fix wording of a change |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Florian Ragwitz |
Remove prototypes from MOP.xs. The pure perl implementa... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Dave Rolsky |
bump version and update changes 0.74 |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Florian Ragwitz |
Changelogging. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Florian Ragwitz |
Avoid macro expansion of 'name' in PREHASH_KEY. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Florian Ragwitz |
Whops. s/VALUE/VERSION/; |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Florian Ragwitz |
Don't require the hash key to be specified twice in... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Florian Ragwitz |
Make it easier to add new prehashed hash keys. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Florian Ragwitz |
Stop gcc from warning. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Florian Ragwitz |
Precompute hashes for VERSION and ISA. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Florian Ragwitz |
Add an xs implementation of Class::MOP::is_class_loaded. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dave Rolsky |
Show around on both sides of primary (it is around... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dave Rolsky |
bump version 0.73 |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dave Rolsky |
Update changes for next release |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Todd Hepler |
typo fix |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Florian Ragwitz |
Revert "Allow attribute defaults to be objects with... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Florian Ragwitz |
More changelogging. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Florian Ragwitz |
Changelogging. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Florian Ragwitz |
Allow attribute defaults to be objects with overloaded... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Florian Ragwitz |
Make mop_check_package_cache_flag work on 5.10, even... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Matt S Trout |
only close over the default values, don't actually... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Matt S Trout |
Merge 'trunk' into 'method_generation_cleanup' |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Matt S Trout |
switch to hashref-based _eval_closure |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shlomi Fish |
Fixed some of the tests under perl -d. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Prather |
add breadcrumbs to describe the Inheritance hierarchy... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dave Rolsky |
bump version to 0.72 0.72 |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dave Rolsky |
Add release date |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dave Rolsky |
Clarify change |
commit | commitdiff | tree | snapshot |
next |