[perl #117957] free(): invalid next size (fast) in S02-types/bool.t

2013-05-26 Thread Will Coleda via RT
I just completed a git bisect on nom for this issue. 5838e933b362d33c8a0854a7c410c347a4911bde is the first bad commit $ git show 5838e933b362d33c8a0854a7c410c347a4911bde commit 5838e933b362d33c8a0854a7c410c347a4911bde Merge: 4741028 02c7fbb Author: Moritz Lenz Date: Sat May 4 21:09:08 2013 +020

[perl #91728] Rakudo includes an internal Parrot header file, parrot/parrot.h

2013-05-26 Thread Patrick R. Michaud via RT
I'm wondering if this ticket can be marked "resolved" -- see https://github.com/parrot/parrot/issues/365 . The gist of #365 seems to be that parrot.h is no longer considered an internal Parrot header file... but I'm not sure I'm reading it correctly. In particular, the parrot.h file itself n

[perl #118183] Optimization problem with is copy

2013-05-26 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118183] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118183 > [14:28:22] r: sub a ( $a is copy ) { $a=5 }; a(1) [14:28:24] <+camel

[perl #118181] .exists on typed hash with Any fails

2013-05-26 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118181] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118181 > [12:44:47] r: my %h{Any}=Any=>1; say %h.exists(Any) # expect True [

[perl #118179] FIRST doesn't see lexicals from surrounding block

2013-05-26 Thread Carl Mäsak via RT
coke (>): > I expected it to mean "the FIRST time a block is executed". > > My workaround was to use a lexical to track if it was the first time > through the loop or not; > will stick with that. [Coke]: doesn't START do exactly what you wanted from FIRST? r: for 1..10 { my $a = 3; START { say