Re: [Pharo-users] using UFFI in non-crashing way

2017-04-06 Thread Denis Kudriashov
2017-03-27 13:01 GMT+02:00 Guillermo Polito : > But then the problem is on "how to not lose your code", not in FFI... Restarting image is a problem. For any other "smalltalk" problems we got suitable debugger but not in that case.

Re: [Pharo-users] using UFFI in non-crashing way

2017-04-06 Thread Denis Kudriashov
2017-04-06 10:37 GMT+02:00 Denis Kudriashov : > But then the problem is on "how to not lose your code", not in FFI... > > > Restarting image is a problem. For any other "smalltalk" problems we got > suitable debugger but not in that case. Also when image crashed we need to recover all objects st

[Pharo-users] Voyage and attributes references

2017-04-06 Thread Hilaire
Hi, Here is another scenario where I have trouble with Voyage: Let's an object A, with an attribute an object Address. Then I create B, a copy of A. Of course the object Address is both an attribute of A and B. (no deep copy). As long as my Voyage repo is running, editing Address from A or B is

Re: [Pharo-users] Voyage and attributes references

2017-04-06 Thread Norbert Hartl
Hi, > Am 06.04.2017 um 15:54 schrieb Hilaire : > > Hi, > > Here is another scenario where I have trouble with Voyage: > > Let's an object A, with an attribute an object Address. > Then I create B, a copy of A. > > Of course the object Address is both an attribute of A and B. (no deep > copy).

Re: [Pharo-users] Voyage and attributes references

2017-04-06 Thread Hilaire
Le 06/04/2017 à 16:14, Norbert Hartl a écrit : >> One idea will be to have collection of Address, but this really looks >> strange to me. >> > why? > It looks like a painful scenario: Address is most of the time referenced by only one object, but in one scenario I need a shared attributes. Becaus

Re: [Pharo-users] Voyage and attributes references

2017-04-06 Thread Norbert Hartl
> Am 06.04.2017 um 18:41 schrieb Hilaire : > > Le 06/04/2017 à 16:14, Norbert Hartl a écrit : >>> One idea will be to have collection of Address, but this really looks >>> strange to me. >>> >> why? >> > > It looks like a painful scenario: Address is most of the time referenced > by only one

[Pharo-users] Brisbane

2017-04-06 Thread Jeff Gray
Hi all, Just an update. I just attended my third Smalltalk meet-up in Brisbane. It's a small group but hopefully we can grow as we gain momentum. We are just now setting up our team and initial project in Smalltalk Hub. We are meeting once a month in a great little venue by the river with free f

Re: [Pharo-users] Brisbane

2017-04-06 Thread Offray Vladimir Luna Cárdenas
Hi Jeff, Congrats for this initiative. We are creating a local group here in Colombia, mainly in our Hackerspace [1] (Universities here have forgotten about Pharo/Smalltalk an are incredible bureaucratic and slow). Our approach involves data storytelling and agile visualization, with a partic

Re: [Pharo-users] using UFFI in non-crashing way

2017-04-06 Thread Esteban Lorenzano
> On 6 Apr 2017, at 10:39, Denis Kudriashov wrote: > > > 2017-04-06 10:37 GMT+02:00 Denis Kudriashov >: > But then the problem is on "how to not lose your code", not in FFI... > > Restarting image is a problem. For any other "smalltalk" problems we got > suitabl