Re: [perl #55842] [BUG] empty .const .String broken

2008-07-09 Thread Bernhard Schmalhofer
François Perrad schrieb: chromatic a écrit : On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote: This bug starts with r28354 (cache string). The cache don't handle empty string. Now, in Pipp (PHP), an empty string is used to stringify boolean False. // languages/pipp/src/pmc/phpboo

Re: [perl #55842] [BUG] empty .const .String broken

2008-07-09 Thread François Perrad
chromatic a écrit : On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote: This bug starts with r28354 (cache string). The cache don't handle empty string. Now, in Pipp (PHP), an empty string is used to stringify boolean False. // languages/pipp/src/pmc/phpboolean.pmc STRING* get_s

Re: [perl #55842] [BUG] empty .const .String broken

2008-07-08 Thread chromatic
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote: > This bug starts with r28354 (cache string). > The cache don't handle empty string. > > Now, in Pipp (PHP), an empty string is used to stringify boolean False. > // languages/pipp/src/pmc/phpboolean.pmc > STRING* get_string() { >