[perl #128710] combining :D, a where clause and Nil results in empty type object

2018-01-19 Thread Zoffix Znet via RT
On Sat, 23 Jul 2016 15:57:33 -0700, gfldex wrote: > sub niler{Nil}; my Int:D $i where .defined = niler(); say $i; say $i.WHAT; > # OUTPUT«()␤()␤» > # expected: well, I don't know since I explicitely asked for a defined > # value _twice_ but Nil is supposed to revert a container to it's default. >

[perl #128710] combining :D, a where clause and Nil results in empty type object

2018-01-19 Thread Zoffix Znet via RT
On Sat, 23 Jul 2016 15:57:33 -0700, gfldex wrote: > sub niler{Nil}; my Int:D $i where .defined = niler(); say $i; say $i.WHAT; > # OUTPUT«()␤()␤» > # expected: well, I don't know since I explicitely asked for a defined > # value _twice_ but Nil is supposed to revert a container to it's default. >

[perl #126914] Block less try fails to catch exception

2018-01-19 Thread Zoffix Znet via RT
On Mon, 14 Dec 2015 00:48:15 -0800, nadim.khe...@gmail.com wrote: > https://rt.perl.org/Ticket/Display.html?id=126914 > > http://nopaste.linux-dev.org/?881099 > > In this code a 'say' was added to all the subs. the previuosly passing > *_orelse also fails to catch the exception Thanks, but the p

[perl #126914] Block less try fails to catch exception

2018-01-19 Thread Zoffix Znet via RT
On Mon, 14 Dec 2015 00:48:15 -0800, nadim.khe...@gmail.com wrote: > https://rt.perl.org/Ticket/Display.html?id=126914 > > http://nopaste.linux-dev.org/?881099 > > In this code a 'say' was added to all the subs. the previuosly passing > *_orelse also fails to catch the exception Thanks, but the p

[perl #126856] [LTA] No spaces allowed around .^ and .? (^42 .^methods.say)

2018-01-19 Thread Zoffix Znet via RT
On Wed, 09 Dec 2015 08:38:16 -0800, alex.jakime...@gmail.com wrote: > Code: > ^42 .^methods.say > > Result: > ===SORRY!=== Error while compiling -e > Unsupported use of . to concatenate strings; in Perl 6 please use ~ > at -e:1 > --> 42.^⏏methods.say > > > Arguably it should work, just

[perl #126856] [LTA] No spaces allowed around .^ and .? (^42 .^methods.say)

2018-01-19 Thread Zoffix Znet via RT
On Wed, 09 Dec 2015 08:38:16 -0800, alex.jakime...@gmail.com wrote: > Code: > ^42 .^methods.say > > Result: > ===SORRY!=== Error while compiling -e > Unsupported use of . to concatenate strings; in Perl 6 please use ~ > at -e:1 > --> 42.^⏏methods.say > > > Arguably it should work, just

[perl #123493] [BUG] Spurt to filehandle deprecated

2018-01-19 Thread Zoffix Znet via RT
On Tue, 23 Dec 2014 18:33:01 -0800, mic...@shaw.ca wrote: > This is perl6 version 2014.12-30-g8154bd3 built on MoarVM version > 2014.12 > > spurt to filehandle triggers depreciated message and functionality will > be removed in v2015.10. > > Unfortunately, that is the only way currently to reliab

[perl #123493] [BUG] Spurt to filehandle deprecated

2018-01-19 Thread Zoffix Znet via RT
On Tue, 23 Dec 2014 18:33:01 -0800, mic...@shaw.ca wrote: > This is perl6 version 2014.12-30-g8154bd3 built on MoarVM version > 2014.12 > > spurt to filehandle triggers depreciated message and functionality will > be removed in v2015.10. > > Unfortunately, that is the only way currently to reliab

[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-19 Thread Zoffix Znet via RT
On Sat, 13 Jan 2018 14:56:30 -0800, alex.jakime...@gmail.com wrote: > FWIW it was “working” before this commit: > https://github.com/rakudo/rakudo/commit/ec18f24d27ce61fa71d177ab76c4044ee1d1a75e > > But that's probably irrelevant because I'm pretty sure it was cheating > with > something. > On 201

[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-19 Thread Zoffix Znet via RT
On Sat, 13 Jan 2018 14:56:30 -0800, alex.jakime...@gmail.com wrote: > FWIW it was “working” before this commit: > https://github.com/rakudo/rakudo/commit/ec18f24d27ce61fa71d177ab76c4044ee1d1a75e > > But that's probably irrelevant because I'm pretty sure it was cheating > with > something. > On 201

[perl #132742] [BUILD] FreeBSD and OpenBSD Builds now dependent on gmake

2018-01-19 Thread via RT
# New Ticket Created by Steve Mynott # Please include the string: [perl #132742] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132742 > Both builds are broken see #132741 but I believe the change to make these builds dependen

[perl #132741] [BUILD] Broken on FreeBSD and OpenBSD

2018-01-19 Thread via RT
# New Ticket Created by Steve Mynott # Please include the string: [perl #132741] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132741 > MoarVM build broken on FreeBSD 11 and OpenBSD 6.2 .. Configuring and building MoarVM ..

[perl #132632] [POD][NYI]. List and hash configuration value formats are not yet implemented (NYI)

2018-01-19 Thread Tom Browder via RT
closed also with tests in merged roast PR #371

[perl #130477] [BUG][POD] Pod config parses colopairs but simply stringifies whatever it matched

2018-01-19 Thread Tom Browder via RT
closed also with tests in merged roast PR #371

[perl #126742] [POD] config items should not include quotes for string values

2018-01-19 Thread Tom Browder via RT
closed also with tests in merged roast PR #371

[perl #124281] colonpairs in [POD] config options always produce strings

2018-01-19 Thread Tom Browder via RT
closed also with tests in merged roast PR #371