Re: libobcj2 on GCC

2023-04-05 Thread Andreas Fink
The biggest problem with GCC is the lack of support of objective-C 2.0 patterns. Especially ARC, which every ObjC application or library developed on the mac the last 10 years or so for sure uses. > On 5 Apr 2023, at 10:05, Steven R. Baker wrote: > > Hiya, > > Who here best knows what needs

libobcj2 on GCC

2023-04-05 Thread Steven R. Baker
Hiya, Who here best knows what needs to be done to bring GCC's objc up to date? Is it as "simple" as porting libobjc2 to GCC? I'd like to see GCC's implementation as the "gold standard." Is there someone on this list I can pay out of my own pocket to work on this without absolutely breaking