-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
As an experiment I'm trying to load Metacello/Seaside in Squeak 4.6.
(using the VM squeak 4.19.2)
The first problem is that when following the instructions from
https://github.com/Metacello/metacello#squeak-older-than-squeak52I get a connection timeout, perhaps the URL has changed ?
In Squeak 4.6 update: #15117 the following message
Installer-Core:Installer -> class methods -> repositories
is implemented as:
gemsource
^ self monticello http: '
http://seaside.gemstone.com/ss'When I try it with Squeak 6.0alpha latest update: #20077 it uses the URL
http://seaside.gemtalksystems.com/ss/metacelloSo when I change in 4.6 the gemsource method to:
Installer-Core:Installer -> class methods -> repositories
gemsource
^ self monticello http: '
http://seaside.gemtalksystems.com/ss'it seems to give better results.
In fact with that URL (I have no idea whether it is correct) I get lots
of messages ending with:
Loaded -> Metacello-FileTree-dkh.29 ---
http://seaside.gemtalksystems.com/ss/metacello --- cache
Loaded -> Metacello-GitHub-dkh.29 ---
http://smalltalkhub.com/mc/dkh/metacello/main --- cache
Evaluated -> 1.0-beta.32.3 [ConfigurationOfMetacello] >> metacelloPrimeRegistry
...finished 1.0-beta.32.3
If I try it in a web browser (not in Squeak), then
the URL
http://seaside.gemstone.com/ss also seems to hang,
so this is perhaps just the wrong URL or some redirection not working anymore.
David Stes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCAAGBQJfvneKAAoJEAwpOKXMq1Ma8BAH/0AhBa96kv38W5nN6Scs7UwH
ltHr++D2Mr70c/BpsjMjzx0QfUSDotHwFMZLZOF2D9gv3xKsjcV62aWUHDlhWq0z
yItN5otEbqvNCAvznxwu6RBFYyGEHLev1WuK1wqXXNJX9VCBq+dnh+TGp9nIeBQY
W71G7qIlCUaY4lZ2C/FZUaBWCKhQxH4vK+UK3WvxPdDCZv33nJL87ull/GSc+CKm
DFGxlT8D3nrLGHt3FyR79lOML7uW9SSmrFxD5KnapYI2c3bERGlHNB3+I7nRBx1P
Jff0KgmiL7YiBud0G/cgiaD/PP06cskPJtFRc3397Vv2uG7+X/R9uVGrfwbSPro=
=ahUy
-----END PGP SIGNATURE-----