projects
/
gitmo/Moose.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
gitmo/Moose.git
2011-05-17
Jesse Luehrs
confess here, since this should never happen
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Jesse Luehrs
more readable inlined code
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Jesse Luehrs
use Eval::Closure rather than doing string eval directly
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Jesse Luehrs
compare references with == rather than eq
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Add tests for a fake regex object ( bless {}, 'Regexp' )
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Don't disable 'once' warnings in the whole test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Test that Str can handle return value of substr()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Make sure that Int rejects "1\n" and "\n1" (but Num...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
A name-only subtype now inherits inlining from its...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Add inlining code for Role constraint class
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Explicitly set the constraint for role type
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Enum needs to check that the value is not a ref
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Drop optimized subs for all builtins - instead use...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Add a thorough test for inlining TCs, especially testin...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Export inline_as
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Use Moose->throw_error to throw errors
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Use an inlined constraint when checking member values...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
We don't want two different inline code chunks to use...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Remove extra newline
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Add inlining for union types
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
All TC objects (except unions) now have inlining code...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Inlining parameterized type seems to work, but needs...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Add tests for un-parameterized Maybe
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Rewrite builtin type tests to test optimized, unoptimiz...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Remove use of confess when we should use Moose->throw_error
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
All non-parameterized types now have inlining code
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Fix XS for RegexpRef
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Move optimized constraint subs to new Builtins package
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Dave Rolsky
Move definition of built in types to a separate package...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Karen Etheridge
typo
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Jesse Luehrs
pod spelling
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Jesse Luehrs
edits
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Jesse Luehrs
update our support policy with regards to supported...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-16
Jesse Luehrs
be quieter when cleaning, to make listdeps work better
commit
|
commitdiff
|
tree
|
snapshot
2011-05-15
Dave Rolsky
Add parens around qw() to avoid warning with 5.14
commit
|
commitdiff
|
tree
|
snapshot
2011-05-15
Florian Ragwitz
Make the changelog lie less
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Florian Ragwitz
Assert the correct version of CMOP being installed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Jesse Luehrs
pod coverage
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Jesse Luehrs
more complete clone implementation
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Jesse Luehrs
more tests
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Florian Ragwitz
Make instance cloning go through attribute setters
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Florian Ragwitz
Add failing test for cloning attrs with weak refs
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Jesse Luehrs
add Test::Magpie to test-my-deps
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Dave Rolsky
Put MooseX::MultiObject back into the list of modules...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Jesse Luehrs
add example of role-based delegation to Moose::Role...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Dave Rolsky
Remove MooseX::MultiObject - it has a test dep on Class...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
fix package name for no-indexing
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
whoops again
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Dave Rolsky
Space between changes
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
sort some things to allow for some better caching
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
ugh, depend on a non-broken List::MoreUtils
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Jesse Luehrs
this doesn't exist anymore
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
setting weaken should be based on the passed in cache...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
and fix the reference to the test file
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
this is actually from recipe 9
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
fix up Moose::Object docs a bit
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
mention that metaclass.pm shouldn't really be used...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
fix up oose.pm docs a bit
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
couple more things to ignore for pod coverage
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
fix recipe synopsis
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
overriding new isn't necessary when using mx-nonmoose
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
typo
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
this is not what gender means
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
typos
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
typo fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
talking about things as "magical" isn't helpful
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
no need for this to be a footnote, since we talk about...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
simplify a bit by giving this a default
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
note how BUILD works here, since it's the first time...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
typo fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
clarify a bit
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
stop recommending '.' as a type namespace separator
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
copy over some Moose.pm changes to Moose/Role.pm
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
don't talk about class metaclasses either
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
fix up some abstracts
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
one more package to hide
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
note that this example really should be using native...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
make this its own header
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
typo fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
typo fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
stop documenting BUILDALL and DEMOLISHALL
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
cmop is no longer a separate dist
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
more grammar cleanups
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
grammar and formatting cleanups
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
mention moosex-mangle
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
this has had an appropriate warning for a while now
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
we're already past 2.0
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
nobody is really working on xs accessors anymore
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Jesse Luehrs
link to the list of moose-using organizations
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Jesse Luehrs
use Try::Tiny in this example
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Jesse Luehrs
clean up docs of blessed and confess
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Jesse Luehrs
fix up ::Cookbook::Snack::Keywords
commit
|
commitdiff
|
tree
|
snapshot
next