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 https://pharo.fogbugz.com/f/cases/19026/Merge-FileDoesNotE

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 https://pharo.fogbugz.com/f/cases/19026/Merge-FileDoesNotE

[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 - OSLinuxUbuntu

[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 fol

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, Sean

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. See attached scr

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

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, 2016 at 3:35 AM, stepharo wrot

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 in

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 there is no #stable dec

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) if

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 directory > > rig

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 support to >> >> - directly open a terminal

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/ > PharoHarvestingFi

[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 ConfigurationOfXML

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: >> >> >> >> SelectorTable := WeakSet withAll: (CompiledMethod allInstances collect: >>

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 > wrote: > > > > I'd argue also for consistency

[Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-08 Thread Esteban Lorenzano
Hi, In the board we decided that we need to have a better support for public meetings (particularly for consortium meetings but also for others). So we wanted to explore other services that would allow is more than 10 persons participating (this limit is annoying). Now, I know google hangouts

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-08 Thread Ron Teitelbaum
Terf? www.3dicc.com Ron Teitelbaum -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Esteban Lorenzano Sent: Friday, September 9, 2016 2:47 AM To: Pharo Development List Subject: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conferenc

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-08 Thread Norbert Hartl
In the commercial world WebEx is quite prominent. No idea what they offer for free. https://www.webex.com/ But then usually only three or four people say anything. Should be a while to reach the limit. :) Norbert > Am 09.09.2016 um 08:46 schrieb Esteban Lorenzano : > > Hi, > > In the board

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-08 Thread Esteban Lorenzano
yeah, we are willing to pay… not immense amounts, but the consortium can pay for having better meetings ;) Esteban > On 09 Sep 2016, at 08:54, Norbert Hartl wrote: > > In the commercial world WebEx is quite prominent. No idea what they offer for > free. > > https://www.webex.com/