emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42689: closed (add sbcl-cl-livesupport)


From: GNU bug Tracking System
Subject: bug#42689: closed (add sbcl-cl-livesupport)
Date: Sat, 22 Aug 2020 18:24:02 +0000

Your message dated Sat, 22 Aug 2020 14:23:21 -0400
with message-id <20200822182321.GB18524@jasmine.lan>
and subject line Re: [bug#42689] [PATCH] gnu: Add sbcl-livesupport
has caused the debbugs.gnu.org bug report #42689,
regarding add sbcl-cl-livesupport
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42689: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42689
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: add sbcl-cl-livesupport Date: Mon, 3 Aug 2020 09:30:11 +0200 (CEST)
(define-public sbcl-cl-livesupport
  (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a")
(revision "1"))
    (package
      (name "sbcl-livesupport")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/cbaggers/livesupport";)
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1rvnl0mncylbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg"))))
      (build-system asdf-build-system/sbcl)
      (home-page "https://github.com/cbaggers/livesupport";)
      (synopsis "Some helpers that make livecoding at little easier")
      (description "A macro commonly used in livecoding to enable continuing 
when errors are raised. Simply wrap around a chunk of code and it provides a 
restart called 'continue' which ignores the error and carrys on from the end of 
the body. I usually wrap this around the code 'step' function in my main loop.")
      (license license:bsd-2))))




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42689] [PATCH] gnu: Add sbcl-livesupport Date: Sat, 22 Aug 2020 14:23:21 -0400
> From 1aeb04ad466937b50acd1a2540e50f59446b6d8c Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd@tuta.io>
> Date: Wed, 12 Aug 2020 09:52:05 +0300
> Subject: [PATCH] gnu: Add sbcl-livesupport.
> 
> * gnu/packages/lisp-xyz.scm (sbcl-livesupport): New variable.

Thanks! I added the other new variables to the commit message...

> +      (description "A macro commonly used in livecoding to enable continuing 
> when errors are raised. 
> +Simply wrap around a chunk of code and it provides a restart called 
> 'continue' which ignores the error and carrys on from the end of the body.")

And fixed some issues reported by `guix lint` in the description.

Pushed as ca7eada91819c7cd5a78e144d285cd972a478a0c


--- End Message ---

reply via email to

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