emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/geiser-guile 5807a76 105/284: Guile: adjustment to stack s


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 5807a76 105/284: Guile: adjustment to stack size display.
Date: Sun, 1 Aug 2021 18:29:25 -0400 (EDT)

branch: elpa/geiser-guile
commit 5807a76986be107dd9133facb9de21b518d05641
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Guile: adjustment to stack size display.
    
    Getting rid of geiser-specific stack info -- guile seems to be
    providing no useful additional info in the current version.
---
 geiser/evaluation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geiser/evaluation.scm b/geiser/evaluation.scm
index 11438cf..3811153 100644
--- a/geiser/evaluation.scm
+++ b/geiser/evaluation.scm
@@ -51,7 +51,7 @@
                  (lambda args
                    (set! err (apply handle-error captured-stack args)))
                  (lambda args
-                   (set! captured-stack (make-stack #t 2 7))))))))
+                   (set! captured-stack (make-stack #t 11 11))))))))
       (write `(,(or err (cons 'result result))
                (output . ,output)))
       (newline))))



reply via email to

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