rfm
rfm
`I spent all yesterday tracking down and fixing the issues that were causing leaks in NSURLConnection tests. As part of that I improved the new -trackOwnership method to report tracked...
Changed GS_WITH_ASAN to be GNUSTEP_WITH_ASAN Added --asan option to gnustep-tests and made it report tests with an exitcode of 23 as leaked memory. Added lsan.txt file in Tests/base directory with...
I have fixed the leaks ion the NSXML... code and testcases, both for clang and gcc (the two behave a little differently in what they consider to be leaks). The...
Arghy, I though't I'd reviewed this and that it had been committed weeks ago ... this means I've just made a buggy release of base with the implementation missing, so...
I think what's needed is to back-out the last three commits, and then (if, and only if, the alternative is fully working), mark [setKeys:triggerChangeNotificationsForDependentKey:] as deprecated. Once we have made...
> I'm wondering why we need another flag for this. We already have a flag to use the old implementation of KVO. That's a different issue. The point of WANT_DEPRECATED_KVC_COMPAT...
Good point, I will do that. > > On 17 Feb 2025 at 07:49, Frederik Seiffert ***@***.***> wrote: > > > > > > > > However, this branch now...
We do have a macro. I'm away from my computer until next week, but from memory I think it's poorly named. Something like GS_DEPRECATED_FUNC even though it applies to methods...
Umm ... autogsdoc has never been limited to HTML output. It was designed from scratch to produce XML (specifically the gsdoc grammar in xml), on the assumption that people could...
Part if the problem is outputting whitespace from around the elements if the gsdic onto the html. I added a fix for the top level elements. In general the tool...