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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matt Wette <matt.wette <at> gmail.com>
Subject: bug#39196: closed (Re: bug#39196: patch)
Date: Mon, 20 Jan 2020 09:32:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#39196: ,L brainfuck : not working in 3.0.0

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 39196 <at> debbugs.gnu.org.

-- 
39196: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39196
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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’.

[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 5 years and 217 days ago.

Previous Next


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