guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl: Add comment explaining out-of-date ver


From: guix-commits
Subject: branch master updated: gnu: sbcl: Add comment explaining out-of-date version.
Date: Fri, 03 Jul 2020 09:20:35 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e643431  gnu: sbcl: Add comment explaining out-of-date version.
e643431 is described below

commit e643431c126b3fb696ac200c1146c9dd0ae8a668
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Fri Jul 3 15:19:33 2020 +0200

    gnu: sbcl: Add comment explaining out-of-date version.
    
    Make sure no one repeats this mistake.
    
    This is a follow-up to commit 809aa3c51c5a0f3d8e3d8133b22684702cb90287.
    
    * gnu/packages/lisp.scm (sbcl): Add a comment advising against updating
      to 2.0.6.
---
 gnu/packages/lisp.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4e06efd..4de4e9f 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -369,6 +369,8 @@ high-level, object-oriented functional programming 
language.  CLISP includes
 an interpreter, a compiler, a debugger, and much more.")
     (license license:gpl2+)))
 
+;; NOTE: SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp 
packages.
+;; See https://github.com/melisgl/named-readtables/issues/19.
 (define-public sbcl
   (package
     (name "sbcl")



reply via email to

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