Re: [RESULT][VOTE][Swift] Split Swift to separated repository

2025-05-23 Thread Raúl Cumplido
; Thanks, > -- > kou > > In <20250520.102433.1649746168986082120@clear-code.com> > "[VOTE][Swift] Split Swift to separated repository" on Tue, 20 May 2025 > 10:24:33 +0900 (JST), > Sutou Kouhei wrote: > > > Hi, > > > > I would l

Re: [RESULT][VOTE][Swift] Split Swift to separated repository

2025-05-23 Thread Sutou Kouhei
Thanks!!! In "Re: [RESULT][VOTE][Swift] Split Swift to separated repository" on Fri, 23 May 2025 09:57:38 +0200, Raúl Cumplido wrote: > Thanks Kou, > > I've created the apache/arrow-swift repository [1]. > > Regards, > Raúl > > [1] https://github

[RESULT][VOTE][Swift] Split Swift to separated repository

2025-05-22 Thread Sutou Kouhei
. Thanks, -- kou In <20250520.102433.1649746168986082120@clear-code.com> "[VOTE][Swift] Split Swift to separated repository" on Tue, 20 May 2025 10:24:33 +0900 (JST), Sutou Kouhei wrote: > Hi, > > I would like to propose splitting the Swift implementatio

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Matt Topol
+1 On Tue, May 20, 2025, 3:29 PM Jacob Wujciak wrote: > +1 > > Krisztián Szűcs schrieb am Di., 20. Mai 2025, > 20:14: > > > +1 > > > > > On 2025. May 20., at 19:55, Wes McKinney wrote: > > > > > > +1 > > > > > > On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido > wrote: > > > > > >> +1 > > >> > >

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Jacob Wujciak
+1 Krisztián Szűcs schrieb am Di., 20. Mai 2025, 20:14: > +1 > > > On 2025. May 20., at 19:55, Wes McKinney wrote: > > > > +1 > > > > On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido wrote: > > > >> +1 > >> > >> El mar, 20 may 2025 a las 4:14, Neal Richardson (< > >> neal.p.richard...@gmail.com>)

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Krisztián Szűcs
+1 > On 2025. May 20., at 19:55, Wes McKinney wrote: > > +1 > > On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido wrote: > >> +1 >> >> El mar, 20 may 2025 a las 4:14, Neal Richardson (< >> neal.p.richard...@gmail.com>) escribió: >> >>> +1 >>> >>> On Mon, May 19, 2025 at 10:06 PM Ruoxi Sun >>

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Wes McKinney
+1 On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido wrote: > +1 > > El mar, 20 may 2025 a las 4:14, Neal Richardson (< > neal.p.richard...@gmail.com>) escribió: > > > +1 > > > > On Mon, May 19, 2025 at 10:06 PM Ruoxi Sun > wrote: > > > > > +1 > > > > > > *Regards,* > > > *Rossi SUN* > > > > > > >

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-19 Thread Raúl Cumplido
+1 El mar, 20 may 2025 a las 4:14, Neal Richardson (< neal.p.richard...@gmail.com>) escribió: > +1 > > On Mon, May 19, 2025 at 10:06 PM Ruoxi Sun wrote: > > > +1 > > > > *Regards,* > > *Rossi SUN* > > > > > > On Mon, May 19, 2025 at 6:48 PM Bryce Mecum > wrote: > > > > > +1 > > > > > > On Mon,

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-19 Thread Neal Richardson
+1 On Mon, May 19, 2025 at 10:06 PM Ruoxi Sun wrote: > +1 > > *Regards,* > *Rossi SUN* > > > On Mon, May 19, 2025 at 6:48 PM Bryce Mecum wrote: > > > +1 > > > > On Mon, May 19, 2025 at 6:24 PM Sutou Kouhei wrote: > > > > > > Hi, > > > > > > I would like to propose splitting the Swift implement

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-19 Thread Ruoxi Sun
+1 *Regards,* *Rossi SUN* On Mon, May 19, 2025 at 6:48 PM Bryce Mecum wrote: > +1 > > On Mon, May 19, 2025 at 6:24 PM Sutou Kouhei wrote: > > > > Hi, > > > > I would like to propose splitting the Swift implementation > > to its own repository. > > > > Motivation: > > > > * We want to make the

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-19 Thread Bryce Mecum
+1 On Mon, May 19, 2025 at 6:24 PM Sutou Kouhei wrote: > > Hi, > > I would like to propose splitting the Swift implementation > to its own repository. > > Motivation: > > * We want to make the Swift implementation Swift Package > Manager compatible. > * It requires a top-level Package.swift.

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-19 Thread Sutou Kouhei
+1 In <20250520.102433.1649746168986082120@clear-code.com> "[VOTE][Swift] Split Swift to separated repository" on Tue, 20 May 2025 10:24:33 +0900 (JST), Sutou Kouhei wrote: > Hi, > > I would like to propose splitting the Swift implementation > to its own

[VOTE][Swift] Split Swift to separated repository

2025-05-19 Thread Sutou Kouhei
Hi, I would like to propose splitting the Swift implementation to its own repository. Motivation: * We want to make the Swift implementation Swift Package Manager compatible. * It requires a top-level Package.swift. See also: https://www.swift.org/documentation/package-manager/ Approach