From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57654@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57654] [PATCH 10/16] gnu: Add cl-enhanced-eval-when.
Date: Wed, 7 Sep 2022 19:48:58 -0500 [thread overview]
Message-ID: <20220908004904.27259-10-jgart@dismail.de> (raw)
In-Reply-To: <20220908004904.27259-1-jgart@dismail.de>
* gnu/packages/lisp-xyz.scm (cl-enhanced-eval-when,
ecl-enhanced-eval-when, sbcl-enhanced-eval-when): New variables.
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d0aff38e35..8c2b46fd76 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23569,6 +23569,37 @@ (define-public cl-evaled-when
(define-public ecl-evaled-when
(sbcl-package->ecl-package sbcl-evaled-when))
+(define-public sbcl-enhanced-eval-when
+ (package
+ (name "sbcl-enhanced-eval-when")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Hexstream/enhanced-eval-when")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ws1v297plcbqmcvckg7vqzzgnrwfyx5kd7281r1wrhc26998rx2"))))
+ (build-system asdf-build-system/sbcl)
+ ;; https://github.com/Hexstream/enhanced-eval-when/issues/1
+ (arguments
+ (list #:tests? #f)) ; There are no tests in version 1.0.
+ (home-page "https://www.hexstreamsoft.com/libraries/enhanced-eval-when/")
+ (synopsis "Shortcuts for EVAL-WHEN")
+ (description
+"Provides an enhanced @code{EVAL-WHEN} macro that supports a shorthand
+for @code{(eval-when (:compile-toplevel :load-toplevel :execute) ...)},
+addressing concerns about verbosity.")
+ (license license:unlicense)))
+
+(define-public cl-enhanced-eval-when
+ (sbcl-package->cl-source-package sbcl-enhanced-eval-when))
+
+(define-public ecl-enhanced-eval-when
+ (sbcl-package->ecl-package sbcl-enhanced-eval-when))
+
(define-public sbcl-smug
(let ((commit "647a2428df297e1dd183ba7c19574bdb1320ae79")
(revision "0"))
--
2.37.2
next prev parent reply other threads:[~2022-09-08 0:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 0:34 [bug#57654] [PATCH] gnu: Add cl-definitions-systems jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 01/16] gnu: Add cl-canonicalized-initargs jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 02/16] gnu: Add cl-enhanced-typep jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 03/16] gnu: Add cl-enhanced-defclass jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 04/16] gnu: Add cl-object-class jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 05/16] gnu: Add cl-shared-preferences jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 06/16] gnu: Add cl-inheriting-readers jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 07/16] gnu: Add cl-simple-guess jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 08/16] gnu: Add cl-fakenil jgart via Guix-patches via
2022-09-08 0:48 ` [bug#57654] [PATCH 09/16] gnu: Add cl-evaled-when jgart via Guix-patches via
2022-09-08 0:48 ` jgart via Guix-patches via [this message]
2022-09-08 0:48 ` [bug#57654] [PATCH 11/16] gnu: Add cl-enhanced-boolean jgart via Guix-patches via
2022-09-08 0:49 ` [bug#57654] [PATCH 12/16] gnu: Add cl-cesdi jgart via Guix-patches via
2022-09-08 0:49 ` [bug#57654] [PATCH 13/16] gnu: Add cl-compatible-metaclasses jgart via Guix-patches via
2022-09-08 0:49 ` [bug#57654] [PATCH 14/16] gnu: Add cl-class-options jgart via Guix-patches via
2022-09-08 0:49 ` [bug#57654] [PATCH 15/16] gnu: Add cl-enhanced-find-class jgart via Guix-patches via
2022-09-08 0:49 ` [bug#57654] [PATCH 16/16] gnu: Add cl-definitions-systems jgart via Guix-patches via
2022-09-09 12:32 ` bug#57654: [PATCH] " Guillaume Le Vaillant
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220908004904.27259-10-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57654@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.