2011-05-30 |
Karen Etheridge |
punctuation fix |
tree | commitdiff |
2011-05-19 |
Jesse Luehrs |
better error message for calling superclasses as a... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
pod coverage and such |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop closing over method objects when installing modifiers |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
also don't close over member tc objects in native deleg... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
actually, can't do that, since Moose::Error::Default... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
we don't need an actual inlined version of this |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop closing over the type constraint object |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
refactor the default type constraint message logic... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop closing over the method metaobject |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
fix setting associated_metaclass and attribute on acces... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
this only matters for lazy attributes with initializers |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
don't close over attrs in the constructor unless necessary |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
close over the coercion sub separately |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
remove unnecessary(?) code |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
restructure this method a bit for readability |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
don't close over the type constraint for inlined tcs |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop closing over $attr in accessor generation |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
fix up a few spelling and pod issues |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Wrap all TC inlining in parens and a do { } block |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Union inlining should always be surrounded by its own... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
make sure these are defined |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
these can be undef |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
there's no reason the suffix has to be fixed length |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
one more constrained scope in tc inlining |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that inlining union preserves the inline env |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Whenever we inline a type constraint, we need to includ... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make inline constraints safer ... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Don't assume that value that fails a duck type constrai... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Don't use $_ when checking member constraints, since... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Docs, Delta, and Changes for inline constraints |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Rename has_inlined_type_constraint to can_be_inlined |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
one more fix for unoptimized constraints |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop using a package global for enums, just close over it |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
fix a couple of unoptimized constraints |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
confess here, since this should never happen |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
more readable inlined code |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
use Eval::Closure rather than doing string eval directly |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
compare references with == rather than eq |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that Int rejects "1\n" and "\n1" (but Num... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
A name-only subtype now inherits inlining from its... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add inlining code for Role constraint class |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Explicitly set the constraint for role type |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Enum needs to check that the value is not a ref |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Drop optimized subs for all builtins - instead use... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Export inline_as |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Use Moose->throw_error to throw errors |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Use an inlined constraint when checking member values... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
We don't want two different inline code chunks to use... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Remove extra newline |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add inlining for union types |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
All TC objects (except unions) now have inlining code... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Inlining parameterized type seems to work, but needs... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add tests for un-parameterized Maybe |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Rewrite builtin type tests to test optimized, unoptimiz... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Remove use of confess when we should use Moose->throw_error |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
All non-parameterized types now have inlining code |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Move optimized constraint subs to new Builtins package |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Move definition of built in types to a separate package... |
tree | commitdiff |
2011-05-17 |
Karen Etheridge |
typo |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
edits |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
update our support policy with regards to supported... |
tree | commitdiff |
2011-05-14 |
Florian Ragwitz |
Assert the correct version of CMOP being installed |
tree | commitdiff |
2011-05-14 |
Jesse Luehrs |
pod coverage |
tree | commitdiff |
2011-05-13 |
Jesse Luehrs |
more complete clone implementation |
tree | commitdiff |
2011-05-13 |
Florian Ragwitz |
Make instance cloning go through attribute setters |
tree | commitdiff |
2011-05-10 |
Jesse Luehrs |
add example of role-based delegation to Moose::Role... |
tree | commitdiff |
2011-05-09 |
Jesse Luehrs |
whoops again |
tree | commitdiff |
2011-05-09 |
Jesse Luehrs |
sort some things to allow for some better caching |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
setting weaken should be based on the passed in cache... |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
and fix the reference to the test file |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
fix up Moose::Object docs a bit |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
mention that metaclass.pm shouldn't really be used... |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
fix up oose.pm docs a bit |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
fix recipe synopsis |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
overriding new isn't necessary when using mx-nonmoose |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
typo |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
this is not what gender means |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
typos |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
typo fixes |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
talking about things as "magical" isn't helpful |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
no need for this to be a footnote, since we talk about... |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
simplify a bit by giving this a default |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
note how BUILD works here, since it's the first time... |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
typo fixes |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
clarify a bit |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
stop recommending '.' as a type namespace separator |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
copy over some Moose.pm changes to Moose/Role.pm |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
don't talk about class metaclasses either |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
fix up some abstracts |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
note that this example really should be using native... |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
make this its own header |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
typo fixes |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
typo fixes |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
stop documenting BUILDALL and DEMOLISHALL |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
cmop is no longer a separate dist |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
more grammar cleanups |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
grammar and formatting cleanups |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
mention moosex-mangle |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
this has had an appropriate warning for a while now |
tree | commitdiff |
next |