unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <matt.wette@gmail.com>
To: 39196@debbugs.gnu.org
Subject: bug#39196: ,L brainfuck : not working in 3.0.0
Date: Sun, 19 Jan 2020 11:34:25 -0800	[thread overview]
Message-ID: <f13b57c8-d5e0-e9e7-be52-e746c6f055ab@gmail.com> (raw)

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






             reply	other threads:[~2020-01-19 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-19 19:34 Matt Wette [this message]
2020-01-19 21:50 ` bug#39196: patch Matt Wette
2020-01-20  9:31   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f13b57c8-d5e0-e9e7-be52-e746c6f055ab@gmail.com \
    --to=matt.wette@gmail.com \
    --cc=39196@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).