# New Ticket Created by
# Please include the string: [perl #124220]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124220 >
OS: Ubuntu 14.04 LTS on VirtualBox
Host OS: Windows 8
Rakudo version: Current as of 25/03/2015
This
This fails now with a typed exception and a fitting error message:
$ perl6 -e 'sub foo { 2 }; say 1 ?? foo !! 3'
===SORRY!=== Error while compiling -e
Your !! was gobbled by the expression in the middle; please parenthesize
at -e:1
--> sub foo { 2 }; say 1 ?? foo !!⏏ 3
expecting any of:
# New Ticket Created by
# Please include the string: [perl #124219]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124219 >
OS: Ubuntu Linux 14.04 LTS in VirtualBox
Host: Windows 8
Rakudo version: git pull from 25/3/2015
Iss
I for one did not know/remember about PERL6LIB and rather all I knew was the
more ambitious plan at http://design.perl6.org/S11.html about CompUnitRepo and
such. -- Darren Duncan
On Mar 31, 2015, at 6:28 AM, Paul Cochrane wrote:
>
> On Tue, Mar 31, 2015 at 05:40:44AM -0500, Tom Browder wrote:
>> On Mon, Mar 30, 2015 at 7:35 PM, Rob Hoelz wrote:
>>> Yup, PERL6LIB. =)
>>
>> And how did you find out about it, i.e., where is it documented?
>
> http://doc.perl6.org/language
# New Ticket Created by "Brian S. Julin"
# Please include the string: [perl #124214]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124214 >
Pointer-based classes are behaving differently on moar and jvm:
(03/30/2015 10:49:07
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #124213]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124213 >
m: class T{}; class S is T{}
rakudo-moar 2b303a: OUTPUT«===SORRY!===Cannot find method
On Tue, Mar 31, 2015 at 05:40:44AM -0500, Tom Browder wrote:
> On Mon, Mar 30, 2015 at 7:35 PM, Rob Hoelz wrote:
> > Yup, PERL6LIB. =)
>
> And how did you find out about it, i.e., where is it documented?
http://doc.perl6.org/language/5to6#Environment_variables
to be honest I cheated and have wr
On Mon, Mar 30, 2015 at 7:35 PM, Rob Hoelz wrote:
> Yup, PERL6LIB. =)
And how did you find out about it, i.e., where is it documented?
Thanks.
-Tom
It's worth noting that PERL6LIB is at most a developer convenience,
shouldn't be encouraged or used by module consumers, and will possibly
be deprecated in the future. This is because Perl 6 has a slightly
more ambitious view of module loading which isn't directly compatible
with OS paths.
I use P
10 matches
Mail list logo