Re: [Pharo-users] Code mystery

2017-09-01 Thread Richard Sargent
sers [mailto:pharo-users-boun...@lists.pharo.org] *On > Behalf Of *Richard Sargent > *Sent:* 01 September 2017 15:04 > *To:* Any question about pharo is welcome > *Subject:* Re: [Pharo-users] Code mystery > > > > I think the answer my lie in the general case and n

Re: [Pharo-users] Code mystery

2017-09-01 Thread PBKResearch
To: Any question about pharo is welcome Subject: Re: [Pharo-users] Code mystery I think the answer my lie in the general case and no one tried to address the complexity of the problem. Consider an API that's implemented in a number of classes, classes which may not be in a hier

Re: [Pharo-users] Code mystery

2017-09-01 Thread Richard Sargent
tic system - can it? > > Peter Kenny > > -Original Message- > From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf > Of Stephane Ducasse > Sent: 31 August 2017 19:16 > To: Any question about pharo is welcome > Subject: Re: [Pharo-users] Code

Re: [Pharo-users] Code mystery

2017-09-01 Thread Stephane Ducasse
l Message- > From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of > Stephane Ducasse > Sent: 31 August 2017 19:16 > To: Any question about pharo is welcome > Subject: Re: [Pharo-users] Code mystery > > Can you open a bug entry? > I can tell you t

Re: [Pharo-users] Code mystery

2017-08-31 Thread PBKResearch
ion about pharo is welcome Subject: Re: [Pharo-users] Code mystery Can you open a bug entry? I can tell you that we clean a lot but human activity will always leads to glitches. On Tue, Aug 29, 2017 at 1:23 AM, Dimitris Chloupis wrote: > You are not going crazy that's an ugly meth

Re: [Pharo-users] Code mystery

2017-08-31 Thread Stephane Ducasse
Can you open a bug entry? I can tell you that we clean a lot but human activity will always leads to glitches. On Tue, Aug 29, 2017 at 1:23 AM, Dimitris Chloupis wrote: > You are not going crazy that's an ugly method. Probably the author intended > to use dir and the forgot about it and instead h

Re: [Pharo-users] Code mystery

2017-08-28 Thread Dimitris Chloupis
You are not going crazy that's an ugly method. Probably the author intended to use dir and the forgot about it and instead hard coded the dir path inside a class method. A mistake that can happen to anyone. The method will have to be updated anyway because name is to be removed, so it won't work.

[Pharo-users] Code mystery

2017-08-28 Thread PBKResearch
Hello All Following the discussion on dark mode, I was browsing the code on themes (in Moose 6.1 = Pharo 6.0, Latest update: #60486). In Class ThemeIcons, I found this method: downloadTo: dir | zipArchive | zipArchive := self class destinatio