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() { >

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

2008-07-08 Thread François PERRAD via RT
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() { if (PMC_int_val(SELF)) return const_string(INTERP, "1");

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

2008-06-15 Thread via RT
# New Ticket Created by François PERRAD # Please include the string: [perl #55842] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55842 > Between r28319 and r28374, the behavior of empty .const .String was broken. Now, the