trying a hot update un smalltalkhub

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

trying a hot update un smalltalkhub

EstebanLM
Hi,

I’m trying to use the power of pharo and do a hot update in smalltalkhub.
Of course, it can fail… in that case I will need to turn it off and do it in the old way… :)

Esteban
Reply | Threaded
Open this post in threaded view
|

Re: trying a hot update un smalltalkhub

EstebanLM
ok, thank went more or less fine :)

now you have: 


and 


enjoy :)

Esteban



On 17 Mar 2015, at 11:15, Esteban Lorenzano <[hidden email]> wrote:

Hi,

I’m trying to use the power of pharo and do a hot update in smalltalkhub.
Of course, it can fail… in that case I will need to turn it off and do it in the old way… :)

Esteban

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] trying a hot update un smalltalkhub

Sven Van Caekenberghe-2
Very nice.

For those who want to parse the result:

ZnClient new
  contentReader: [ :entity | NeoJSONReader fromString: entity contents ];
  get: 'http://smalltalkhub.com/list/json'.

Or even:

ZnClient new
  contentReader: [ :entity | STON fromString: entity contents ];
  get: 'http://smalltalkhub.com/list/json'

And it is fast as well: 0.33 seconds for me.

> On 17 Mar 2015, at 11:50, Esteban Lorenzano <[hidden email]> wrote:
>
> ok, thank went more or less fine :)
>
> now you have:
>
> http://smalltalkhub.com/list
>
> and
>
> http://smalltalkhub.com/list/json
>
> enjoy :)
>
> Esteban
>
>
>
>> On 17 Mar 2015, at 11:15, Esteban Lorenzano <[hidden email]> wrote:
>>
>> Hi,
>>
>> I’m trying to use the power of pharo and do a hot update in smalltalkhub.
>> Of course, it can fail… in that case I will need to turn it off and do it in the old way… :)
>>
>> Esteban
>