#1480: Preprocessing using parrot -E fails
--------------------+-------------------------------------------------------
 Reporter:  uniejo  |        Type:  bug   
   Status:  new     |    Priority:  normal
Milestone:          |   Component:  none  
  Version:  2.1.0   |    Severity:  medium
 Keywords:          |        Lang:        
    Patch:          |    Platform:  linux 
--------------------+-------------------------------------------------------

Comment(by coke):

 as of r46617, these now generate:

 {{{
 $ echo ".HLL 'test1'" | ./parrot -E -
 (null) 'test1'

 $ (echo ".HLL 'test1'"; echo ".HLL 'test2'"; echo ".HLL 'test3'") |
 ./parrot -E -
  'test1'
 'test1' 'test2'
 'test2' 'test3'

 }}}

 So, we've upgraded from a segfault.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1480#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to