unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#39196: ,L brainfuck : not working in 3.0.0
@ 2020-01-19 19:34 Matt Wette
  2020-01-19 21:50 ` bug#39196: patch Matt Wette
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Wette @ 2020-01-19 19:34 UTC (permalink / raw)
  To: 39196

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






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-20  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 19:34 bug#39196: ,L brainfuck : not working in 3.0.0 Matt Wette
2020-01-19 21:50 ` bug#39196: patch Matt Wette
2020-01-20  9:31   ` Ludovic Courtès

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).