[perl #57980] Fix bugs with nested ?? !!

2008-11-13 Thread Chris Dolan via RT
Attached is a very simple patch that solves the problem, but I've only tested lightly. ternary.patch Description: Binary data

[perl #57980] Fix bugs with nested ?? !!

2008-11-13 Thread Patrick R. Michaud via RT
On Wed Nov 12 23:00:38 2008, chrisdolan wrote: Attached is a very simple patch that solves the problem, but I've only tested lightly. I am truly impressed -- this particular approach to solving the problem never occurred to me. Patch applied (r32618), thanks! Pm

[perl #57980] Fix bugs with nested ?? !!

2008-11-13 Thread Patrick R. Michaud via RT
On Wed Nov 12 23:00:38 2008, chrisdolan wrote: Attached is a very simple patch that solves the problem, but I've only tested lightly. I am truly impressed -- this particular approach to solving the problem never occurred to me. Patch applied (r32618), thanks! Pm

[perl #57980] Fix bugs with nested ?? !!

2008-11-11 Thread Chris Dolan via RT
On Sat Aug 16 07:29:36 2008, [EMAIL PROTECTED] wrote: - Awaiting parser improvements (PGE) A simple, failing test: say True ?? 1 !! False ?? 2 !! 3; (says 2, should say 1)

[perl #57980] Fix bugs with nested ?? !!

2008-08-16 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #57980] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57980 - Awaiting parser improvements (PGE)