Skip Menu |

This queue is for tickets about the MooseX-ClassAttribute CPAN distribution.

Report information
The Basics
Id: 100225
Status: stalled
Priority: 0/
Queue: MooseX-ClassAttribute

People
Owner: Nobody in particular
Requestors: richamead [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Creates anonymous classes with munged names
Date: Sun, 9 Nov 2014 08:22:50 -0800
To: bug-MooseX-ClassAttribute [...] rt.cpan.org
From: Richard Mead <richamead [...] gmail.com>
Please use MooseX-TraitFor-Meta-Class-BetterAnonClassNames (and/or MooseX::Util::Meta::Class)
On Sun Nov 09 11:23:02 2014, richamead@gmail.com wrote: Show quoted text
> Please use MooseX-TraitFor-Meta-Class-BetterAnonClassNames (and/or > MooseX::Util::Meta::Class)
I'd consider a PR against https://github.com/moose/MooseX-ClassAttribute Some more detail on what problem this solves would also be nice to hear.
Subject: Re: [rt.cpan.org #100225] Creates anonymous classes with munged names
Date: Sun, 9 Nov 2014 11:03:39 -0800
To: bug-moosex-classattribute <bug-MooseX-ClassAttribute [...] rt.cpan.org>
From: Richard Mead <RichardMead [...] Earthling.net>
Happy to - and it makes for much saner reading of stack traces, mostly. On Sun, Nov 9, 2014 at 8:40 AM, Dave Rolsky via RT < bug-MooseX-ClassAttribute@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=100225 > > > On Sun Nov 09 11:23:02 2014, richamead@gmail.com wrote:
> > Please use MooseX-TraitFor-Meta-Class-BetterAnonClassNames (and/or > > MooseX::Util::Meta::Class)
> > I'd consider a PR against https://github.com/moose/MooseX-ClassAttribute > > Some more detail on what problem this solves would also be nice to hear. >
Subject: Re: [rt.cpan.org #100225] Creates anonymous classes with munged names
Date: Sun, 9 Nov 2014 11:11:42 -0800
To: bug-moosex-classattribute <bug-MooseX-ClassAttribute [...] rt.cpan.org>
From: Richard Mead <RichardMead [...] Earthling.net>
Although, for a pull request I'd have to figure out how to get it working myself - and I've been having troubl with that... There are places where changing a 'use' statement could help, and spots where 'create_anon_class' is called by directly referencing Moose:Meta:Role, 'apply_metaroles' is called by directly referencing Moose::Util::MetaRole, and a few other such tidbits - I haven't found the right combination of changes yet that resolves this for me (I am using MooseX::ClassAttribute in a Role...) I am ending up touching most every file - slow going since I am new to Moose. ;-) On Sun, Nov 9, 2014 at 11:03 AM, Richard Mead <RichardMead@earthling.net> wrote: Show quoted text
> Happy to - and it makes for much saner reading of stack traces, mostly. > > On Sun, Nov 9, 2014 at 8:40 AM, Dave Rolsky via RT < > bug-MooseX-ClassAttribute@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=100225 > >> >> On Sun Nov 09 11:23:02 2014, richamead@gmail.com wrote:
>> > Please use MooseX-TraitFor-Meta-Class-BetterAnonClassNames (and/or >> > MooseX::Util::Meta::Class)
>> >> I'd consider a PR against https://github.com/moose/MooseX-ClassAttribute >> >> Some more detail on what problem this solves would also be nice to hear. >>
> >