I've added a fudged test to S12-introspection/attributes.t
that the container shape is as declared; not a Whatever.
On Wed, 19 Apr 2017 03:14:35 -0700, c...@zoffix.com wrote:
> On Tue, 18 Apr 2017 20:34:15 -0700, david.warring wrote:
> > AFAIK there's currently no way of introspecting the shape of
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131178]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131178 >
Reportedly, `mkdir` on an existing directory (e.g. `mkdir '/'`) succeeds on
Linux, but fa
On Thu, 28 Jan 2016 10:45:04 -0800, tbrowder wrote:
> Class IO:Path currently has many methods for handling path name. The
> list currently includes:
>
> method abspath
> method basename
> method extension
> method dirname
> method volume
> method parts
> method path
> method Str
>
> I would lik
On Thu, 28 Jan 2016 10:45:04 -0800, tbrowder wrote:
> Class IO:Path currently has many methods for handling path name. The
> list currently includes:
>
> method abspath
> method basename
> method extension
> method dirname
> method volume
> method parts
> method path
> method Str
>
> I would lik
Thank you, let's wait for version 2017.05 then :-)
On Wed, Apr 19, 2017 at 11:53 AM, Timo Paulssen wrote:
> Sadly, the debugger has bitrotted a little bit. I tried the obvious fix
> which was to replace setlang with define_slang, but that just gets it up
> to the next error, which looks like the
On Tue, 18 Apr 2017 20:34:15 -0700, david.warring wrote:
> AFAIK there's currently no way of introspecting the shape of a Class
> attribute that's a native shaped array.
>
> I'd like this feature for the Native::Packing module. For example to
> interpret:
>
> class C {
> has byte @.gif-header
On Tue, 18 Apr 2017 20:34:15 -0700, david.warring wrote:
> AFAIK there's currently no way of introspecting the shape of a Class
> attribute that's a native shaped array.
>
> I'd like this feature for the Native::Packing module. For example to
> interpret:
>
> class C {
> has byte @.gif-header
Sadly, the debugger has bitrotted a little bit. I tried the obvious fix
which was to replace setlang with define_slang, but that just gets it up
to the next error, which looks like the behavior of Perl6::Grammar has
changed and Perl6::HookGrammar hasn't been updated to match or something.
I'll pus