[perl #130798] A andthen B orelse C orelse D leaks some internal Block

2017-04-29 Thread Zoffix Znet via RT
On Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote: > On Thu, 16 Feb 2017 19:44:47 -0800, lloyd.fo...@gmail.com wrote: > > note (Nil andthen "foo" orelse Nil orelse "bar"); > > -> ;; $_ is raw { #`(Block|140635964425160) ... } > > > > see the previously fixed: > >

[perl #130798] A andthen B orelse C orelse D leaks some internal Block

2017-04-29 Thread Zoffix Znet via RT
On Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote: > On Thu, 16 Feb 2017 19:44:47 -0800, lloyd.fo...@gmail.com wrote: > > note (Nil andthen "foo" orelse Nil orelse "bar"); > > -> ;; $_ is raw { #`(Block|140635964425160) ... } > > > > see the previously fixed: > >

[perl #131237] [BUG] FreeBSD 11, rakudo r5e74017d: fails test 11 in t/04-nativecall/02-simple-args.t

2017-04-29 Thread via RT
# New Ticket Created by parv # Please include the string: [perl #131237] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131237 > On FreeBSD 11 ... FreeBSD bsd-11 11.0-STABLE FreeBSD 11.0-STABLE #9 r317495: Thu Apr 27

[perl #131238] [LTA] "This type cannot unbox to a native string" when not returning a `Str` from method `gist`

2017-04-29 Thread Zoffix Znet via RT
On Sat, 29 Apr 2017 08:14:38 -0700, sml...@gmail.com wrote: > Returning a Str from a custom class's .gist works fine: > > ➜ class A { method gist { "42" } }; say A.new; > 42 > > But when returning other values, it fails to convert them to Str > automatically, and instead prints an

[perl #131238] [LTA] "This type cannot unbox to a native string" when not returning a `Str` from method `gist`

2017-04-29 Thread Zoffix Znet via RT
On Sat, 29 Apr 2017 08:14:38 -0700, sml...@gmail.com wrote: > Returning a Str from a custom class's .gist works fine: > > ➜ class A { method gist { "42" } }; say A.new; > 42 > > But when returning other values, it fails to convert them to Str > automatically, and instead prints an

[perl #131238] [LTA] "This type cannot unbox to a native string" when not returning a `Str` from method `gist`

2017-04-29 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #131238] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131238 > Returning a Str from a custom class's .gist works fine: ➜ class A { method gist { "42" }

[perl #131181] [BUG] "Invalid BUILD_LEAST_DERIVED plan" when `but`-ing a role with native-int attribute

2017-04-29 Thread jn...@jnthn.net via RT
On Thu, 20 Apr 2017 07:53:23 -0700, c...@zoffix.com wrote: > 14:51 Zoffix m: $ = 42 but role { has int $!x } > 14:51 camelia rakudo-moar 277b6e: ( no output ) > 14:51 Zoffix m: $ = 42 but role { has Int $!x = 42 } > 14:51 camelia rakudo-moar 277b6e: ( no output ) >

[perl #131181] [BUG] "Invalid BUILD_LEAST_DERIVED plan" when `but`-ing a role with native-int attribute

2017-04-29 Thread jn...@jnthn.net via RT
On Thu, 20 Apr 2017 07:53:23 -0700, c...@zoffix.com wrote: > 14:51 Zoffix m: $ = 42 but role { has int $!x } > 14:51 camelia rakudo-moar 277b6e: ( no output ) > 14:51 Zoffix m: $ = 42 but role { has Int $!x = 42 } > 14:51 camelia rakudo-moar 277b6e: ( no output ) >