That should be “re-saved “ it, the issue went away.
Sent from my iPhone
> On 25 Apr 2018, at 23:43, Tim Mackinnon wrote:
>
> Hi - I think I had this issue a long while back, but I just hit it again
> (desperately trying to get back into Pharo again)…
>
> I was trying out Willow - and had a m
Hi - I think I had this issue a long while back, but I just hit it again
(desperately trying to get back into Pharo again)…
I was trying out Willow - and had a method like this:
initializeContainerView
| behaviorDetails scopeSelection |
behaviorDetails := IdentifiedWebView
On 25 April 2018 at 23:08, Serge Stinckwich
wrote:
> I don't understand the default
>
> finalizeResourceData: handle
> handle isNull ifTrue: [ ^ self ].
> handle free.
> handle beNull
>
>
> when handle is an ExternaData, free is defined as in ExternalStructure
> class as:
>
> free
>
Hi Eric,
> On 25 Apr 2018, at 22:25, Eric Gade wrote:
>
> Hello,
>
> In the process of maintaining a small IRC client I have written, I'm trying
> to add the option to connect over SSL. Of course ensuring valid certificates
> and the handshake et al is quite complicated. Instead I'm attemptin
Hello,
In the process of maintaining a small IRC client I have written, I'm trying
to add the option to connect over SSL. Of course ensuring valid
certificates and the handshake et al is quite complicated. Instead I'm
attempting to rely on Zodiac's `ZdcSecureSocketStream` instead of a regular
`Soc
I don't understand the default
finalizeResourceData: handle
handle isNull ifTrue: [ ^ self ].
handle free.
handle beNull
when handle is an ExternaData, free is defined as in ExternalStructure
class as:
free
"Free the handle pointed to by the receiver"
(handle ~~ nil and:[han
2018-04-25 14:26 GMT+02:00 Richard O'Keefe :
> (aSortFunction value: x value: y) returns a Boolean;
> (aSortFunction value: x value: x) returns true.
> So you can already set up a SortedCollection using
> a SortFunction. So yes, that would work.
>
Yes. It was original goal to introduce them.
I c
(aSortFunction value: x value: y) returns a Boolean;
(aSortFunction value: x value: x) returns true.
So you can already set up a SortedCollection using
a SortFunction. So yes, that would work.
But there is no reason why #reversed (or my preference,
#converse) could not work on sortBlocks.
On 25
As I pointed out yesterday, #sort and its immediate relatives
are not alone. Look at #isSortedBy: . When do you want
(#(1 1 1) asSortedCollection: b) isSortedBy: b
to answer false?
There are several reasons for sorting. One is so that you
can use binary search. It's rather disconcerting that t
Hi Richard.
I agree with your proposal.
But it force me to think that we should completely move to SortFunction's.
In that case SortCollection will have sortFunction variable instead of
sortBlock. And for your scenario reverse operation will be simple
expression: "sortFunction := sortFunction reve
Why does the sortBlock has to answer true for the same (identical) object? I
have not been able to find where it is specified. And in different locations
I see #> being used as a comparator for the sortBlock. So why is it bad (as
you wrote)? (It seems you describe that SortedCollection should creat
Hello
Thank you for quick reply. Yes, it seems like the same bug and the linked
current alpha version works fine. Switched to it and did not encounter even
any other problems so far. Thank you.
Regards,
Jan
demarey wrote
> Hello,
>
>> Le 25 avr. 2018 à 11:57, Jan Blizničenko <
> bliznjan@.cvu
Hello,
> Le 25 avr. 2018 à 11:57, Jan Blizničenko a écrit :
>
> Hello
>
> On Windows 10, I updated launcher from the one on
> https://ci.inria.fr/pharo/view/Launcher/job/Package-and-Publish-Launcher-stable-Win/
> (1.0.1) to the one now on official website http://pharo.org/web/download
> (1.1),
Hello
On Windows 10, I updated launcher from the one on
https://ci.inria.fr/pharo/view/Launcher/job/Package-and-Publish-Launcher-stable-Win/
(1.0.1) to the one now on official website http://pharo.org/web/download
(1.1), but the new launcher does not open any images.
I can create, rename, remove i
Hi all,
We just introduced Iceberg 0.7.3 into Pharo. This new version solves
several issues people had when contributing to Pharo in general and others.
I've made a screencast on how to contribute to Pharo, and added some
tutorial and glossary in Iceberg's wiki.
Below the links and the changes lo
15 matches
Mail list logo