unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <mwette@alumni.caltech.edu>
To: 24677@debbugs.gnu.org
Subject: bug#24677: Failure in automatic tests for guile 2.0.13
Date: Fri, 18 Nov 2016 15:00:02 -0800	[thread overview]
Message-ID: <52E001B8-A5DB-456A-9AA3-37A3D3094A91@alumni.caltech.edu> (raw)
In-Reply-To: <57FE698A.9000409@mac.com>

[-- Attachment #1: Type: text/plain, Size: 654 bytes --]

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



[-- Attachment #2: Type: text/html, Size: 4776 bytes --]

  reply	other threads:[~2016-11-18 23:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 16:49 bug#24677: Failure in automatic tests for guile 2.0.13 Russell Rezaian
2016-11-18 23:00 ` Matt Wette [this message]
2017-01-03  2:02 ` Matt Wette
2017-03-01 11:01 ` Andy Wingo
2017-03-01 11:35 ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52E001B8-A5DB-456A-9AA3-37A3D3094A91@alumni.caltech.edu \
    --to=mwette@alumni.caltech.edu \
    --cc=24677@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).