<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">Alessio Stalla,<br>
Yeah. That was it. In a defstruct I found this slot<br>
<br>
(syntax-table (make-hash-table :test 'eq) :type :hash-table)<br>
<br>
Thanks,<br>
Pete<br>
</div>
<blockquote
cite="mid:CAL2Kp+g_zVoBYKFqGHS2fhnFiZ-vmEo7tkZM7oXDVJfQO-mCeg@mail.gmail.com"
type="cite">
<div dir="ltr">:HASH-TABLE (a keyword) is not the same thing as
HASH-TABLE (a symbol, in this case in the CL package). Probably
some code is doing a check-type with a misleading type.<br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, May 23, 2014 at 5:48 PM,
bonasso <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:bonasso@traclabs.com" target="_blank">bonasso@traclabs.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> When loading a
compiled system I get this error:<br>
<br>
<tt>The value #<EQ HASH-TABLE 0 entries, 11 buckets
{D1C99EA}> is not of type :HASH-TABLE.</tt><tt><br>
</tt><tt> [Condition of type SIMPLE-TYPE-ERROR]</tt><br>
<br>
<br>
and yet that clearly is a hash-table. If I do type-of on
that item it returns HASH-TABLE.<br>
I was wondering if there was anything special about
hashtables in abcl I need to know.<br>
<br>
Thanks,<br>
Pete<br>
</div>
<br>
_______________________________________________<br>
Armedbear-devel mailing list<br>
<a moz-do-not-send="true"
href="mailto:Armedbear-devel@common-lisp.net">Armedbear-devel@common-lisp.net</a><br>
<a moz-do-not-send="true"
href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel"
target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>