[perl #125642] LTA error message when an unknown type is used for hides/does/of/as/returns

2015-07-18 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #125642] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125642 > For example: > my sub foo() returns Bar { } ===SORRY!=== Error while compiling

Re: Are there any web applications written in Perl 6?

2015-07-18 Thread Rob Hoelz
On Sat, 18 Jul 2015 20:06:11 +0300 Gabor Szabo wrote: > Hi, > > I am going to give a 20 min talk about web application development > using Perl 6. > My base plan is to use Bailador https://github.com/tadzik/Bailador > and show the basics, > but I'd like to point out any already existing web appl

[perl #125641] LTA error messages when right bracket is missing: $<> , <>, () and so on

2015-07-18 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125641] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125641 > Similar issue: https://rt.perl.org/Public/Bug/Display.html?id=125247 (unclosed multilin

[perl #125640] [NYI] Attribute initialization with ::= in Rakudo

2015-07-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125640] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125640 > m: class Indiana { has $.pi ::= 3 }; say Indiana.new.pi rakudo-moar 4b5e19: OUTPUT«===S

Are there any web applications written in Perl 6?

2015-07-18 Thread Gabor Szabo
Hi, I am going to give a 20 min talk about web application development using Perl 6. My base plan is to use Bailador https://github.com/tadzik/Bailador and show the basics, but I'd like to point out any already existing web application written in Perl 6. Web applications that can currently run. S

Re: [perl #125628] x and xx operators are too different

2015-07-18 Thread Elizabeth Mattijsen
Fixed the “a” x Inf case with 059dac9f0be8c563f1a, tests needed Did *not* fix the “a” x *, as per discussion at: http://irclog.perlgeek.de/perl6/2015-07-18#i_10918034 > On 16 Jul 2015, at 12:59, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include

[perl #125638] [BUG] LTA error message on illegally post-declared label in Rakudo

2015-07-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125638] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125638 > m: goto b; b: ; say "hello"; rakudo-moar 48c0ba: OUTPUT«===SORRY!=== Error while compil