# 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
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
# 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
# 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
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
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
# 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