GNU bug report logs -
#54937
[PATCH] gnu: Add cl-numpy-file-format.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Thu, 14 Apr 2022 13:52:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 54937 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
"Paul A. Patience" <paul <at> apatience.com> skribis:
> On Thursday, April 14th, 2022 at 10:35, Guillaume Le Vaillant <glv <at> posteo.net> wrote:
>> Patch pushed as 0ddca9d682013f10b7e0137878ab68363d929167.
>> Thanks.
>
> Should
>
> (file-name (git-file-name "cl-numpy-file-format" version))
>
> not be
>
> (file-name (git-file-name "numpy-file-format" version))
>
> instead?
>
> Best regards,
> Paul
Previously, all CL packages using git-fetch were using
'(git-file-name name version)' in the 'source' field, and therefore the
sources were named "sbcl-something", which is a little weird as these
sources are also used for the "cl-*" and "ecl-*" packages that are
derived from the "sbcl-*" package definitions. The sources are not
specific to sbcl.
This is why when updating a CL package I use
'(git-file-name "cl-something" version)' instead. This way the naming
scheme for CL sources is similar to the others, like Python sources
fetched from git named "python-something", the R sources named
"r-something", etc.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.