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