Changes between Initial Version and Version 11 of Ticket #760

Show
Ignore:
Timestamp:
03/03/11 17:46:00 (11 years ago)
Author:
coke
Comment:

fix formatting in desc.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #760

    • Property lang changed from to tcl
    • Property severity changed from medium to release
    • Property component changed from none to core
    • Property patch changed from new to rejected
    • Property priority changed from normal to blocker
    • Property owner set to whiteknight
    • Property summary changed from Interactive sessions with HLLCompiler (and readline) never end to readline_interactive method no longer returns PMCNULL on eof
  • Ticket #760 – description

    initial v11  
    11Sending EOF to the standard input (typically: hitting Control-G) does not make HLLCompiler end interactive sessions when readline is used. 
    22 
    3 To reproduce: take your favorite HLL written with HLLCompiler, and a Parrot with readline, and run it without any argument. This should start an interactive session (i.e., you get a prompt for the language), but hitting ^G makes HLLCompiler display a new prompt instead of exiting. 
     3To reproduce: take your favorite HLL written with HLLCompiler, and a Parrot with readline, and run it without any argument. This should start an interactive session (i.e., you get a prompt for the language), but hitting {{{^G}}} makes HLLCompiler display a new prompt instead of exiting. 
    44 
    55This bug has two origins: