Re: Get Better error message that "is trait on $-sigil variable not yet implemented. Sorry."?

2017-05-27 Thread Gabor Szabo
Excellent. Thanks. Gabor On Fri, May 26, 2017 at 1:15 PM, Elizabeth Mattijsen wrote: > Fixed with https://github.com/rakudo/rakudo/commit/f2fca0c8c2 . > >> On 26 May 2017, at 10:47, Brent Laabs wrote: >> >> To file a bug in Rakudo, you should email

Re: Get Better error message that "is trait on $-sigil variable not yet implemented. Sorry."?

2017-05-26 Thread Elizabeth Mattijsen
Fixed with https://github.com/rakudo/rakudo/commit/f2fca0c8c2 . > On 26 May 2017, at 10:47, Brent Laabs wrote: > > To file a bug in Rakudo, you should email rakudo...@perl.org. > > If it's a better error message you want, put "LTA Error" in the email subject > somewhere.

Re: Get Better error message that "is trait on $-sigil variable not yet implemented. Sorry."?

2017-05-26 Thread Brent Laabs
To file a bug in Rakudo, you should email rakudo...@perl.org. If it's a better error message you want, put "LTA Error" in the email subject somewhere. LTA means "less than awesome", because we in Perl 6 land only accept awesome error messages. If you want to actually have the feature, put

Get Better error message that "is trait on $-sigil variable not yet implemented. Sorry."?

2017-05-26 Thread Gabor Szabo
I just tried: > my $x is Int = 42; ===SORRY!=== Error while compiling: is trait on $-sigil variable not yet implemented. Sorry. --> my $x is Int⏏ = 42; expecting any of: constraint and was a bit disappointed. It took me a while and reading the book of Andrew Shitov till I tried