GNU bug report logs - #39196
,L brainfuck : not working in 3.0.0

Previous Next

Package: guile;

Reported by: Matt Wette <matt.wette <at> gmail.com>

Date: Sun, 19 Jan 2020 19:35:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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 39196 in the body.
You can then email your comments to 39196 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 bug-guile <at> gnu.org:
bug#39196; Package guile. (Sun, 19 Jan 2020 19:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matt Wette <matt.wette <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sun, 19 Jan 2020 19:35:02 GMT) Full text and rfc822 format available.

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

From: Matt Wette <matt.wette <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: ,L brainfuck : not working in 3.0.0
Date: Sun, 19 Jan 2020 11:34:25 -0800
scheme@(guile-user)> (version)
$4 = "3.0.0"
scheme@(guile-user)> ,L brainfuck
While executing meta-command:
Unbound variable: language-title


noting change to system/base/syntax.scm:
< ;; Copyright (C) 2001, 2009, 2016 Free Software Foundation, Inc
---
> ;; Copyright (C) 2001, 2009, 2016, 2019 Free Software Foundation, Inc
68c68
<        (define ,name (make-record-type ,(symbol->string name) ',slot-names
---
>        (define ,name (make-record-type ',name ',slot-names
101c101
<        (define ,name (make-record-type ,(symbol->string name) ',slot-names
---
>        (define ,name (make-record-type ',name ',slot-names





Information forwarded to bug-guile <at> gnu.org:
bug#39196; Package guile. (Sun, 19 Jan 2020 21:51:02 GMT) Full text and rfc822 format available.

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

From: Matt Wette <matt.wette <at> gmail.com>
To: 39196 <at> debbugs.gnu.org
Subject: patch
Date: Sun, 19 Jan 2020 13:50:08 -0800
Here is a patch to make it work.

--- module/system/repl/command.scm-orig    2020-01-19 13:46:55.041867060 
-0800
+++ module/system/repl/command.scm    2020-01-19 13:48:02.982264244 -0800
@@ -30,7 +30,7 @@
   #:use-module (system vm program)
   #:use-module (system vm trap-state)
   #:use-module (system vm vm)
-  #:autoload (system base language) (lookup-language language-reader)
+  #:autoload (system base language) (lookup-language language-reader 
language-title language-name)
   #:autoload (system vm trace) (call-with-trace)
   #:use-module (ice-9 format)
   #:use-module (ice-9 session)





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 20 Jan 2020 09:32:02 GMT) Full text and rfc822 format available.

Notification sent to Matt Wette <matt.wette <at> gmail.com>:
bug acknowledged by developer. (Mon, 20 Jan 2020 09:32:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 39196-done <at> debbugs.gnu.org
Subject: Re: bug#39196: patch
Date: Mon, 20 Jan 2020 10:31:06 +0100
Hi Matt,

Matt Wette <matt.wette <at> gmail.com> skribis:

> Here is a patch to make it work.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Feb 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 69 days ago.

Previous Next


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