Re: [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-14 Thread Joshua Isom
On Sep 14, 2007, at 6:51 AM, Klaas-Jan wrote: On Sep 14, 1:47 pm, [EMAIL PROTECTED] (Joshua Isom) wrote: I may be slow in understanding sometimes, but I really don't know what you mean.. :-) Could you elaborate a bit more? Do you mean you want to get unique local variables (as the macro magic

Re: [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-14 Thread Klaas-Jan
On Sep 14, 1:47 pm, [EMAIL PROTECTED] (Joshua Isom) wrote: > On Sep 13, 2007, at 9:00 PM, Allison Randal wrote: > > > Joshua Isom wrote: > >> And while we're add it, can we add the magic to do the same thing we > >> to do labels to variables as well? > > > What thing? > > > Allison > > It's the lit

Re: [perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-13 Thread Joshua Isom
On Sep 13, 2007, at 9:00 PM, Allison Randal wrote: Joshua Isom wrote: And while we're add it, can we add the magic to do the same thing we to do labels to variables as well? What thing? Allison It's the little magic that turns this: .macro foo(bar) .local $baz: print "he

Re: [perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-13 Thread Allison Randal
On Sep 12, 2007, at 6:21 PM, Will Coleda wrote: On Sep 12, 2007, at 11:38 AM, Klaas-Jan Stol (via RT) wrote: I propose removing the ".sym" directive for normal cases (not for the macro stuff). If we're doing that, I think it would make sense to - remove .sym everywhere. - change the thing

Re: [perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-12 Thread Joshua Isom
On Sep 12, 2007, at 6:21 PM, Will Coleda wrote: On Sep 12, 2007, at 11:38 AM, Klaas-Jan Stol (via RT) wrote: # New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45405] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticke

Re: [perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-12 Thread Will Coleda
On Sep 12, 2007, at 11:38 AM, Klaas-Jan Stol (via RT) wrote: # New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45405] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45405 > Hi IMCC allows for bot

[perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45405] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45405 > Hi IMCC allows for both ".local" and ".sym" directives to declare a local variable.