On Sep 30, 2013, at 2:37 PM, Mariano Martinez Peck <[email protected]> wrote:
> Yes, it is still in SS3. > Some weeks ago I think someone reported that the #cannotInterpert: trick was > not working anymore in latest Pharo (so proxies won't work). who? Because why it would not work? > I didn't have the time yet to try different images/VMs and see if it works, > but if I can give it a try today or tomorrow. I can migrate the repo if you want. > > Cheers > > > On Sun, Sep 29, 2013 at 11:04 AM, Stéphane Ducasse > <[email protected]> wrote: > It is probably still on SS3 > > http://ss3.gemstone.com/ss/Ghost/ > > Stef > > On Sep 24, 2013, at 7:58 PM, [email protected] wrote: > >> I am preparing my environment for development and am updating my webstack >> configuration to match the new moves to SmalltalkHub. >> >> Now, I am trying to get my ConfigurationOfOak working. >> >> Fuel has moved to SmalltalkHub and it is fine. >> >> Now, where is Ghost .? >> >> I want to update this: >> >> spec >> project: 'GhostProxies' with: [ >> spec >> className: 'ConfigurationOfGhost'; >> loads: #('Core'); >> versionString: #stable; >> file: 'ConfigurationOfGhost'; >> repository: >> 'http://ss3.gemstone.com/ss/Ghost' ]. >> >> spec project: 'GhostProxiesTests' copyFrom: 'GhostProxies' >> with: [ >> spec loads: #('Tests' ) ]. >> >> The search function on STH isn't helping much... >> >> Thanks for the help! >> >> Phil > > > > > -- > Mariano > http://marianopeck.wordpress.com
