Re: GNUstep releases this month?
Ivan Vučica <[email protected]> Mon, 26 Apr 2021 22:34:36 +0100
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <CAGPLYoSnm4wUKKcEoc7Yb-eCgeMK7Qo_GfC1uwKesmGYqM2bkQ@mail.gmail.com> |
(This is not a release announcement) A signed build of gnustep-base 1.28.0 has been uploaded at http://badc0de.net/gs/2021. Actual final releases will, as always, be distributed via GNUstep FTP. Please give this test build a go. I will continue preparing gnustep-gui and gnustep-back. On Thu, Apr 22, 2021 at 8:12 PM Ivan Vučica <[email protected]> wrote: > > I am resuming work on releases today and hope to prepare at least > -base tarball today. > > On Fri, Mar 26, 2021 at 11:43 AM Frederik Seiffert > <[email protected]> wrote: > > > > > > Am 22.03.2021 um 19:03 schrieb Richard Frith-Macdonald <[email protected]>: > > > > IIRC the standard/historic behavior is that an object can retain itself in the -dealloc method, to extend its own lifetime, and I guess that the singletons do that (I haven't checked). > > I think that behavior changed for ARC, so it could be that the runtime is performing an ARC style deallocation when it should be calling NSDeallocateObject() (or something odd is going on in the NSDeallocateObject() function). > > > > > > I’ve pushed a change in the following PR that fixes the test failure: > > https://github.com/gnustep/libs-base/pull/177/commits/e1e661286a6b9d717dc0312bed5f8b4b5e549d6f > > > > Frederik > >