[perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2017-05-28 Thread Sam S. via RT
This bug is still present in This is Rakudo version 2017.05-272-gfa7aa1c36 built on MoarVM version 2017.05-25-g62bc54e9 implementing Perl 6.c.

Re: [perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2016-06-22 Thread Elizabeth Mattijsen
> On 22 Jun 2016, at 15:46, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #128462] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128462 > > > >my \term = 42; >

Re: [perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2016-06-22 Thread Elizabeth Mattijsen
> On 22 Jun 2016, at 15:46, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #128462] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128462 > > > >my \term = 42; >

[perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2016-06-22 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #128462] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128462 > my \term = 42; say term.Str;# Works fine say term\ .Str; # Error: "Variable '&