[Pharo-dev] Small OS-... project addition

2016-09-08 Thread Torsten Bergmann
Hi, now also the OSX project in the OS series [1] has support to - directly open a terminal - directly open a file browser (Finder) on the working directory right from the Pharo tools menu. See attached screenshot. Depending on your platform just load - OSOSX - OSWindows -

Re: [Pharo-dev] SystemLogger in Pharo 5

2016-09-08 Thread Norbert Hartl
Yes, I use it quite a while but only with pharo4. As we are settling the SystemLogger/Beacon case I started today to build my first project using Beacon instead of SystemLogger. The logger side of Beacon is more or less the stuff from SystemLogger integrated there. With a few more iterations we

[Pharo-dev] Ombu losing file on folder renaming

2016-09-08 Thread stepharo
Hi Martin I often get Information Ombu: Couldn't write entry, since FileDoesNotExist: File @ /Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/PharoHarvestingFixes/60/current/pharo-local/ombu-sessions/Pharo_ajxqkxc.ombu And this happens when I save and close the image, renamed the

Re: [Pharo-dev] Small OS-... project addition

2016-09-08 Thread Tudor Girba
Nice! Doru > On Sep 8, 2016, at 9:06 AM, Torsten Bergmann wrote: > > Hi, > > now also the OSX project in the OS series [1] has support to > > - directly open a terminal > - directly open a file browser (Finder) on the working directory > > right from the Pharo tools menu.

Re: [Pharo-dev] FileDoesNotExist vs. FileDoesNotExistException

2016-09-08 Thread Guille Polito
I'd argue also for consistency. When some exceptions are named "Exception" and others are not, my eyes hurt. Original Message My very first thoughts are... On Thu, Sep 8, 2016 at 3:35 AM, stepharo wrote: Hi guys in

Re: [Pharo-dev] FileDoesNotExist vs. FileDoesNotExistException

2016-09-08 Thread Guille Polito
I'd argue also for consistency. When some exceptions are named "Exception" and others are not, my eyes hurt. Original Message My very first thoughts are... On Thu, Sep 8, 2016 at 3:35 AM, stepharo wrote: Hi guys in

Re: [Pharo-dev] SystemLogger in Pharo 5

2016-09-08 Thread stepharo
Hi Sean It is stable since then. I do not have the time to look at it now. I know norbert is using it in production since years. Stef Le 8/9/16 à 03:56, Sean P. DeNigris a écrit : The Catalog has it tagged Pharo5.0, but there is no stable version declared for > Pharo 3 - Cheers,

Re: [Pharo-dev] FileDoesNotExist vs. FileDoesNotExistException

2016-09-08 Thread Esteban Lorenzano
> On 08 Sep 2016, at 09:03, Guille Polito wrote: > > I'd argue also for consistency. When some exceptions are named "Exception" > and others are not, my eyes hurt. +1 > > Original Message >> My very first thoughts are... >> >> On Thu, Sep 8,

Re: [Pharo-dev] SystemLogger in Pharo 5

2016-09-08 Thread Sean P. DeNigris
NorbertHartl wrote > I started today to build my first project using Beacon instead of > SystemLogger That's what I ended up doing as well and it fit my needs nicely. I just loaded the #development version as there is no #stable declared for Pharo 5.0. - Cheers, Sean -- View this message

Re: [Pharo-dev] SystemLogger in Pharo 5

2016-09-08 Thread Norbert Hartl
> Am 08.09.2016 um 14:24 schrieb Sean P. DeNigris : > > NorbertHartl wrote >> I started today to build my first project using Beacon instead of >> SystemLogger > > That's what I ended up doing as well and it fit my needs nicely. I just > loaded the #development version as

Re: [Pharo-dev] [Pharo-users] Small OS-... project addition

2016-09-08 Thread Esteban Lorenzano
> On 08 Sep 2016, at 15:55, Alexandre Bergel wrote: > > Pretty cool! > Is it available from the catalog? > > Alexandre > > >> On Sep 8, 2016, at 4:06 AM, Torsten Bergmann wrote: >> >> Hi, >> >> now also the OSX project in the OS series [1] has

Re: [Pharo-dev] SystemLogger in Pharo 5

2016-09-08 Thread Sean P. DeNigris
NorbertHartl wrote > Since 20 minutes there is :) Ha ha, thanks! - Cheers, Sean -- View this message in context: http://forum.world.st/SystemLogger-in-Pharo-5-tp4914695p4914752.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] Deactivated Locale Still Sets TimeZone

2016-09-08 Thread Sean P. DeNigris
I was surprised to find that Pharo kept setting my local offset, even though I explicitly set it to UTC and then made sure Locale was disabled. Then I saw: Locale class>>#startUp: resuming ... DateAndTime localTimeZone: self localTimeZone. (self activated)

Re: [Pharo-dev] [Pharo-users] Small OS-... project addition

2016-09-08 Thread Alexandre Bergel
Pretty cool! Is it available from the catalog? Alexandre > On Sep 8, 2016, at 4:06 AM, Torsten Bergmann wrote: > > Hi, > > now also the OSX project in the OS series [1] has support to > > - directly open a terminal > - directly open a file browser (Finder) on the working

Re: [Pharo-dev] Ombu losing file on folder renaming

2016-09-08 Thread Damien Pollet
The path you copied corresponds to before, or after the rename ? On 8 September 2016 at 09:27, stepharo wrote: > Hi Martin > > I often get > > Information > Ombu: Couldn't write entry, since FileDoesNotExist: File @ > /Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/

[Pharo-dev] Latest Configuration of XPath is broken

2016-09-08 Thread Henrik Nergaard
Hi, Trying to load XPath using the latest configuration (ConfigurationOfXPath-monty.91) gives the following error: MetacelloProjectSpecLoadError: No version found for #'release-2.8.7' of ConfigurationOfXMLParser because: The symbolic version #'release-2.8.7' is not defined in

Re: [Pharo-dev] Cycles lost on startup

2016-09-08 Thread Nicolai Hess
2016-09-06 12:34 GMT+02:00 Eliot Miranda : > > > On Sep 6, 2016, at 12:25 PM, Nicolai Hess wrote: > > > > 2016-09-06 11:47 GMT+02:00 Henrik Nergaard : > >> Rewriting the implementation of #initSelectorTable to: >> >> >> >>

Re: [Pharo-dev] FileDoesNotExist vs. FileDoesNotExistException

2016-09-08 Thread Francisco Ortiz Peñaloza
I do prefer the shorter name. Generally I avoid using exception as a suffix consistently if doesn't add information. Consistency is overrated :D On Thursday, 8 September 2016, Esteban Lorenzano wrote: > > > On 08 Sep 2016, at 09:03, Guille Polito