GNU bug report logs - #42690
add sbcl-cl-lambda-fiddle

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Mon, 3 Aug 2020 07:32:01 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42690 in the body.
You can then email your comments to 42690 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42690; Package guix-patches. (Mon, 03 Aug 2020 07:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <rndd <at> tuta.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Aug 2020 07:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: add sbcl-cl-lambda-fiddle
Date: Mon, 3 Aug 2020 09:30:51 +0200 (CEST)
(define-public sbcl-cl-lambda-fiddle
  (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e")
(revision "1"))
    (package
      (name "sbcl-lambda-fiddle")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/Shinmera/lambda-fiddle")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
      (build-system asdf-build-system/sbcl)
      (home-page "https://github.com/Shinmera/lambda-fiddle")
      (synopsis "Lambda-fiddle is a collection of utilities to process lambda-lists.")
      (description "Lambda-fiddle is a collection of utilities to process lambda-lists.
Mostly useful in contexts where you want a macro that uses lambda-lists in some fashion but need more precise processing.")
      (license license:zlib))))






Information forwarded to guix-patches <at> gnu.org:
bug#42690; Package guix-patches. (Tue, 04 Aug 2020 04:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 42690 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> gnu.org>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 42690 <at> debbugs.gnu.org
Subject: Re: [bug#42690] add sbcl-cl-lambda-fiddle
Date: Mon, 03 Aug 2020 23:21:09 -0500
Adam Kandur <rndd <at> tuta.io> writes:

> (define-public sbcl-cl-lambda-fiddle
>   (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e")
> (revision "1"))
>     (package
>       (name "sbcl-lambda-fiddle")
>       (version (git-version "0.0.0" revision commit))
>       (source
>        (origin
>          (method git-fetch)
>          (uri (git-reference
>                (url "https://github.com/Shinmera/lambda-fiddle")
>                (commit commit)))
>          (file-name (git-file-name name version))
>          (sha256
>           (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
>       (build-system asdf-build-system/sbcl)
>       (home-page "https://github.com/Shinmera/lambda-fiddle")
>       (synopsis "Lambda-fiddle is a collection of utilities to process lambda-lists.")
>       (description "Lambda-fiddle is a collection of utilities to process lambda-lists.
> Mostly useful in contexts where you want a macro that uses lambda-lists in some fashion but need more precise processing.")
>       (license license:zlib))))

Hi Adam,

Thank you for your submission. A few issues before we can proceed.

1. You have what I believe is a naming error (the cl in the name
probably should not be there, as we have a different purpose for cl-*
named packages).

2. The synopsis should not include the package name, and should not be
too close to the package description. See our packaging guidelines:
https://guix.gnu.org/manual/en/html_node/Packaging-Guidelines.html

3. Guix accepts pcontributions in the form of git patches, which give us
the extra metadata to be able to easily apply your contribution to our
git tree (and ensure you get the proper credit for your work!). Also
taking care to add yourself to the copyright header if not already
there. Please see our documentation on submitting git patches:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html

Once we get these in order, we can merge your work!

Thanks,

Brett Gilio




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Wed, 07 Oct 2020 09:39:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Wed, 07 Oct 2020 09:39:02 GMT) Full text and rfc822 format available.

Message #13 received at 42690-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 42690-done <at> debbugs.gnu.org, 43718-done <at> debbugs.gnu.org
Subject: Re: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle
Date: Wed, 07 Oct 2020 11:38:42 +0200
[Message part 1 (text/plain, inline)]
Pushed as 582d0108d6e3e225dab810e6c0c03f8a4ca33e1c with a few edits.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Nov 2020 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 172 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.