> On 27 Jun 2017, at 16:02, Juraj Kubelka <juraj.kube...@icloud.com> wrote:
> 
> Hi,
> 
> I remember that Sven did some changes related to the constants in about month 
> or two months ago. But, I do not think that it was integrated to the Pharo 6 
> release.

Yeah, we forgot to put that in, it (the changed #initialize) is only in Zn 
#bleedingEdge.

The simplest patch for Pharo 6 would be to execute 

  ZnConstants initialize.

A full Zn sync would be too much I think.

> Juraj
> 
>> El 27-06-2017, a las 15:50, Tim Mackinnon <tim@testit.works> escribió:
>> 
>> Hi - I have been slowly working my way through some of the pharo components 
>> and tutorials and when trying out ZnEasy with a password protected api, I 
>> got a talkback  when I mistyped a password. 
>> It looks like ZnConstants in a fresh Pharo 6.0 32 image excludes 511 from 
>> its constants. The code looks correct (and its defined in the initialize 
>> method - ) but when I tried a ZnEasy call which returned 511 I got a 
>> walkback showing it as an unrecognized code? (The walkback is looking for 
>> 511 in ZnConstants httpStatusCodes).
>> 
>> Is there some problem in the build process, or is this some type of user 
>> error?
>> 
>> Tim
> 
> 


Reply via email to