Re: [perl #112650] white space is not accepting in between method name and (

2012-04-29 Thread Emile State
Unsubscribe On Fri, Apr 27, 2012 at 4:47 PM, Kishore wrote: > # New Ticket Created by Kishore > # Please include the string: [perl #112650] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112650 > > > > Hello Rakudo,

Re: [perl #112680] [BUG] qqx captures STDERR

2012-04-29 Thread Emile State
unsubscribe On Sun, Apr 29, 2012 at 11:55 AM, Ron Schmidt wrote: > # New Ticket Created by Ron Schmidt > # Please include the string: [perl #112680] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112680 > > > > The p

Re: [perl #112682] For rakudo star, make spectest_smolder doesn't post to smolder

2012-04-29 Thread Emile State
unsubscribe On Sun, Apr 29, 2012 at 12:08 PM, Ron Schmidt wrote: > # New Ticket Created by Ron Schmidt > # Please include the string: [perl #112682] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112682 > > > > It tr

[perl6/specs] e8134e: officially burry Seq, DANGER: some snippets are st...

2012-04-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e8134ebd4f667e2ba87cbacebc95f49b4d86dbc1 https://github.com/perl6/specs/commit/e8134ebd4f667e2ba87cbacebc95f49b4d86dbc1 Author: Herbert Breunung Date: 2012-04-29 (Sun, 29 Apr 2012) Changed paths: M S

[perl #112682] For rakudo star, make spectest_smolder doesn't post to smolder

2012-04-29 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #112682] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112682 > It tries to get a git version for the smolder server and since it can't find one

[perl #112680] [BUG] qqx captures STDERR

2012-04-29 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #112680] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112680 > The program below prints the error output after during: and it usually shouldn't.

[perl #112678] [BUG] 'div' for Ints truncates towards 0 when it should round down in Rakudo

2012-04-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112678] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112678 > p6: say (-8) div 3 ..niecza v16-23-gaa61ed5: OUTPUT«-3␤» ..rakudo 2a962e: OUTP