[perl #56330] [BUG] incorrectly quote context on parse failure

2008-06-29 Thread Patrick R. Michaud via RT
Closing ticket, thanks! Pm

Re: [perl #56330] [BUG] incorrectly quote context on parse failure

2008-06-25 Thread Patrick R. Michaud
On Wed, Jun 25, 2008 at 02:27:27PM -0400, Will Coleda wrote: > On Wed, Jun 25, 2008 at 1:11 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 25, 2008 at 01:04:43AM -0700, Moritz Lenz wrote: > >> Rakudo as of r28692 reports a slightly wrong context on reporting parse > >> failures.

Re: [perl #56330] [BUG] incorrectly quote context on parse failure

2008-06-25 Thread Will Coleda
On Wed, Jun 25, 2008 at 1:11 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Wed, Jun 25, 2008 at 01:04:43AM -0700, Moritz Lenz wrote: >> Rakudo as of r28692 reports a slightly wrong context on reporting parse >> failures. >> >> When trying to parse t/spec/S02-builtin_data_types/lists.t (r21

Re: [perl #56330] [BUG] incorrectly quote context on parse failure

2008-06-25 Thread Moritz Lenz
Patrick R. Michaud wrote: > On Wed, Jun 25, 2008 at 01:04:43AM -0700, Moritz Lenz wrote: >> Rakudo as of r28692 reports a slightly wrong context on reporting parse >> failures. >> >> When trying to parse t/spec/S02-builtin_data_types/lists.t (r21012) it >> reports: >> >> Statement not terminated

Re: [perl #56330] [BUG] incorrectly quote context on parse failure

2008-06-25 Thread Patrick R. Michaud
On Wed, Jun 25, 2008 at 01:04:43AM -0700, Moritz Lenz wrote: > Rakudo as of r28692 reports a slightly wrong context on reporting parse > failures. > > When trying to parse t/spec/S02-builtin_data_types/lists.t (r21012) it > reports: > > Statement not terminated properly at line 118, near "= [EMAI

[perl #56330] [BUG] incorrectly quote context on parse failure

2008-06-25 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #56330] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56330 > Rakudo as of r28692 reports a slightly wrong context on reporting parse failures. When t