Re: [Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2017-12-25 Thread Yuriy Tymchuk
Hi Sven, No, I’m on Mac (OS 10.13). Cheers. Uko > On 25 Dec 2017, at 20:03, Sven Van Caekenberghe wrote: > > > >> On 25 Dec 2017, at 18:03, Yuriy Tymchuk wrote: >> >> Hi, >> >> setting the reuse timeout to 0 or making a one shot client does not help. >> But while googling I found the exa

[Pharo-users] Breakpoints in Pharo

2017-12-25 Thread Andrei Stebakov
Can I expect that break points in Pharo work in the same way as in Visual Works? When I set a break point in Pharo (6.1 on Windows), it displays a red dot with an exclamation mark and when I send this message to an object, the debugger doesn't get invoked.

Re: [Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2017-12-25 Thread Sven Van Caekenberghe
> On 25 Dec 2017, at 18:03, Yuriy Tymchuk wrote: > > Hi, > > setting the reuse timeout to 0 or making a one shot client does not help. But > while googling I found the exact issue described on the Pharo issue tracker: > https://pharo.fogbugz.com/f/cases/18588/ > > The proposed workaround al

Re: [Pharo-users] Iceberg URL regex not matching how I would expect it to?

2017-12-25 Thread Julián Maestri
u...@server.com:/proj/proj.git Isn't it: g...@server.com:user/project.git ? On Dec 24, 2017 15:36, "Ian Ian" wrote: > Hi All, > > I am having trouble setting up iceberg to access my repository via ssh. > > On the command line I assess it via: git clone u...@server.com:/proj/proj.git > and all

Re: [Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2017-12-25 Thread Yuriy Tymchuk
Hi, setting the reuse timeout to 0 or making a one shot client does not help. But while googling I found the exact issue described on the Pharo issue tracker: https://pharo.fogbugz.com/f/cases/18588/ The proposed workaround also worked for me: ZnNetworkingUtils default socketStreamClass: Socket

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Stephane Ducasse
the author of omnibase told me that he always wanted to port it to Pharo. But may be someone should do it. There is also VOSS that is open source even if GPL that could be ported to pharo but this is an effort too. Stef On Mon, Dec 25, 2017 at 10:43 AM, Ian Ian wrote: > Hi All, > > Thoughts of a

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Torsten Bergmann
Hi, with Voyage you can already use easy persistence in an OO way - with tiny (P)UnQlite up to Mongo. Check https://github.com/pharo-nosql Or you use Gemstone. For a full Magma version on Pharo: I doubt that will happen as Chris Muller was and still is more oriented towards Squeak as develop

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Joachim Tuchel
Wasn’t there an attempt to port Magma over from Squeak? That would sound like a nice alternative. Or Gemstone, of course. > Am 25.12.2017 um 10:43 schrieb Ian Ian : > > Hi All, > > Thoughts of a purely OO nature? > > :)

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Hilaire
Fuel (present in the image) is nice, but not compatible from one image version to another one. Hilaire Le 25/12/2017 à 10:43, Ian Ian a écrit : Hi All, Thoughts of a purely OO nature? :) -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Athens error

2017-12-25 Thread Hilaire
The source is really needed to get Athens functionning, otherwise there is an error. On top of that, the source file name is confused by Pharo (it should be mimic of the 32bits images, althought 64bits image is used, and it should not depend on the bits number I guess). Here is an archive with

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Richard Sargent
GemStone/S, of course! On Dec 25, 2017 01:44, "Ian Ian" wrote: > Hi All, > > Thoughts of a purely OO nature? > > :) >

[Pharo-users] Object Persistence

2017-12-25 Thread Ian Ian
Hi All, Thoughts of a purely OO nature? :)