[Glass] Zinc support

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

[Glass] Zinc support

GLASS mailing list
Ciao,

i port from Pharo to GLASS 3.1.0.6  some code based on   Zinc client,

and i found some problem.

Into Pharo i have a class ZnClient   with some instance method and all works fine.

Into GLASS the same ZnClient  is without any instance method.

I use the ZnHttpClient   but with some incompatibility  (  it's don't implement the path:  method  for example )

The GLASS report: 

spec name: 'ZincHTTPComponents'; versionString: '1.1'; loads: #('Zinc-HTTP' ); repository: 'http://www.squeaksource.com/ZincHTTPComponents'.)

I need to load a new version of Zinc?
I can load:

GsDeployer deploy: [
  Metacello new
    baseline: 'ZincHTTPComponents';
    repository: '<a href="github://GsDevKit/zinc:gs_master/repository'">github://GsDevKit/zinc:gs_master/repository';
    onLock: [:ex | ex honor ];
    load: 'Tests' ].

or a specific version ?

Thanks,

Dario


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Zinc support

GLASS mailing list


On Sat, Nov 22, 2014 at 3:10 AM, Dario Trussardi via Glass <[hidden email]> wrote:
Ciao,

i port from Pharo to GLASS 3.1.0.6  some code based on   Zinc client,

 
...
 
I need to load a new version of Zinc?
I can load:

GsDeployer deploy: [
  Metacello new
    baseline: 'ZincHTTPComponents';
    repository: 'github://GsDevKit/zinc:gs_master/repository';
    onLock: [:ex | ex honor ];
    load: 'Tests' ].

or a specific version ?

Either should work for you ... the master branch is in continuous  deployment so you will see a trickle of bugfixes over time (right now WebClient support is being worked on). But for basic http client and server Zinc 2.4.3 is in good shape.

Dale

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass