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

* bug#39196: patch
  2020-01-19 19:34 bug#39196: ,L brainfuck : not working in 3.0.0 Matt Wette
@ 2020-01-19 21:50 ` Matt Wette
  2020-01-20  9:31   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Wette @ 2020-01-19 21:50 UTC (permalink / raw)
  To: 39196

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)






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

* bug#39196: patch
  2020-01-19 21:50 ` bug#39196: patch Matt Wette
@ 2020-01-20  9:31   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-01-20  9:31 UTC (permalink / raw)
  To: Matt Wette; +Cc: 39196-done

Hi Matt,

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

> Here is a patch to make it work.

Applied, thanks!

Ludo’.





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