GNU bug report logs -
#39196
,L brainfuck : not working in 3.0.0
Previous Next
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
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)
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.