Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Jeff Gray
Righto! Done. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Tim Mackinnon
You should log an issue on the Pharo github - with the simplest reproducible case (I think I understand it was loading Ztimestamp in a fresh image via Monticello on 64bit windows? It’s been tricky having a good test on 64bit windows, so would be good if you’ve found something reproducible. Tim

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Jeff Gray
I should have mentioned I was running the 64 bit version. I just downloaded the version 7 32 bit image and vm and Seaside downloaded fine -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Jeff Gray
Turning off iceberg integration gets me further. If I then load the tonal branch I get an error: ZnUnknownScheme -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Sven Van Caekenberghe
> On 26 May 2019, at 11:04, Jeff Gray wrote: > > Same problem with ZTimestamp. > However, I tried Complex and that worked ok You probably loaded that using the Catalog Browser. In the case of the Complex project, that means doing Metacello new smalltalkhubUser: 'Pharo' project: 'MetaRepoF

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Johan Brichau
Before loading, try first disabling the Iceberg Metacello integration in the system settings. I believe this can also be done by evaluating: Iceberg enableMetacelloIntegration: false. Also, if you are on windows, do not load the master branch but load the tonel branch of Seaside. So: Ic

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Jeff Gray
Same problem with ZTimestamp. However, I tried Complex and that worked ok -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Sven Van Caekenberghe
And you are sure that you can load simpler/smaller projects from GitHub using Metacello and a BaselineOf ? For example, Metacello new baseline: 'ZTimestamp'; repository: 'github://svenvc/ztimestamp'; load. If so (you said you were also able to load Garage), that means there is something