Re: [Pharo-users] Pharo 7 image cannot write changes message on starup

2018-01-13 Thread Alistair Grant
Hi Sanjay, You're not the only one. :-) This problem has been reported on the pharo-dev mailing list as well. Cheers, Alistair On 13 January 2018 at 06:49, Sanjay Minni wrote: > Hi Richard, > > the path for the image/changes/sources is > >C:\Users\Myself\Documents\DevArea\p7\Pharo7.0-32bi

Re: [Pharo-users] Pharo 7 image cannot write changes message on startup

2018-01-13 Thread PBKResearch
Sanjay I have had messages like this when I inadvertently tried to start two copies of the same image (in my case pharo 6.1). The first image was running happily in the background, the second gave this message (but still seemed to start OK). I am also on Windows 10, using 32-bit Pharo. HTH Peter

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Johan Brichau
Hi, I’m still hitting this. Segfault *every time* when I try to build our project using Travis-CI in Linux. Even when I try to use the latest vm Nobody else hits this issue?? Johan > On 23 Dec 2017, at 01:14, Cyril Ferlicot D. wrote: > > On 12/22/2017 10:33 PM, Johan Brichau wrote: >> Hi, >>

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Alistair Grant
On 13 January 2018 at 11:08, Johan Brichau wrote: > Hi, > > I’m still hitting this. > Segfault *every time* when I try to build our project using Travis-CI in > Linux. > > Even when I try to use the latest vm > > Nobody else hits this issue?? > > Johan Yep, see http://forum.world.st/Pharo-64bit

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Norbert Hartl
Johan, > Am 13.01.2018 um 11:08 schrieb Johan Brichau : > > Hi, > > I’m still hitting this. > Segfault *every time* when I try to build our project using Travis-CI in > Linux. > > Even when I try to use the latest vm > > Nobody else hits this issue?? > I have this problem. It made me go back

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Cyril Ferlicot D.
Le 13/01/2018 à 11:33, Norbert Hartl a écrit : > Johan, > >> Am 13.01.2018 um 11:08 schrieb Johan Brichau : >> >> Hi, >> >> I’m still hitting this. >> Segfault *every time* when I try to build our project using Travis-CI in >> Linux. >> >> Even when I try to use the latest vm >> >> Nobody else hi

[Pharo-users] Trying to test Phantom / aspects in Pharo

2018-01-13 Thread Steven Costiou
Hi, i am trying to test PHANtom but so far i can't get it to work. I found an image here https://pleiad.cl/research/software/phantom and i made it run on a vm from 2013. But the examples crashes (PhantomDemo), and i cannot make my own examples work either (simple object interception). Which

[Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Stephane Ducasse
Hi guys just to tell you that next week I will give a lecture at ENIS at tunis. 3 full days of Pharo and advanced design. Stef

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Tudor Girba
Thanks a lot for the effort of promoting and spreading Pharo! Doru > On Jan 13, 2018, at 1:36 PM, Stephane Ducasse wrote: > > Hi guys > > just to tell you that next week I will give a lecture at ENIS at tunis. > 3 full days of Pharo and advanced design. > > Stef > -- www.tudorgirba.com www

Re: [Pharo-users] [Pharo-dev] Pharo Lecture at Tunis next week

2018-01-13 Thread Norbert Hartl
> Am 13.01.2018 um 13:36 schrieb Stephane Ducasse : > > Hi guys > > just to tell you that next week I will give a lecture at ENIS at tunis. > 3 full days of Pharo and advanced design. > > Stef +1

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Stephane Ducasse
You are welcome. Next month I will give a lecture in serbia then in April in Algeria. Stef On Sat, Jan 13, 2018 at 1:47 PM, Tudor Girba wrote: > Thanks a lot for the effort of promoting and spreading Pharo! > > Doru > > >> On Jan 13, 2018, at 1:36 PM, Stephane Ducasse >> wrote: >> >> Hi guys >

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Stephane Ducasse
And probably another one in Italy but to be confirmed. We got 2200 participants to the pharo mooc. On Sat, Jan 13, 2018 at 1:52 PM, Stephane Ducasse wrote: > You are welcome. > Next month I will give a lecture in serbia then in April in Algeria. > > Stef > > On Sat, Jan 13, 2018 at 1:47 PM, Tudor

Re: [Pharo-users] Trying to test Phantom / aspects in Pharo

2018-01-13 Thread Stephane Ducasse
You should ask Johan Fabry. Now working at Raincode in belgium. Stef On Sat, Jan 13, 2018 at 1:06 PM, Steven Costiou wrote: > Hi, > > i am trying to test PHANtom but so far i can't get it to work. > > I found an image here https://pleiad.cl/research/software/phantom and i made > it run on a vm f

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Stephane Ducasse
:( We are sorry for that. I know that Esteban is spending his days recompiling plugin on windows for example. On Sat, Jan 13, 2018 at 12:39 PM, Cyril Ferlicot D. wrote: > Le 13/01/2018 à 11:33, Norbert Hartl a écrit : >> Johan, >> >>> Am 13.01.2018 um 11:08 schrieb Johan Brichau : >>> >>> Hi, >>>

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Ben Coman
On 13 January 2018 at 21:21, Stephane Ducasse wrote: > And probably another one in Italy but to be confirmed. > We got 2200 participants to the pharo mooc. > Wow! Nice to hear this news. I don't know how this compares to other moocs, but it certainly helps spread the word. cheers -ben

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Ben Coman
> Johan > >> On 23 Dec 2017, at 01:14, Cyril Ferlicot D. wrote: >> >> On 12/22/2017 10:33 PM, Johan Brichau wrote: >>> Hi, >>> >>> I’m also hitting this >>> issue: https://pharo.fogbugz.com/f/cases/20737/Segmentation- fault-trying-to-load-code-into-a-64-bits-Pharo-6-1-Linux >>> Also reported >>> h

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Sven Van Caekenberghe
> On 13 Jan 2018, at 14:21, Stephane Ducasse wrote: > > And probably another one in Italy but to be confirmed. > We got 2200 participants to the pharo mooc. Great numbers, great work ! > On Sat, Jan 13, 2018 at 1:52 PM, Stephane Ducasse > wrote: >> You are welcome. >> Next month I will give

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Stephane Ducasse
Python mooc attract more around 9000 when we attracted 3200. Now I feel sometimes alone with luc in our endeavor. Anyway should not think and continue. Stef On Sat, Jan 13, 2018 at 2:49 PM, Ben Coman wrote: > > > On 13 January 2018 at 21:21, Stephane Ducasse > wrote: >> >> And probably another

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-13 Thread Ben Coman
Thanks for the figures. I would say that getting 1/3 attendees of Python is really *very* good compared to its market size. cheers -ben On 13 January 2018 at 23:21, Stephane Ducasse wrote: > Python mooc attract more around 9000 when we attracted 3200. > Now I feel sometimes alone with luc in ou

[Pharo-users] [ANN] Bittrex API

2018-01-13 Thread Ben Coman
Thanks everyone who advised on Zinc, REST, NeoJSON, HMAC & Libsodium to help me on my way to implement an interface to the Bittrex bitcoin exchange. I've got to the point where I'm happy to make an initial 0.x release. After all my years having fun hacking around Pharo, this is my first (tiny) pr

[Pharo-users] Iceberg Branching

2018-01-13 Thread Evan Donahue
What's the current status of branching? I can create, switch, and commit to branches, but my attempts to load code from other branches throws errors. Since branching isn't thoroughly documented in the readme yet afaict, I just wanted to check whether it was known to be 'under development' and I sho

Re: [Pharo-users] Pharo 7 image cannot write changes message on startup

2018-01-13 Thread Sanjay Minni
Peter this is not the case ... this is the only copy, However it seems this is reported issue as per the other thread (I am on Windows 10 if that is relevant) regards Sanjay - --- Regards, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo 7 image cannot write changes message on startup

2018-01-13 Thread Sanjay Minni
Peter, this is the only image (re-checked) However this seems to be a reported issue. which version of VM are you using Regards Sanjay - --- Regards, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html