chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] strange error message, please help with interpretation


From: Jörg F . Wittenberger
Subject: [Chicken-hackers] strange error message, please help with interpretation
Date: 07 Mar 2013 12:44:28 +0100

In my prog I have a structure

(define-record-type <uri>
...
(path uri-path)
...)

--: Which happened to work for years so far.  Unchanged :--

Now, after upgrading from 4.7.5 to 4.8.2 I found this in the log:

 bad argument type - not a structure of the required type
 (bad argument type - not a structure of the required type
 (#<<uri>> <uri>) uri-path)

That is, not always; it's still working much more than 99% of the time.

So how would I interpret this message.  As far as I can see, this
tells me that somehow a typecheck failed on a (struct <uri>)
testing it to be a (struct <uri>) -- which would have been supposed
to succeed.

Am I missing something????

Just too strange.

Thanks a lot

/Jörg





.......






reply via email to

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