unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Reuben Thomas via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Philip Kaludercic <philipk@posteo.net>
Cc: 14204@debbugs.gnu.org, Justine Tunney <jtunney@gmail.com>,
	Stefan Kangas <stefan@marxist.se>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	Dmitry Gutov <dgutov@yandex.ru>
Subject: bug#14204: [ELPA] Update coffe-mode.el to latest version
Date: Fri, 22 Oct 2021 22:27:12 +0100	[thread overview]
Message-ID: <CAOnWdoj4+dkhr7=CAm1=ve6Aey-pVtj3pjqm2UKuTjx3L5jQqA@mail.gmail.com> (raw)
In-Reply-To: <87lf2kx38h.fsf@posteo.net>

[-- Attachment #1: Type: text/plain, Size: 2191 bytes --]

I just ran the following command on the current version of coffee-mode.el
at https://github.com/defunkt/coffee-mode:

git blame coffee-mode.el --porcelain | grep  "^author "|sort|uniq -c

This shows the following authors with more than 15 lines of code:

Chris Wanstrath
Danny McClanahan
Denis Washington
Justine Tunney
Petri Lehtinen
Reuben Thomas (me!)
Syohei Yoshida
Tim McGilchrist

Of course, this is not a rigorous assessment, as it could include commits
where the committer has simply reformatted code. I then skimmed through the
entire history and did not find any major reformatting commits, so it seems
that the above list is indeed correct.

At this stage, given that coffee-mode is unlikely to be that popular, I
think it's probably a waste of effort to try to get signatures from any
authors who haven't yet signed; so if there are authors who haven't, then
NonGNU ELPA is the right place to put it.

On Fri, 22 Oct 2021 at 20:34, Philip Kaludercic <philipk@posteo.net> wrote:

> Stefan Kangas <stefan@marxist.se> writes:
>
> > Hi Philip,
> >
> > Stefan Kangas <stefan@marxist.se> writes:
> >
> >> Dmitry Gutov <dgutov@yandex.ru> writes:
> >>
> >>> On 10.09.2020 17:33, Stefan Kangas wrote:
> >>>> I have also asked the current maintainer to sign the papers here:
> >>>>
> >>>>      https://github.com/defunkt/coffee-mode/issues/372
> >>>
> >>> He replied that he already signed, and indeed, that's the case.
> >>
> >> That leaves us with the task of chasing down the other contributors.
> >
> > I guess this should also rather be going to NonGNU ELPA at this point?
> > I can see you posted in the above issue, so I assume you are looking
> > into it?  Thanks in advance.
>
> I haven't looked further into the issue since, nor have I checked how
> many people have significant contributions without having signed the
> copyright papers.
>
> From a quick check, it seems that most major contributions were made
> before 2014, which is the current state in GNU ELPA.  So it might be
> possible to check if these few have either signed or are willing to sign
> the papers, before we move the package to NonGNU ELPA.
>
> --
>         Philip Kaludercic
>


-- 
https://rrt.sc3d.org

[-- Attachment #2: Type: text/html, Size: 4955 bytes --]

  reply	other threads:[~2021-10-22 21:27 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-14 13:55 bug#14204: Interested in joining savannah emacs project Justine Alexandra Roberts Tunney
2013-04-14 18:39 ` Reuben Thomas
2013-04-15  0:56 ` Stefan Monnier
2013-04-15  0:59   ` Reuben Thomas
2013-04-15  1:43     ` Justine Alexandra Roberts Tunney
2013-04-15 13:53     ` Stefan Monnier
2013-04-15 14:08       ` Reuben Thomas
2019-08-20 23:35 ` Stefan Kangas
2019-08-21  7:03   ` Stefan Monnier
2019-08-21 11:56     ` Stefan Kangas
2020-09-08 14:05       ` Stefan Kangas
2020-09-08 14:20         ` Dmitry Gutov
2020-09-08 14:59           ` Stefan Kangas
2020-09-08 15:15             ` Reuben Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-08 15:40               ` Stefan Kangas
2020-09-08 16:10               ` Stefan Monnier
2020-09-08 16:23                 ` Stefan Kangas
2020-09-08 21:34               ` Dmitry Gutov
2020-09-08 21:35                 ` Reuben Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-09 12:31                   ` Justine Tunney
2020-09-09 13:16                     ` Stefan Monnier
2020-09-10 14:33                       ` Stefan Kangas
2020-09-10 21:17                         ` Dmitry Gutov
2020-09-11 19:41                           ` Stefan Kangas
2021-10-22 19:02                             ` bug#14204: [ELPA] Update coffe-mode.el to latest version Stefan Kangas
2021-10-22 19:34                               ` Philip Kaludercic
2021-10-22 21:27                                 ` Reuben Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2021-10-22 21:56                                   ` Stefan Kangas
2021-10-23  8:12                                     ` Philip Kaludercic
2021-10-23  8:30                                       ` Stefan Kangas
2022-01-09 13:42                                         ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOnWdoj4+dkhr7=CAm1=ve6Aey-pVtj3pjqm2UKuTjx3L5jQqA@mail.gmail.com' \
    --to=bug-gnu-emacs@gnu.org \
    --cc=14204@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    --cc=jtunney@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=philipk@posteo.net \
    --cc=rrt@sc3d.org \
    --cc=stefan@marxist.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).