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
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
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
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
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
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
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.
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