unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: [nongnu] main 23c23ad: * elpa-packages (smartparens): Add package
Date: Thu, 19 Aug 2021 15:31:52 +0000	[thread overview]
Message-ID: <874kblmown.fsf@posteo.net> (raw)
In-Reply-To: <jwv1r6pr3d6.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Thu, 19 Aug 2021 09:08:12 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> Would there be any issue in just commenting the specification out?
>
> Not that I can think of.

Ok, I'll update that then until the upstream repo changes their mind.

>> As a side-note, would be make sense to extend elpa-admin to handle git
>> tags if requested?
>
> No, because tags from one package would collide with tags from
> other packages.

I see. There might be the possibility of checking the remote repository
for new tags, without having to clone these into the repository
itself. According to [0] the command

        git ls-remote --tags </url/to/upstream/repo>

could generate such a listing. And in fact,

$ git ls-remote --tags https://github.com/haskell/haskell-mode
e72677668f5fc7cc148008e885a0f256e245dd43	refs/tags/17.2
8c49232e5e507cd978aaa5a33cbf8dda7b43518f	refs/tags/2_5_1
72d395fc5fe49834116c0aaeb25d1731fa47d72c	refs/tags/2_5_1^{}
22a963b80c32cd9c16f804341cdbe41c801470e8	refs/tags/2_6
4a16cc3367aa067a71d8dd74bab1d6de45b09bfa	refs/tags/2_6^{}
753421777852b0dde5c8f899ccbd6920c10f2f43	refs/tags/2_6_1
...

gives me a list of commits and tags, that could be sorted to find the
newest version.

[0] https://stackoverflow.com/a/25987962

>
>         Stefan
>

-- 
	Philip Kaludercic



  reply	other threads:[~2021-08-19 15:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210807231108.10378.42095@vcs0.savannah.gnu.org>
     [not found] ` <20210807231109.E658220BD3@vcs0.savannah.gnu.org>
2021-08-08  3:24   ` [nongnu] main 23c23ad: * elpa-packages (smartparens): Add package Stefan Monnier
2021-08-08  8:00     ` Philip Kaludercic
2021-08-19  9:23       ` Philip Kaludercic
2021-08-19 13:08         ` Stefan Monnier
2021-08-19 15:31           ` Philip Kaludercic [this message]
2021-08-20 21:49             ` Stefan Monnier

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=874kblmown.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).