guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile 2.0.9 make check error, in bit-operations.test, elisp-compiler


From: Ian Price
Subject: Re: guile 2.0.9 make check error, in bit-operations.test, elisp-compiler.test and eval-string.test
Date: Sun, 20 Oct 2013 22:05:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

<address@hidden> writes:

> The first error emerges at line 1802 in install.output, which reads:
> ERROR: bit-operations.test: bit-extract: documented? - arguments: (
> (keyword-argument-error #<procedure open-input-file 
> (file #:key binary encoding guess-encoding)> "Invalid keyword" () #f)) 

This one is very peculiar, you would have thought that when it threw the
exception it would try to tell you which keywords was invalid.

The documented? test only checks for a result from object-documentation,
so you could you paste the backtrace from

(use-modules (ice-9 documentation))
(object-documentation extract)

You'll need to hit ,bt when you get the prompt. Cheers.

-- 
Ian Price -- shift-reset.com

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]