Re: [Pharo-dev] ConfigurationOfAthens-TudorGirba.87 does not load in latest 60

2016-07-03 Thread stepharo
I tried to see if it was the name usage but this is a problem I do not get :) When I interrupted the program it was open: fileName forWrite: writeMode "Open the file with the given name. If writeMode is true, allow writing, otherwise open the file in read-only mode." | f | f :=

[Pharo-dev] ConfigurationOfAthens-TudorGirba.87 does not load in latest 60

2016-07-03 Thread stepharo
Hi doru I'm not sure that you know that ConfigurationOfAthens-TudorGirba.87 does not load in latest 60 It seems a problem with Object>>name usage (deprecation leading to an problem). In Pharo 60 we have MarcusDenker.82 and the latest stable in the repo is

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

2016-07-03 Thread Nicolai Hess
Hi Jeff, if you use forms to paint on an AthensCairoCanvas, they are cached in the CairoBackendCache, can you try to flush that cache whith CairoBackendCache flush. 2016-06-18 18:36 GMT+02:00 J.F. Rick : > I'm using Athens rendering for my multi-touch applications on Pharo5. As

[Pharo-dev] GTDebugger - class variables

2016-07-03 Thread Ben Coman
I just noticed it seems class variables are not shown in Variables pane of GTDebugger. It confused me for a while, and I expect it would be troubling for newcomers. Is this due to copying the previous Debugger functionality here, or some other design decision?Any reason to not display class

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Ben Coman
On Sun, Jul 3, 2016 at 7:25 PM, Bernhard Pieber wrote: > Done! Thanks Bernhard, but I can't find the issue in the tracker. Can you paste a link? On Sun, Jul 3, 2016 at 7:41 PM, Bernhard Pieber wrote: > I wonder about the process for fixes for Pharo

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Sven Van Caekenberghe
Thank you. > On 03 Jul 2016, at 13:25, Bernhard Pieber wrote: > > Done! > > Cheers, > Bernhard > >> Am 03.07.2016 um 00:08 schrieb Ben Coman : >> >> On Sun, Jul 3, 2016 at 3:16 AM, Bernhard Pieber wrote: >>> Hi, >>> >>> The

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Bernhard Pieber
I wonder about the process for fixes for Pharo 4.0? Is it the same? If I’d put the equivalent fix into the Pharo40Inbox, would it be integrated? Cheers, Bernhard > Am 03.07.2016 um 08:46 schrieb stepharo : > > Thanks Bernhard > > - can you open a bug entry? > > - publish a

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Bernhard Pieber
Done! Cheers, Bernhard > Am 03.07.2016 um 00:08 schrieb Ben Coman : > > On Sun, Jul 3, 2016 at 3:16 AM, Bernhard Pieber wrote: >> Hi, >> >> The following code goes into an endless loop: >> MailAddressParser addressesIn: 'romeo@verona.it‘ >> >> It’s

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Ben Coman
On Sun, Jul 3, 2016 at 6:08 AM, Ben Coman wrote: > On Sun, Jul 3, 2016 at 3:16 AM, Bernhard Pieber wrote: >> Hi, >> >> The following code goes into an endless loop: >> MailAddressParser addressesIn: 'romeo@verona.it‘ >> >> It’s because of the ampersand.

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread stepharo
Thanks Bernhard - can you open a bug entry? - publish a slice? (press slice + bug number) Our integration tool and process work this way Stef Le 2/7/16 à 21:16, Bernhard Pieber a écrit : Hi, The following code goes into an endless loop: MailAddressParser addressesIn: 'romeo@verona.it‘