Re: [Pharo-dev] Having comments for pragma?

2016-07-07 Thread Eliot Miranda
Hi Doru, > On Jun 30, 2016, at 1:08 PM, Tudor Girba wrote: > > Hi, > >> On Jun 27, 2016, at 7:55 PM, Eliot Miranda wrote: >> >> Hi Doru, >> >> On Mon, Jun 27, 2016 at 6:36 AM, Tudor Girba wrote: >> Hi Eliot, >> >> I

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

2016-07-07 Thread GitHub
Branch: refs/tags/60141 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] fb9425: 60141

2016-07-07 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: fb9425d70ed5405074e24c43b830fb331cd6c3a0 https://github.com/pharo-project/pharo-core/commit/fb9425d70ed5405074e24c43b830fb331cd6c3a0 Author: Jenkins Build Server Date:

Re: [Pharo-dev] Time now print24

2016-07-07 Thread Sven Van Caekenberghe
> On 07 Jul 2016, at 18:33, Eliot Miranda wrote: > > Hi All, > > how does one produce a nice timestamp, simply date and time as in > > 7/7/2016 09:19:38 > > Trivial, right? I understand that you want it 'nice and clean', but the above is not precise (no TZ)

[Pharo-dev] Time now print24

2016-07-07 Thread Eliot Miranda
Hi All, how does one produce a nice timestamp, simply date and time as in 7/7/2016 09:19:38 Trivial, right? So Date today mmdd, ' ', Time now print24 '7/7/2016 09:22:40.914' .914, ah, nanos. How useful. Let's get rid of them. No nanos: accessor so Date today mmdd,

Re: [Pharo-dev] confused about the "image opening session"

2016-07-07 Thread Denis Kudriashov
Hi 2016-07-06 9:00 GMT+02:00 Christophe Demarey : > yes, what is bad now is that there is ‘no crash detector’. > If you quit an image without saving, you will get the epicea browser. I do > not want it in this case. When I do not save, it is on purpose. > Maybe a

Re: [Pharo-dev] [pharo-project/pharo-core] ec7b0e: 60137

2016-07-07 Thread Esteban Lorenzano
I have to add here… solution is bad, because now projects are not shown EVEN if I activate it in settings :( > On 06 Jul 2016, at 12:28, Esteban Lorenzano wrote: > > yes, I do not agree either but is true there where problems. > but IMO this would be solved just by

Re: [Pharo-dev] AthensCairoSurface not getting garbage collected

2016-07-07 Thread Alexandre Bergel
Jeff, does this flush reduces the amount of crash you are experiencing? Alexandre > On Jul 6, 2016, at 9:01 PM, J.F. Rick wrote: > > Nicolai, > > THANKS! That worked. I no longer have any AthensCairoCanvas hanging around > after executing "CairoBackendCache flush". > >