> Normally loading #bleedingEdge of Zn, but I have to see if the very, very
> latest changes are in.
>
> You need Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer.
Already trapped in Git/Monticello problems:
1. In latest Pharo 7 Build 70715 I open Monticello browser and then I add
MCHttpRepository
location: 'http://mc.stfx.eu/ZincHTTPComponents'
user: ''
password: ''
Now try to browse the contents of the repo I already get a DNU because
IceProxyMCVersionInfo returns nil when asked for a #versionNumber leading
to other trouble.
2. Now I try to load what you suggested with a script:
Gofer it
url: 'http://mc.stfx.eu/ZincHTTPComponents';
package: 'Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58';
load
which fails as this version of the package is not there
Currently http://mc.stfx.eu/ZincHTTPComponents only goes up to
Zinc-Character-Encoding-Core-SvenVanCaekenberghe.39
and the 39 up to 58 are missing.
So where is Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer
versions hosted???
Thanks
T.