Re: [Pharo-dev] Loading an image crashes the VM

2016-03-14 Thread Ben Coman
On Tue, Mar 15, 2016 at 1:25 AM, Jan Kurš wrote: > Hi, > > I am trying to open an image I saved a few days ago and I am getting this > message (the whole log is attached): > > stack page bytes 4096 available headroom 2788 minimum unused headroom 3020 > > (Segmentation fault) >

Re: [Pharo-dev] Loading an image crashes the VM

2016-03-14 Thread Max Leske
How large is your image? There’s a bug in the VM where it can’t open large images. > On 14 Mar 2016, at 18:25, Jan Kurš wrote: > > Hi, > > I am trying to open an image I saved a few days ago and I am getting this > message (the whole log is attached): > > stack page bytes

Re: [Pharo-dev] TimeZoneDatabase - are we using this?

2016-03-14 Thread stepharo
I should say that I love such class comments Keep your great work sven. Stef Le 14/3/16 10:14, Sven Van Caekenberghe a écrit : Yes, the ZTimestamp project has that. Here is the class comment of ZTimezone === I am ZTimezone, representing the timezone information in the standard Olsen

Re: [Pharo-dev] TimeZoneDatabase - are we using this?

2016-03-14 Thread Paul DeBruicker
I just added a DateTime class as a subclass of DateAndTimeto that project today, which retains the time zone name with the instance so times in the future can, as needed have their offsets changed to reflect new legislative decisions. It works in Pharo 4 on Mac/Linux. Not on Windows at the

[Pharo-dev] [pharo-project/pharo-core] 590dde: 50638

2016-03-14 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 590dde901ad4ff8f1ba9e31a35c8f414eb200e71 https://github.com/pharo-project/pharo-core/commit/590dde901ad4ff8f1ba9e31a35c8f414eb200e71 Author: Jenkins Build Server Date:

[Pharo-dev] Loading an image crashes the VM

2016-03-14 Thread Jan Kurš
Hi, I am trying to open an image I saved a few days ago and I am getting this message (the whole log is attached): stack page bytes 4096 available headroom 2788 minimum unused headroom 3020 (Segmentation fault) Anyone experiencing something similar? I am running the latest pharo5 VM on Linux.

Re: [Pharo-dev] Status of pharo Android and Pharo ios ?

2016-03-14 Thread jannik laval
Thank you Stef, I hope someone could work again on it. Cheers, Jannik 2016-03-12 11:16 GMT+01:00 stepharo : > > > Le 12/3/16 09:44, jannik laval a écrit : > >> Hi pharoers, >> >> What is the status of pharo for android and pharo for iOS ? >> > > For android not much changes.

[Pharo-dev] [pharo-project/pharo-core]

2016-03-14 Thread GitHub
Branch: refs/tags/50638 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] fa51bd: 50637

2016-03-14 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: fa51bd240d00f846212a2b99128d69e7f890ad19 https://github.com/pharo-project/pharo-core/commit/fa51bd240d00f846212a2b99128d69e7f890ad19 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2016-03-14 Thread GitHub
Branch: refs/tags/50637 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Please help package Launcher with both Pharo VMs

2016-03-14 Thread Stephan Eggermont
On 14-03-16 15:40, Christophe Demarey wrote: The scripts are there: https://github.com/pharo-project/pharo-ci/tree/master/ci-jobs/pharo Thanks Stephan

Re: [Pharo-dev] Please help package Launcher with both Pharo VMs

2016-03-14 Thread Damien Cassou
Christophe Demarey writes: >> I don't see a script creating a pharoLauncher there. Where is it hidden/how >> is it combined? > The scripts are there: > https://github.com/pharo-project/pharo-ci/tree/master/ci-jobs/pharo the scripts there call the scripts at the

Re: [Pharo-dev] Please help package Launcher with both Pharo VMs

2016-03-14 Thread Christophe Demarey
> Le 14 mars 2016 à 14:45, Stephan Eggermont a écrit : > > On 14-03-16 11:22, Damien Cassou wrote: >> Hi, >> >> to facilitate starting Pharo, I created the launcher. Now, there are 2 >> VMs that can run separate subsets of Pharo. The launcher supports that: >> the user "just"

Re: [Pharo-dev] Please help package Launcher with both Pharo VMs

2016-03-14 Thread Stephan Eggermont
On 14-03-16 11:22, Damien Cassou wrote: Hi, to facilitate starting Pharo, I created the launcher. Now, there are 2 VMs that can run separate subsets of Pharo. The launcher supports that: the user "just" has to download a spur vm separately and configure it in launcher's settings. This is not

[Pharo-dev] Please help package Launcher with both Pharo VMs

2016-03-14 Thread Damien Cassou
Hi, to facilitate starting Pharo, I created the launcher. Now, there are 2 VMs that can run separate subsets of Pharo. The launcher supports that: the user "just" has to download a spur vm separately and configure it in launcher's settings. This is not beginner friendly. Could someone please

Re: [Pharo-dev] TimeZoneDatabase - are we using this?

2016-03-14 Thread Sven Van Caekenberghe
Yes, the ZTimestamp project has that. Here is the class comment of ZTimezone === I am ZTimezone, representing the timezone information in the standard Olsen database. http://en.wikipedia.org/wiki/Tz_database Usage You reference timezones by their ID. The list of supported identifiers is

Re: [Pharo-dev] Adding a serialize menu item?

2016-03-14 Thread Max Leske
Thanks Hernán. Just for completeness: theres Object>>serializeToFileNamed: as a “shorthand”. Cheers, Max > On 14 Mar 2016, at 07:43, Hernán Morales Durand > wrote: > > https://pharo.fogbugz.com/f/cases/17818/Add-menu-item-to-serialize-contents-from-inspector > >

Re: [Pharo-dev] Adding a serialize menu item?

2016-03-14 Thread Hernán Morales Durand
https://pharo.fogbugz.com/f/cases/17818/Add-menu-item-to-serialize-contents-from-inspector Cheers, Hernán 2016-03-13 8:45 GMT-03:00 stepharo : > Package it with Fuel :) > > Le 12/3/16 21:27, Hernán Morales Durand a écrit : > > Hi guys, >> >> Frequently I need to serialize