Re: [Pharo-users] Updating singletons

2019-01-03 Thread Cyril Ferlicot D. via Pharo-users
--- Begin Message --- Hello, Fetching, loading and post loads should leave a trace during the execution in the Transcript. For pre/post load it should have something like: Evaluated -> baseline [BaselineOfMyProject] >> selector This is the primary source of informations I use to debug

Re: [Pharo-users] Updating singletons

2019-01-03 Thread Konrad Hinsen via Pharo-users
--- Begin Message --- Ben, > You might use a Baseline #postLoadDoIt: > https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md Thanks, that looks like exactly what I need... except that it doesn't seem to work. My postload method is not run when a new version of

Re: [Pharo-users] Is it possible to follow an object through a computation?

2019-01-03 Thread Steven Costiou via Pharo-users
--- Begin Message --- Hi, if you are using Pharo 7 I have some work on object-centric debugging that could do that, using Reflectivity. For example, with object-centric metalinks you could do the following: ##get your object (here are two instances of a trivial class which only has a "name"

[Pharo-users] [Pharo MOOC] Object/Class Diagram generation

2019-01-03 Thread sergio ruiz via Pharo-users
--- Begin Message --- Hey, all. I was just wondering if anyone knew how the Pharo MOOC was creating their Object/Class Diagrams like so: Thanks! peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV

Re: [Pharo-users] [Moose-dev] glamorous toolkit: v0.4.0

2019-01-03 Thread Sean P. DeNigris
Pharo Smalltalk Users mailing list wrote > My holy grail is a document that describes both software and > computations Yes!!! Capturing mindshare in the data analysis field would be *huge* for Pharo/GT because there are a lot of people who are new and view languages/environments as means to an

Re: [Pharo-users] Updating singletons

2019-01-03 Thread Steffen Märcker
Have you considered to yield (an) proxy object(s) instead of the actual Singleton in uniqueInstance? This way it suffices to update the proxy with each update of the code. Am 3. Januar 2019 15:36:27 MEZ schrieb Ben Coman : >On Thu, 3 Jan 2019 at 20:01, Konrad Hinsen via Pharo-users <

Re: [Pharo-users] Updating singletons

2019-01-03 Thread Ben Coman
On Thu, 3 Jan 2019 at 20:01, Konrad Hinsen via Pharo-users < pharo-users@lists.pharo.org> wrote: > Dear Pharo experts, > > I am wondering if there is a good way to deal with singleton objects > whose value needs to be updated following changes in the code that > initializes it. > > Following the

[Pharo-users] Updating singletons

2019-01-03 Thread Konrad Hinsen via Pharo-users
--- Begin Message --- Dear Pharo experts, I am wondering if there is a good way to deal with singleton objects whose value needs to be updated following changes in the code that initializes it. Following the model of many examples in Pharo itself, I have defined a singleton class with a

Re: [Pharo-users] Linux ARM v6 libgit2 libssh2 libsdl2

2019-01-03 Thread Esteban Lorenzano
Not really, but there is no reason why we cannot follow the approach we are taking for win64 (downloading third party dependencies) also for arm. Esteban > On 3 Jan 2019, at 08:39, Alistair Grant wrote: > > Hi All, > > Downloading and installing the Pharo 7 vmLatest on a Raspberry Pi >