Graham Knop [Fri, 24 May 2013 16:47:18 +0000]
changelog attribute trait fix
Graham Knop [Tue, 14 May 2013 22:10:32 +0000]
test for trait inflation from moo roles
Graham Knop [Tue, 14 May 2013 21:34:13 +0000]
hard code traits as valid for attribute inflation
Matt S Trout [Sun, 5 May 2013 18:18:39 +0000]
fuck you, Moose::Meta::Role::Attribute. in the ear. with a rusty spork.
Graham Knop [Sun, 5 May 2013 18:11:10 +0000]
clean up trait test and add check for init_arg => undef
Matt S Trout [Sun, 5 May 2013 18:04:53 +0000]
restore init_arg => undef checking
Matt S Trout [Sun, 5 May 2013 17:55:18 +0000]
switch to a more functional style for the attribute ripping code
Graham Knop [Sun, 5 May 2013 17:29:19 +0000]
also include attributes from attribute traits on inflate
Graham Knop [Sun, 5 May 2013 14:23:36 +0000]
test for attribute attributes coming from traits
Graham Knop [Sun, 5 May 2013 14:26:15 +0000]
when inhaling Moose roles, only include original options for attributes
Graham Knop [Mon, 27 May 2013 04:48:24 +0000]
remove out of date docs about unquoting all subs
Graham Knop [Fri, 24 May 2013 17:06:35 +0000]
test for composing non-role
Graham Knop [Sun, 19 May 2013 22:08:29 +0000]
Explicitly use Role::Tiny in Moo::Role
base.pm will ignore failures loading a module if there are any entries
in its stash. Moo will cause an entry to exist because it refers to
Role::Tiny::INFO. Loading Moo before before Moo::Role will thus cause
base.pm to ignore failures loading Role::Tiny. Fix this by explicitly
loading Role::Tiny in Moo::Role.
Karen Etheridge [Sun, 19 May 2013 18:07:26 +0000]
tighten up list of ignored files
Graham Knop [Wed, 15 May 2013 15:31:31 +0000]
typo fix
Graham Knop [Mon, 13 May 2013 19:46:43 +0000]
properly die when composing a non-Role module
Matt S Trout [Sat, 4 May 2013 20:35:39 +0000]
Release commit for 1.002000
Matt S Trout [Sat, 4 May 2013 20:33:19 +0000]
changelog moosify feature
Dagfinn Ilmari Mannsåker [Sat, 4 May 2013 20:30:10 +0000]
Silence warning in pre-5.8.3 weaken test
Matt S Trout [Sat, 4 May 2013 20:28:30 +0000]
bump version
Dagfinn Ilmari Mannsåker [Sun, 21 Apr 2013 15:23:18 +0000]
Fix warnings about unknown attribute parameters on metaclass inflation
Moo::Role::_inhale_if_moose inhales the entire guts of the attribute
metaobject, so make sure we pass the correct constructor args for the
attribute metaclass.
Arthur Axel 'fREW' Schmidt [Fri, 26 Apr 2013 22:09:01 +0000]
more tests (because I cannot believe that fixed it)
Graham Knop [Fri, 26 Apr 2013 19:26:23 +0000]
don't copy delegates into overridden attributes
Arthur Axel 'fREW' Schmidt [Fri, 26 Apr 2013 19:04:31 +0000]
overriding delegate methods should work
Dagfinn Ilmari Mannsåker [Sat, 4 May 2013 20:09:16 +0000]
Avoid braces as regex delimiters when used escaped in the pattern
It warns in 5.17.x, and the parsing and metacharcter status is subject
to change in future versions of perl.
Toby Inkster [Thu, 25 Apr 2013 13:00:00 +0000]
die with a helpful error message if $TYPE_MAP{$isa}->() returned something useless
Graham Knop [Sat, 4 May 2013 19:16:18 +0000]
fix breakage introduced by accessor fix
Graham Knop [Wed, 17 Apr 2013 11:16:15 +0000]
avoid using separate variable for value in modifier when possible
Graham Knop [Wed, 17 Apr 2013 11:01:56 +0000]
try to avoid localizing @_ when not needed
Kent Fredric [Tue, 23 Apr 2013 21:11:21 +0000]
lib/Moo/HandleMoose.pm: Fix for rt#84615
If the constructor autovivification call returns 'undef', then the
package we're trying to get the contructor for, ( and from that, the
constructor specs ), that package was not constructed via
package;
use Moo;
doesn't turn up in %Moo::MAKERS, and must either be either Moose::Object itself, or a simple child class of
that.
Therefore, assume it has no attributes, and inflate a minimal
methods-only metaclass.
Kent Fredric [Tue, 23 Apr 2013 19:48:00 +0000]
add xt/ test for RT#84615 : Moo::Object->meta->can() dies
Add a test for people doing simple inheritance of Moo::Object, which also exhibits RT#84615
Add Haargs test case which is seemingly more common than the other two
combined. get_all_attributes even works as expected!
Graham Knop [Sun, 31 Mar 2013 03:16:15 +0000]
add changelog entry for non-ref defaults fix, and missed entry from previous version
Graham Knop [Fri, 22 Mar 2013 23:06:43 +0000]
fix for eager false non-ref defaults
Graham Knop [Fri, 22 Mar 2013 23:03:41 +0000]
tests for eager false non-ref defaults
Graham Knop [Thu, 2 May 2013 17:16:33 +0000]
moosify on overridden attributes adds to list of subs
Matt Phillips [Tue, 30 Apr 2013 14:59:46 +0000]
squash, cleanup on _validate_codulatable
Matt Phillips [Fri, 22 Mar 2013 20:35:43 +0000]
Adds moosify isa spec
This feature is an optional coderef that gets fired when Moo::HandleMoose is
injecting a real metaclass. The spec hashref is passed as the only argument to
allow for modifications to carry forward to Moose.
The main usecase for this is to allow thirdparty extensions such as
MooX::HandlesVia to mutate their Moo specific attributes to something Moose
will understand.
Toby Inkster [Fri, 19 Apr 2013 12:49:16 +0000]
add checks that refaddr of $spec->{isa} and $spec->{coerce} are unchanged
Graham Knop [Thu, 18 Apr 2013 20:05:22 +0000]
test that repeated calls to accessor doesn't re-trigger overloads on isa/coerce
Graham Knop [Thu, 18 Apr 2013 19:57:49 +0000]
fix overload-coderefs test
Toby Inkster [Fri, 5 Apr 2013 17:56:39 +0000]
inlining for overloaded object isa/coerce
Graham Knop [Wed, 17 Apr 2013 16:55:40 +0000]
changelog entries for accessor fixes
Graham Knop [Wed, 17 Apr 2013 10:14:06 +0000]
fix accessor bugs
Fixes bugs with isa being called on every access for lazy accessors,
and invalid defaults modifying the object. This required converting
_generate_use_default to create an expression that could be returned
rather than a statement to assign the default. The calling location
was then adjusted to return that expression directly.
Graham Knop [Wed, 17 Apr 2013 07:30:34 +0000]
failing test for lazy builder re-calling when isa fails
Graham Knop [Wed, 17 Apr 2013 07:16:39 +0000]
failing test for isa being called on already built values
Graham Knop [Thu, 18 Apr 2013 04:34:47 +0000]
make weak_ref+lazy match behavior of moose
Graham Knop [Fri, 12 Apr 2013 05:38:40 +0000]
bump Devel::GlobalDestruction dep to fix warnings on cleanup under -c
Graham Knop [Sun, 31 Mar 2013 03:19:29 +0000]
add missing changelog entry for FOREIGNBUILDARGS
Graham Knop [Mon, 18 Mar 2013 21:11:25 +0000]
documentation for FOREIGNBUILDARGS
Christian Walde [Fri, 3 May 2013 11:38:14 +0000]
typo fix
Graham Knop [Tue, 30 Apr 2013 13:22:08 +0000]
kill each
Karen Etheridge [Sat, 30 Mar 2013 16:01:06 +0000]
use TEST_REQUIRES when available
Dagfinn Ilmari Mannsåker [Wed, 27 Mar 2013 18:50:01 +0000]
document Moose type constraint creation for roles and classes
It was actually fixed in 1.001000, but I forgot to add documentation and
Changes entry.
Karen Etheridge [Tue, 19 Mar 2013 21:42:11 +0000]
document that ->make_immutable does nothing - resolves RT#83188)
Graham Knop [Sun, 17 Mar 2013 22:21:01 +0000]
fix asserter generator not passing $spec
Dagfinn Ilmari Mannsåker [Sun, 17 Mar 2013 15:44:42 +0000]
Fix POD markup for default predicate names
Matt Phillips [Sat, 16 Mar 2013 18:57:06 +0000]
refactor asserter code into _generate_asserter()
Matt S Trout [Sat, 16 Mar 2013 21:08:17 +0000]
Release commit for 1.001000
Matt S Trout [Sat, 16 Mar 2013 21:06:28 +0000]
bump version for 1.1.0
Matt S Trout [Sat, 16 Mar 2013 20:11:30 +0000]
make moo-accessors.t inlineable for xt/handle_moose.t to use
Matt S Trout [Sat, 16 Mar 2013 20:10:06 +0000]
clean up merge error in accessor generation test
Matt S Trout [Sat, 16 Mar 2013 20:01:00 +0000]
clean up docs on default and incompatibility
Toby Inkster [Fri, 15 Feb 2013 12:24:00 +0000]
update Changes
Toby Inkster [Fri, 15 Feb 2013 12:09:39 +0000]
test cases for +attr and overwriting methods
Toby Inkster [Fri, 15 Feb 2013 11:55:04 +0000]
fix test case that relies on a misfeature
Toby Inkster [Fri, 15 Feb 2013 11:54:37 +0000]
not sure why that "unless caller" was there, but prove does not like
Toby Inkster [Fri, 15 Feb 2013 11:48:24 +0000]
fix conflict with two lexical variables called $spec
Toby Inkster [Tue, 18 Dec 2012 16:48:58 +0000]
improve the overwriting exception's handling of has '+attr'
Toby Inkster [Sat, 15 Dec 2012 22:37:31 +0000]
generalize this feature - FAILING TESTS - DO NOT MERGE WITH MASTER YET
Toby Inkster [Sun, 9 Dec 2012 12:36:26 +0000]
fix for 81181
Graham Knop [Thu, 21 Feb 2013 12:20:55 +0000]
move moose method registration after attribute registration
Graham Knop [Thu, 21 Feb 2013 11:34:39 +0000]
test for rt#83508, inflated metaclass sometimes forgetting role methods
Damien Krotkine [Wed, 27 Feb 2013 15:21:29 +0000]
updated doc
Damien Krotkine [Wed, 27 Feb 2013 14:19:50 +0000]
added documtentation for attributes overloading
Graham Knop [Fri, 1 Mar 2013 10:09:04 +0000]
allow non-ref defaults
Torsten Raudssus [Mon, 4 Mar 2013 16:35:35 +0000]
Fixed link to chat from classical L<> to =for html
Torsten Raudssus [Mon, 4 Mar 2013 14:05:28 +0000]
added more meta resources and added more support relevant links into the POD documentation
Graham Knop [Fri, 22 Feb 2013 23:20:09 +0000]
apply coercion to subtype of inflated moose type when using %TYPE_MAP
Graham Knop [Fri, 22 Feb 2013 23:19:19 +0000]
also test that name is correct for moose types with coercion
Graham Knop [Sat, 12 Jan 2013 21:29:12 +0000]
test for bug with different coercions on same native type
Graham Knop [Fri, 22 Feb 2013 09:59:21 +0000]
implementation of FOREIGNBUILDARGS
Graham Knop [Fri, 22 Feb 2013 09:58:44 +0000]
test for FOREIGNBUILDARGS
Matt Phillips [Fri, 15 Feb 2013 20:14:10 +0000]
RT #83361, asserter now operates on definedness
As per haargs suggestion:
11:32 <haarg> mattp: i'd say use the predicate to test for existance, but after
calling get. so something like do { my $val = $get->(); die "Attempted to
access..." unless $has->(); $val; }
Matt Phillips [Fri, 15 Feb 2013 20:14:27 +0000]
add myself to committer list
Graham Knop [Mon, 25 Feb 2013 02:17:56 +0000]
fix minor whitespace issue in synopsis
Graham Knop [Mon, 25 Feb 2013 01:37:45 +0000]
changelog entry for trigger docs clarification
Graham Knop [Sun, 24 Feb 2013 13:57:12 +0000]
clarify that default and built values don't call trigger
Karen Etheridge [Thu, 21 Feb 2013 20:55:05 +0000]
Revert "fix spelling in example"
It turns out that 'dagron' isn't a typo after all. Now I know!
This reverts commit
a0b12b0243e9916e97f9191e2a7ae51e413adf86.
Karen Etheridge [Sun, 17 Feb 2013 01:25:30 +0000]
fix spelling in example
Matt S Trout [Tue, 12 Feb 2013 08:55:14 +0000]
clarify is => 'lazy' docs to explain that the rw+lazy footgun still works
Christian Walde [Mon, 11 Feb 2013 12:23:54 +0000]
handles => "RoleName" should try to load the module
Dagfinn Ilmari Mannsåker [Sat, 9 Feb 2013 17:50:08 +0000]
Create class and role type constraints for Moose
Moose implicitly creates type constraints for roles and classes, which
means that isa => 'SomeRole' accepts an object that does the role. For
increased compatibility, create these constraints when injecting the
fake meta class.
Matt S Trout [Wed, 6 Feb 2013 01:12:04 +0000]
Release commit for 1.000008
Matt S Trout [Wed, 6 Feb 2013 01:11:15 +0000]
bump version
Graham Knop [Wed, 6 Feb 2013 01:00:46 +0000]
add myself to contributors
Matt S Trout [Wed, 6 Feb 2013 00:34:55 +0000]
fixup exporting to be sane and consistent
Graham Knop [Tue, 18 Dec 2012 13:49:54 +0000]
test for Moose consuming a role with no subs after Moo does
Graham Knop [Tue, 18 Dec 2012 13:49:45 +0000]
test for use Moo after no Moo
Christian Walde [Tue, 18 Dec 2012 16:11:24 +0000]
do not generate an accessor on an rw attr if reader and writer are defined, this gives compatibility with Moose
Christian Walde [Thu, 10 Jan 2013 13:56:11 +0000]
builder => sub{} now installs that as a method