GNU bug report logs - #67397
[PATCH] gnu: lisp-check: Add lisp-critic

Previous Next

Package: guix-patches;

Reported by: Michal Atlas <michal_atlas+git <at> posteo.net>

Date: Thu, 23 Nov 2023 09:49:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

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 67397 in the body.
You can then email your comments to 67397 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 glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#67397; Package guix-patches. (Thu, 23 Nov 2023 09:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michal Atlas <michal_atlas+git <at> posteo.net>:
New bug report received and forwarded. Copy sent to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Thu, 23 Nov 2023 09:49:02 GMT) Full text and rfc822 format available.

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

From: Michal Atlas <michal_atlas+git <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Michal Atlas <michal_atlas+git <at> posteo.net>
Subject: [PATCH] gnu: lisp-check: Add lisp-critic
Date: Thu, 23 Nov 2023 09:47:06 +0000
* gnu/packages/lisp-check.scm (sbcl-lisp-critic): New variable
* gnu/packages/lisp-check.scm (cl-lisp-critic): New variable

ecl not included because the build is non-deterministic

Change-Id: I38ed8af8f4316f47695a22e949b931770e350c1e
---
 gnu/packages/lisp-check.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 63a16d608c..f5c4244108 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -1149,3 +1149,28 @@ (define-public cl-xlunit
 
 (define-public ecl-xlunit
   (sbcl-package->ecl-package sbcl-xlunit))
+
+(define-public sbcl-lisp-critic
+  (package
+    (name "sbcl-lisp-critic")
+    (version "0.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/g000001/lisp-critic")
+             (commit "fb70c69dc61a53fb069b24edebcfb0de813a176b")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "059vfdn8ds44hihhjmylp059zl2gzghiipcigvjd51sb6zc6f0zy"))))
+    (build-system asdf-build-system/sbcl)
+    (synopsis "Common Lisp linter")
+    (description "The Lisp Critic scans your code for
+instances of bad Lisp programming practice")
+    (home-page
+     "https://courses.cs.northwestern.edu/325/exercises/critic.html#critic")
+    (license license:expat)))
+
+(define-public cl-lisp-critic
+  (sbcl-package->cl-source-package sbcl-lisp-critic))
+

base-commit: 5283d24062be62f59ff9f14fa7095ebcfcb7a9a4
-- 
2.41.0





Reply sent to "jgart" <jgart <at> dismail.de>:
You have taken responsibility. (Thu, 23 Nov 2023 16:18:02 GMT) Full text and rfc822 format available.

Notification sent to Michal Atlas <michal_atlas+git <at> posteo.net>:
bug acknowledged by developer. (Thu, 23 Nov 2023 16:18:02 GMT) Full text and rfc822 format available.

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

From: "jgart" <jgart <at> dismail.de>
To: 67397-done <at> debbugs.gnu.org, michal_atlas+git <at> posteo.net
Cc: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: Re: [PATCH] gnu: lisp-check: Add lisp-critic
Date: Thu, 23 Nov 2023 16:17:08 +0000
Hi Michal,

Thanks for the patch.

ecl-lisp-critic seems to be deterministic on my end. I built all three package variants with --rounds=1000

Fun times, pushed!

all best,

jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Dec 2023 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 139 days ago.

Previous Next


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