[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Should we split the project into two branches?
From: |
Max Chan |
Subject: |
Re: Should we split the project into two branches? |
Date: |
Tue, 15 Feb 2022 02:44:24 -0500 |
This is just whack…
What I mean by saying we need refactoring, is that our library structure is
twisted and may not bode well for future Swift integration. Here is ours:
* libc
* libobjc2
* Foundation (NSObject here)
* CoreFoundation
And here is Apple’s:
* libc
* libobjc2 (NSObject here)
* CoreFoundation
* Foundation
* Swift Standard Library
Now do you see my point? (Don’t worry with Swift Standard Library to Foundation
toll-free bridging, all of those goes through CoreFoundation.)
> On Feb 15, 2022, at 12:58 AM, Sergei Golovin <oozeavae@yahoo.com> wrote:
>
> On 2022-02-15 03:38:32 +0400 Max Chan <xcvista@me.com> wrote:
>
>> in dire need of refactor, ...
>> The biggest refactor project
>
> A casual observation:
>
> Many fans of automatic memory management (being it ARC or GC) love
> refactoring.
>
> So much for "spending time finding bugs that are impossible by construction
> with ARC
> felt like a complete waste of my time."
>
> ;-)
>
> --
> SG
>
>
signature.asc
Description: Message signed with OpenPGP
- Re: Should we split the project into two branches?, (continued)
- Re: Should we split the project into two branches?, Richard Frith-Macdonald, 2022/02/14
- Re: Should we split the project into two branches?, Max Chan, 2022/02/14
- Re: Should we split the project into two branches?, Gregory Casamento, 2022/02/14
- Re: Should we split the project into two branches?, Riccardo Mottola, 2022/02/14
- Re: Should we split the project into two branches?, Max Chan, 2022/02/14
- Re: Should we split the project into two branches?, Sergei Golovin, 2022/02/15
- Re: Should we split the project into two branches?,
Max Chan <=
- Re: Should we split the project into two branches?, H. Nikolaus Schaller, 2022/02/15
- Re: Should we split the project into two branches?, Max Chan, 2022/02/15
- Re: Should we split the project into two branches?, Riccardo Mottola, 2022/02/16
- Re: Should we split the project into two branches?, Max Chan, 2022/02/16
- Re: Should we split the project into two branches?, Steven R. Baker, 2022/02/15