SRFI development in the age of git
John Cowan
(12 Jul 2020 23:15 UTC)
|
Re: SRFI development in the age of git
Bradley Lucier
(12 Jul 2020 23:54 UTC)
|
Re: SRFI development in the age of git
Arthur A. Gleckler
(13 Jul 2020 00:31 UTC)
|
Re: SRFI development in the age of git
Arthur A. Gleckler
(13 Jul 2020 00:30 UTC)
|
Re: SRFI development in the age of git
Arthur A. Gleckler
(13 Jul 2020 01:35 UTC)
|
Re: SRFI development in the age of git Marc Nieper-Wißkirchen (13 Jul 2020 06:45 UTC)
|
Re: SRFI development in the age of git
Linas Vepstas
(13 Jul 2020 07:05 UTC)
|
Re: SRFI development in the age of git
Marc Nieper-Wißkirchen
(13 Jul 2020 07:09 UTC)
|
Re: SRFI development in the age of git
Linas Vepstas
(13 Jul 2020 07:34 UTC)
|
Re: SRFI development in the age of git
John Cowan
(13 Jul 2020 18:10 UTC)
|
Re: SRFI development in the age of git
Linas Vepstas
(13 Jul 2020 21:40 UTC)
|
Re: SRFI development in the age of git
John Cowan
(14 Jul 2020 00:38 UTC)
|
Re: SRFI development in the age of git
Marc Nieper-Wißkirchen
(14 Jul 2020 09:59 UTC)
|
Re: SRFI development in the age of git
Linas Vepstas
(14 Jul 2020 22:54 UTC)
|
Re: SRFI development in the age of git
John Cowan
(14 Jul 2020 23:12 UTC)
|
Re: SRFI development in the age of git
Linas Vepstas
(14 Jul 2020 23:57 UTC)
|
Re: SRFI development in the age of git
John Cowan
(15 Jul 2020 03:51 UTC)
|
Re: SRFI development in the age of git
Linas Vepstas
(15 Jul 2020 08:34 UTC)
|
Re: SRFI development in the age of git
Arthur A. Gleckler
(13 Jul 2020 07:40 UTC)
|
Re: SRFI development in the age of git
Marc Nieper-Wißkirchen
(13 Jul 2020 07:46 UTC)
|
Re: SRFI development in the age of git
Arthur A. Gleckler
(13 Jul 2020 15:59 UTC)
|
Couldn't all the author's and editor's draft happen in the central repository as well? Git has branches, so it is easy to have an author's branch. As everything will just have one history, it will make things easier for reviewers and testers. Marc Am Mo., 13. Juli 2020 um 03:35 Uhr schrieb Arthur A. Gleckler <xxxxxx@speechcode.com>: > > On Sun, Jul 12, 2020 at 5:29 PM Arthur A. Gleckler <xxxxxx@speechcode.com> wrote: >> >> On Sun, Jul 12, 2020 at 4:15 PM John Cowan <xxxxxx@ccil.org> wrote: >> >>> >>> (Arthur, do you tag drafts in your repos?) >> >> >> I do. > > > P.S.: For example: > > > (cd $srfi-122/ && git tag) > draft-1 > draft-10 > draft-11 > draft-12 > draft-13 > draft-14 > draft-15 > draft-16 > draft-2 > draft-3 > draft-4 > draft-5 > draft-6 > draft-7 > draft-8 > draft-9 > final > >