Re: Disappointed by GNUstep

2022-02-07 Thread Sergei Golovin
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

Re: Disappointed by GNUstep

2022-02-07 Thread Gregory Casamento
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

Re: Disappointed by GNUstep

2022-02-07 Thread Wolfgang Lux
> 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

Automated Reference Counting (Was: Disappointed by GNUstep)

2022-02-07 Thread Wolfgang Lux
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

Re: Automated Reference Counting (Was: Disappointed by GNUstep)

2022-02-07 Thread Fred Kiefer
> 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,

Re: Disappointed by GNUstep

2022-02-07 Thread Wolfgang Lux
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

Re: Disappointed by GNUstep

2022-02-07 Thread Wolfgang Lux
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

Re: Disappointed by GNUstep

2022-02-07 Thread Sergei Golovin
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