emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [nongnu] main 23c23ad: * elpa-packages (smartparens): Add package


From: Philip Kaludercic
Subject: Re: [nongnu] main 23c23ad: * elpa-packages (smartparens): Add package
Date: Thu, 19 Aug 2021 15:31:52 +0000

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 via email to

[Prev in Thread] Current Thread [Next in Thread]