[perl #52280] [PATCH] HLLCompiler: fix overriding default prompt using $commandline_prompt

2008-07-29 Thread Patrick R. Michaud via RT
On Sun Apr 06 05:05:13 2008, mmcleric wrote: > I have a problem with this patch on Mac OS X (originally i checked it on > Ubuntu 7.10). > Actually it's a difference in stdin.'readline'($S0) behavior on Linux > and Mac OS X; Linux (glibc+readline lib actually, i think) prints $S0 > arg to screen, a

[perl #52280] [PATCH] HLLCompiler: fix overriding default prompt using $commandline_prompt

2008-04-05 Thread James Keenan via RT
Any other opinions on this?

Re: [perl #52280] [PATCH] HLLCompiler: fix overriding default prompt using $commandline_prompt

2008-03-31 Thread Klaas-Jan Stol
Hi, Although the patch is appreciated, I think it's better to keep it empty; if you don't set a prompt, there shouldn't be one. I do not know a language that has an empty prompt, but I'm sure there is. Anyway, I think an empty prompt is a better default. my 2c, kjs On Mon, Mar 31, 2008 at 12:09

[perl #52280] [PATCH] HLLCompiler: fix overriding default prompt using $commandline_prompt

2008-03-30 Thread via RT
# New Ticket Created by mmcleric2 # Please include the string: [perl #52280] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52280 > HLLCompiler allows to set commandline_parser to any value, but prints default '> ' prompt