how to undeclare a global under Environments?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to undeclare a global under Environments?

Chris Muller-3
Subject says it all.  I think before we had #undeclare: or at least #removeKey:.

How is it done under Environments?

Reply | Threaded
Open this post in threaded view
|

Re: how to undeclare a global under Environments?

Colin Putney-3
On Thu, Aug 2, 2012 at 10:49 AM, Chris Muller <[hidden email]> wrote:
> Subject says it all.  I think before we had #undeclare: or at least #removeKey:.
>
> How is it done under Environments?

It should be #undeclare:, though that's not implemented yet. Since
we're rolling back environments for 4.4, I won't fix it for now.

Colin

Reply | Threaded
Open this post in threaded view
|

Re: how to undeclare a global under Environments?

Frank Shearar-3
On 2 August 2012 18:55, Colin Putney <[hidden email]> wrote:
> On Thu, Aug 2, 2012 at 10:49 AM, Chris Muller <[hidden email]> wrote:
>> Subject says it all.  I think before we had #undeclare: or at least #removeKey:.
>>
>> How is it done under Environments?
>
> It should be #undeclare:, though that's not implemented yet. Since
> we're rolling back environments for 4.4, I won't fix it for now.

You could always remember via a Mantis report, unless you just fix it
in your local implementation. There's nothing stopping people
following the Environments work off-trunk!

frank

> Colin
>