Re: [perl #53210] [TODO] change new_from_string to init_str

2008-11-13 Thread Allison Randal
Andrew Whitworth via RT wrote: On Tue Apr 22 10:05:57 2008, [EMAIL PROTECTED] wrote: We've been kicking around the idea of removing new_from_string for a while, but the pushback is always that it's useful to be able to create a new PMC with some initialization data, without first creating a PMC

[perl #53210] [TODO] change new_from_string to init_str

2008-10-21 Thread Andrew Whitworth via RT
On Tue Apr 22 10:05:57 2008, [EMAIL PROTECTED] wrote: > We've been kicking around the idea of removing new_from_string for a > while, but the pushback is always that it's useful to be able to create > a new PMC with some initialization data, without first creating a PMC > initializer that has to

Re: [perl #53210] [TODO] change new_from_string to init_str

2008-04-28 Thread chromatic
On Tuesday 22 April 2008 10:05:57 Allison Randal wrote: > We've been kicking around the idea of removing new_from_string for a > while, but the pushback is always that it's useful to be able to create > a new PMC with some initialization data, without first creating a PMC > initializer that has to

[perl #53210] [TODO] change new_from_string to init_str

2008-04-23 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #53210] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53210 > We've been kicking around the idea of removing new_from_string for a while, but the p