On 2022-02-06 22:50:07 +0400 Fred Kiefer wrote:
Your change looks great to me, as always. Let's just hope it does not
break
anything for the other two issues that caused the different changes
on that
code.
That one issue in December was due to deallocation of NSPopUpButtonCell
causing to
It’s worth noting that ARC is no panacea. It will not magically solve all
of the problems we have with memory management.
On Mon, Feb 7, 2022 at 09:14 Sergei Golovin wrote:
> On 2022-02-06 22:50:07 +0400 Fred Kiefer wrote:
>
> > Your change looks great to me, as always. Let's just hope it does
> Am 07.02.2022 um 12:09 schrieb Sergei Golovin :
>
> On 2022-02-06 22:50:07 +0400 Fred Kiefer wrote:
>
>> Let's just hope it does not break anything for the other two issues that
>> caused the different changes on that code.
>
> It breaks the @97351199e
Sorry, for some reason I deleted one
Hi Fred,
> Am 06.02.2022 um 19:50 schrieb Fred Kiefer :
>
> Hi Wolfgang,
>
>> Am 06.02.2022 um 16:30 schrieb Wolfgang Lux :
>>
>>> There are bugs in GNUstep and probably there always will be. We don’t get
>>> enough testing, usage, for GNUstep gun applications, so many bugs may go
>>> unnotic
> Am 07.02.2022 um 18:47 schrieb Wolfgang Lux :
>
>> Am 06.02.2022 um 19:50 schrieb Fred Kiefer :
>>
>>> Am 06.02.2022 um 16:30 schrieb Wolfgang Lux :
>>>
There are bugs in GNUstep and probably there always will be. We don’t get
enough testing, usage, for GNUstep gun applications,
Hi Sergei,
> On 2022-02-06 22:50:07 +0400 Fred Kiefer wrote:
>
> > Your change looks great to me, as always. Let's just hope it does
> > not
> > break
> > anything for the other two issues that caused the different changes
> > on that
> > code.
>
> That one issue in December was due to deal
On Sun, 2022-02-06 at 19:50 +0100, Fred Kiefer wrote:
> > Am 06.02.2022 um 16:30 schrieb Wolfgang Lux
> > :
> > ...
> >
> > No, it doesn't happen for a standard GNUstep application. And while
> > it is reproducible for me (in at least one case), it seems rather
> > difficult to narrow it down. I'v
On 2022-02-08 02:49:26 +0400 Wolfgang Lux
wrote:
The attached patch changes the -[dealloc] to do the code chunk
equivalent
to -[setMenu:nil]
avoiding that -[NSPopUpButtonCell synchronizeTitleAndSelectedItem]
and following.
didn't have time to look at your second message earlier.
I like th