[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
removed typeof_i_p, typeof_i_p_ik, typeof_i_p_k, typeof_s_i in r32401 -- Will "Coke" Coleda

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
valid_type_i_i removed in r32397. -- Will "Coke" Coleda

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
On Thu Nov 06 08:52:18 2008, coke wrote: > new_p_i and new_p_i_p are now gone in trunk. find_type_i_s and find_type_i_p now gone in trunk. -- Will "Coke" Coleda

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
On Sat Dec 01 14:36:44 2007, coke wrote: > From DEPRECATED.pod: > > Type IDs will go away in 0.5.0. > Instead of: > > $P0 = new Integer > > or > > $P0 = new .Integer # better, but ... > > we are moving to use: > > $P0 = new 'Integer' new_p_i and new_p_i_p are now gone in trunk.

Re: [perl #48024] [DEPRECATED] type ids

2008-03-28 Thread Will Coleda
On Fri, Mar 28, 2008 at 9:30 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Friday 28 March 2008 13:20:56 chromatic wrote: > > > Here's a patch to remove the dot stuff from IMCC. > > > > Note that the parrot binary builds, but not everything else in 'make' does. > > It's finding errors for sure.

Re: [perl #48024] [DEPRECATED] type ids

2008-03-28 Thread chromatic
On Monday 21 January 2008 02:12:36 Klaas-Jan Stol wrote: > Not sure, but I don't think all '.const .Sub foo = "foo" ' is gone > already > > before we rip out the dot stuff from IMCC, these should be rephrased. Here's a patch to remove the dot stuff from IMCC. Note that the parrot binary bu

Re: [perl #48024] [DEPRECATED] type ids

2008-01-21 Thread Klaas-Jan Stol
On Jan 21, 2008 4:55 AM, Will Coleda via RT < [EMAIL PROTECTED]> wrote: > On Sun Jan 20 08:57:52 2008, ptc wrote: > > Completed as per r25053. > > The ticket is for removing the ability to do this, not merely removing the > instances where it is > done. > > Re-opening ticket; Thanks for all the cl

[perl #48024] [DEPRECATED] type ids

2008-01-20 Thread Will Coleda via RT
On Sun Jan 20 08:57:52 2008, ptc wrote: > Completed as per r25053. The ticket is for removing the ability to do this, not merely removing the instances where it is done. Re-opening ticket; Thanks for all the cleanup work, however, that should make it easier to rip out the actual code.

[perl #48024] [DEPRECATED] type ids

2008-01-20 Thread Paul Cochrane via RT
Completed as per r25053.

[perl #48024] [DEPRECATED] type ids

2007-12-01 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48024] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48024 > From DEPRECATED.pod: Type IDs will go away in 0.5.0. Instead of: $P0 = new Integer