[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. # URL: https://rt.perl.org/Ticket/Display.html?id=125499 It appears that using say on object1 which contains object2, which contains

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=82638 I've attached two programs, which differ only in whitespace; one (bug1b

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 # Please include the string: [perl #82638

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58948 Using the more elaborate version of the testcase behind #58294, which has a two

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58918 In r31096, use allows a program to use module A and module B, and allows module

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58626 In the attached code, there is a fairly simple example of a case statement using

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

2008-09-06 Thread Stephen Simmons
as a todo (in src/parser/actions.pm). Stephen Simmons Larry

capitalization of classes

2008-09-03 Thread Stephen Simmons
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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58500 With revision 30669, I find the following behavior of round() sully:perl6

Regex repetition controlled by characters

2008-08-31 Thread Stephen Simmons
''' 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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58388 my Num $x = 3; causes a typecheck failure, whereas: my Num $x = 3.0; succeeds

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 Ticket Created by Stephen

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

2008-08-25 Thread Stephen Simmons
not ok 34) || say not ok 34; (0undef say not ok 35) || say not ok 35; (0^undef say not ok 36) || say not ok 36; but are easily corrected. The rest seem fine to me. Oops. It appears with the 0.7.0 release that they still fail when corrected. Thanks, Stephen Simmons Cheers, Moritz

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58340 The attached fibonacci program seems to have some strange behavior in the loop

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58338 The attached program, primes.p6 seems to work correctly, except that after

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58294 I wrote a two argument max function, which uses an if/elsif/elsif/else tree

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58302 I've attached a file, junctions.p6, which illustrates that binary junctions

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58244 In Apocalypse 12, inheritance of attributes is described, though I couldn't find