> On 15 Aug 2015, at 16:48, Marcus Denker <[email protected]> wrote:
>
>
>> On 15 Aug 2015, at 12:56, Marcus Denker <[email protected]
>> <mailto:[email protected]>> wrote:
>>
>> Ok, what I will do first is to add the API to Variables + Packages using the
>> propertyAt: format.
>>
>
> Done for Globals and ClassVariables:
>
> https://pharo.fogbugz.com/f/cases/16223/Property-API-for-Globals
> <https://pharo.fogbugz.com/f/cases/16223/Property-API-for-Globals>
>
>
in Pharo5 #234.
TODO
-> properties for Instance Variables
-> change #link: to use properties instead of Variable wrappers
-> clean up Variable Wrappers (for just adding state)
-> implement code generation for MetaLinks on Variables.
(same implementation idea as for RB AST Nodes can be used now).
Marcus