[Pharo-users] Linux ARM v6 libgit2 libssh2 libsdl2

2019-01-02 Thread Alistair Grant
Hi All, Downloading and installing the Pharo 7 vmLatest on a Raspberry Pi succeeds, but is missing libgit2, libssh2 & libsdl2. The build scripts suggest this is intentional due to excessive build times, which is quite believable. Is there a place where the libraries can be downloaded from and

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

2019-01-02 Thread Esteban Maringolo
Hi Paul, You can set the object to be "read only" (aka "immutable") and handle the exception. E.g. | u | u := User named: 'Paul'. u beReadOnlyObject. [ "your code modifying u's state" ] on: ModificationForbidden do: [ :ex | ex halt. "inspect state" u beWritableObject. ex resume ]. Probably

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

2019-01-02 Thread Konrad Hinsen via Pharo-users
--- Begin Message --- Hi Doru and Offray, Tudor Girba via Pharo-users writes: > A separate editor is needed when the markup has little resemblance > with the output, which is the case for HTML. In this case, > bidirectional editing, as shown in Sketch-n-Sketch, is indeed a very > nice thing.

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

2019-01-02 Thread PAUL DEBRUICKER via Pharo-users
--- Begin Message --- Hi - Is there a way to haltOnChange or some such for an object? I have an instance that gets into a state I don't understand and would like to watch it or several of its inst vars for when they change. I could set a lot of #haltIf: statements and step through but

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-02 Thread Guillermo Polito via Pharo-users
--- Begin Message --- Thanks Sven :) On Tue, Jan 1, 2019 at 11:54 PM Tudor Girba via Pharo-users < pharo-users@lists.pharo.org> wrote: > Very cool. Thanks! > > Doru > > > > On Dec 31, 2018, at 12:33 PM, Sven Van Caekenberghe > wrote: > > > > Hi, > > > > I created a new release of P3, the