[perl #131492] Camelia produces different error message from commandline

2017-06-08 Thread Will Coleda via RT
On Wed, 07 Jun 2017 11:46:03 -0700, ben-goldb...@hotmail.com wrote: > On Monday, June 05, 2017 5:05 PM, Will Coleda via RT wrote: > > On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote: > > > On #perl6 IRC, I typed this: > > > > > > m: my \foo = Callable but role :: { }; > > >

[perl #131492] Camelia produces different error message from commandline

2017-06-08 Thread Will Coleda via RT
On Wed, 07 Jun 2017 11:46:03 -0700, ben-goldb...@hotmail.com wrote: > On Monday, June 05, 2017 5:05 PM, Will Coleda via RT wrote: > > On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote: > > > On #perl6 IRC, I typed this: > > > > > > m: my \foo = Callable but role :: { }; > > >

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-07 Thread Benjamin Goldberg via RT
On Monday, June 05, 2017 5:05 PM, Will Coleda via RT wrote: > On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote: > > On #perl6 IRC, I typed this: > > > > m: my \foo = Callable but role :: { }; > > <+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception > > produced

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-07 Thread Benjamin Goldberg
On Monday, June 05, 2017 5:05 PM, Will Coleda via RT wrote: > On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote: > > On #perl6 IRC, I typed this: > > > > m: my \foo = Callable but role :: { }; > > <+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception > > produced

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser via RT
> Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH). > Right, the consequence of cutting & pasting. It's interesting that the error message on the corrected version is unlike either of the original examples.

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser
> Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH). > Right, the consequence of cutting & pasting. It's interesting that the error message on the corrected version is unlike either of the original examples.

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser via RT
I just noticed the - was a different length, so I changed it, et voila: perl6 -e "my \foo = Callable but role:: { };" ===SORRY!=== Error while compiling -e Undeclared routine: role used at line 1. Did you mean 'roll'? On 6/5/17, Parrot Raiser <1parr...@gmail.com> wrote: > As a kibitzer, I

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser via RT
As a kibitzer, I tried that with "This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53-g66c6dda implementing Perl 6.c". and got: perl6 –e "my \foo = Callable but role:: { };" Could not open –e. Failed to stat file: no such file or directory while: perl6 -e "say 'boo'" boo worked

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Brandon Allbery via RT
On Mon, Jun 5, 2017 at 5:32 PM, Parrot Raiser <1parr...@gmail.com> wrote: > perl6 –e "my \foo = Callable but role:: { };" Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH). -- brandon s allbery kf8nh sine nomine associates

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Brandon Allbery
On Mon, Jun 5, 2017 at 5:32 PM, Parrot Raiser <1parr...@gmail.com> wrote: > perl6 –e "my \foo = Callable but role:: { };" Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH). -- brandon s allbery kf8nh sine nomine associates

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser
I just noticed the - was a different length, so I changed it, et voila: perl6 -e "my \foo = Callable but role:: { };" ===SORRY!=== Error while compiling -e Undeclared routine: role used at line 1. Did you mean 'roll'? On 6/5/17, Parrot Raiser <1parr...@gmail.com> wrote: > As a kibitzer, I

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser
As a kibitzer, I tried that with "This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53-g66c6dda implementing Perl 6.c". and got: perl6 –e "my \foo = Callable but role:: { };" Could not open –e. Failed to stat file: no such file or directory while: perl6 -e "say 'boo'" boo worked

[perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Will Coleda via RT
On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote: > On #perl6 IRC, I typed this: > > m: my \foo = Callable but role :: { }; > <+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception > produced no message␤ in block at line 1␤␤» > > If, at my command prompt, I

[perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Will Coleda via RT
On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote: > On #perl6 IRC, I typed this: > > m: my \foo = Callable but role :: { }; > <+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception > produced no message␤ in block at line 1␤␤» > > If, at my command prompt, I

[perl #131492] Camelia produces different error message from commandline

2017-06-03 Thread via RT
# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #131492] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131492 > On #perl6 IRC, I typed this: m: my \foo = Callable but role :: { }; <+camelia>