[perl #131174] [NYI] Atrribute Introspect shape

2017-04-19 Thread David Warring via RT
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

[perl #131178] [IO] mkdir '/' fails on OSX but succeeds on Linux

2017-04-19 Thread via RT
# 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

[perl #127407] [RFC] (1) add method IO::Path.stemname; (2) expand method IO::Path.parts

2017-04-19 Thread Zoffix Znet via RT
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

[perl #127407] [RFC] (1) add method IO::Path.stemname; (2) expand method IO::Path.parts

2017-04-19 Thread Zoffix Znet via RT
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

Re: Debugging and Perl6::HookGrammar

2017-04-19 Thread Fernando Santagata
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

[perl #131174] [NYI] Atrribute Introspect shape

2017-04-19 Thread Zoffix Znet via RT
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

[perl #131174] [NYI] Atrribute Introspect shape

2017-04-19 Thread Zoffix Znet via RT
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

Re: Debugging and Perl6::HookGrammar

2017-04-19 Thread Timo Paulssen
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