GNU bug report logs - #59596
[PATCH 2/3] Add an interactive session exception error message.

Previous Next

Package: guile;

Reported by: Yuval Langer <yuvallangerontheroad <at> gmail.com>

Date: Sat, 26 Nov 2022 04:11:04 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 59596 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#59596; Package guile. (Sat, 26 Nov 2022 04:11:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yuval Langer <yuvallangerontheroad <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sat, 26 Nov 2022 04:11:04 GMT) Full text and rfc822 format available.

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

From: Yuval Langer <yuvallangerontheroad <at> gmail.com>
To: bug-guile <at> gnu.org
Cc: Yuval Langer <yuvallangerontheroad <at> gmail.com>
Subject: [PATCH 2/3] Add an interactive session exception error message.
Date: Fri, 25 Nov 2022 22:14:35 +0200
---
 doc/ref/api-data.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 8c18b4d40..143434213 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4798,6 +4798,11 @@ Notice that if we try the same @code{assq-set!} call with
 
 @lisp
 (assq-set! car2-properties 'seat-colour 'black)
+@print{}
+ice-9/boot-9.scm:1669:16: In procedure raise-exception:
+In procedure set-cdr!: Wrong type argument in position 1 (expecting mutable pair): (seat-colour . red)
+
+Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
 @end lisp
 
 This is due to the fact that literal alists are immutable. If you want
-- 
2.30.2





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

Previous Next


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