<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 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 href="mailto:Armedbear-devel@common-lisp.net">Armedbear-devel@common-lisp.net</a><br>
<a 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>