On Sun Jul 03 14:35:03 2011, masak wrote:
> <TimToady> std: 5.
> <p6eval> std 37a0cdd: OUTPUT«===SORRY!===␤Decimal
> point must be followed by digit [...]
> <moritz> rakudo: 5.
> <p6eval> rakudo 72d158: OUTPUT«===SORRY!===␤Confused at line 22, near "5."␤»
> <moritz> LTA error
> <masak> lol, rakudo u so confusd
> * masak submits rakudobug

Rakudo's behavior has changed, but it depends on how you invoke it:

13:04 < [Coke]> r: 5.
13:04 <+camelia> rakudo b2072f: OUTPUT«===SORRY!===␤Confused␤at
                 /tmp/ogJuVhXpa8:1␤------> 5.⏏<EOL>␤    expecting any of:␤
                 dotty method or postfix␤»

./perl6 --version
This is perl6 version 2013.05-224-g3f49bbd built on parrot 5.2.0 revision 
RELEASE_5_2_0

./perl6 -e '5.'
===SORRY!===
Confused
at -e:1
------> 5.⏏<EOL>
    expecting any of:
        dotty method or postfix

./perl6
> 5.
===SORRY!===
Decimal point must be followed by digit
at <unknown file>:1
------> 5.⏏<EOL>
Decimal point must be followed by digit
at <unknown file>:1
------> 5.⏏<EOL>
Unsupported use of . to concatenate strings; in Perl 6 please use ~
at <unknown file>:2
------> <BOL>⏏<EOL>


Looks like we get it right in the REPL, but no where else.

-- 
Will "Coke" Coleda

Reply via email to