[perl #125499] using say (gist) on an object that contains a circular reference hangs/leaks

2015-06-29 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #125499] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125499 > It appears that using say on object1 which contains object2, wh

Re: [perl #82638] statement after nested if breaks fails to parse without newlines

2011-01-24 Thread Stephen Simmons
So <= needs to be surrounded by whitespace? Is that true of all infix operators? Stephen Simmons On Jan 24, 2011, at 04:12 AM, Moritz Lenz via RT wrote: > Am 23.01.2011 07:48, schrieb Stephen Simmons (via RT): >> # New Ticket Created by "Stephen Simmons" >> # Pleas

[perl #82638] statement after nested if breaks fails to parse without newlines

2011-01-24 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #82638] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=82638 > I've attached two programs, which differ only in whitespace; one

[perl #58948] [BUG] multi subs compile but cause segfault

2008-09-17 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58948] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58948 > Using the more elaborate version of the testcase behind #58294, wh

[perl #58918] [BUG] Can't use a subdir class twice

2008-09-16 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58918] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58918 > In r31096, use allows a program to use module A and module B, and al

Re: [perl #58626] default and when * execute even when another when clause is used

2008-09-06 Thread Stephen Simmons
break out on success. Patrick merged this with #57652, and there is a comment in the code that marks this behavioral problem as a todo (in src/parser/actions.pm). Stephen Simmons Larry

[perl #58626] default and when * execute even when another when clause is used

2008-09-06 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58626] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58626 > In the attached code, there is a fairly simple example of a case st

capitalization of classes

2008-09-03 Thread Stephen Simmons
er;eval' pc 806 (src/PCT/HLLCompiler.pir:481) called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 (src/PCT/HLLCompiler.pir:610) called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 (src/PCT/HLLCompiler.pir:699) called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) Stephen Simmons

[perl #58500] [BUG] round broken, bugfix included

2008-09-02 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58500] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58500 > With revision 30669, I find the following behavior of round()

Regex repetition controlled by characters

2008-08-31 Thread Stephen Simmons
, found ''' Is this feature unsupported at the moment or am I misunderstanding it? Stephen Simmons

[perl #58388] Num typecheck doesn't accept integers

2008-08-27 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58388] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58388 > my Num $x = 3; causes a typecheck failure, whereas: my Num $x = 3

Re: [perl #58338] [BUG] primes.p6 segfaults after 6000+ primes

2008-08-26 Thread Stephen Simmons
I was wondering ... for problems like these, is there a way to debug what is going on internally? Is standalone PIR the best way? Stephen Simmons On Mon, Aug 25, 2008 at 8:11 AM, Moritz Lenz via RT < [EMAIL PROTECTED]> wrote: > Stephen Simmons (via RT) wrote: > > # New Ti

[perl #58338] [BUG] primes.p6 segfaults after 6000+ primes

2008-08-25 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58338] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58338 > The attached program, primes.p6 seems to work correctly, exce

[perl #58340] [BUG] fibonacci gen ties state vars together in 2nd loop iteration

2008-08-25 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58340] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58340 > The attached fibonacci program seems to have some strange behavio

Re: [perl #58302] [BUG] binary junctions of undefs in boolean context fails (21/37)

2008-08-25 Thread Stephen Simmons
re a bit overcritical: > > (0|undef && say "not ok 34") || say "not ok 34"; > (0&undef && say "not ok 35") || say "not ok 35"; > (0^undef && say "not ok 36") || say "not ok 36"; > > but are easil

[perl #58302] [BUG] binary junctions of undefs in boolean context fails (21/37)

2008-08-24 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58302] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58302 > I've attached a file, junctions.p6, which illustrates that bina

[perl #58294] [BUG] "elsif defined $a { return $a}" fails when $a is negative

2008-08-24 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58294] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58294 > I wrote a two argument max function, which uses an if/elsif/elsif/e

[perl #58244] inheritance of attributes

2008-08-22 Thread Stephen Simmons
# New Ticket Created by "Stephen Simmons" # Please include the string: [perl #58244] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58244 > In Apocalypse 12, inheritance of attributes is described, though I