GNU bug report logs - #24677
Failure in automatic tests for guile 2.0.13

Previous Next

Package: guile;

Reported by: Russell Rezaian <rrezaian <at> mac.com>

Date: Wed, 12 Oct 2016 17:12:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 24677 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <mwette <at> alumni.caltech.edu>
To: 24677 <at> debbugs.gnu.org
Subject: Failure in automatic tests for guile 2.0.13
Date: Fri, 18 Nov 2016 15:00:02 -0800
[Message part 1 (text/plain, inline)]
I did a make check, Mac OS Sierra, and saw it crash too.  

$ cd test-suite/lalr
$ ../../meta/guile 
...
scheme@(guile-user)> (load "test-lr-basics-01.scm")
ERROR: In procedure #<syntax-transformer make-lexical-token>:
ERROR: Wrong type to apply: #<syntax-transformer make-lexical-token>

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> 


modules/system/base/lalr.upstream.scm contains the following:

(define-record-type lexical-token
  (make-lexical-token category source value)
  lexical-token?
  (category lexical-token-category)
  (source   lexical-token-source)
  (value    lexical-token-value))


[Message part 2 (text/html, inline)]

This bug report was last modified 8 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.