<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">Marco,<br>
      Yeah this is a system we compile via ACL which must be a little
      more forgiving... :)<br>
      Pete<br>
    </div>
    <blockquote
      cite="mid:23AA1626-16EA-4ABD-A818-3C01E1997C4F@cs.nyu.edu"
      type="cite">
      <pre wrap="">Alessio is right.

Let me pile up some criticism :)  Maybe some code is abusing keywords tout court 3:)

MA



On May 23, 2014, at 17:55 , Alessio Stalla <a class="moz-txt-link-rfc2396E" href="mailto:alessiostalla@gmail.com"><alessiostalla@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">: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.


On Fri, May 23, 2014 at 5:48 PM, bonasso <a class="moz-txt-link-rfc2396E" href="mailto:bonasso@traclabs.com"><bonasso@traclabs.com></a> wrote:
When loading a compiled system I get this error:

The value #<EQ HASH-TABLE 0 entries, 11 buckets {D1C99EA}> is not of type :HASH-TABLE.
   [Condition of type SIMPLE-TYPE-ERROR]


and yet that clearly is a hash-table.  If I do type-of on that item it returns HASH-TABLE.
I was wondering if there was anything special about hashtables in abcl I need to know.

Thanks,
Pete

_______________________________________________
Armedbear-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Armedbear-devel@common-lisp.net">Armedbear-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a>


_______________________________________________
Armedbear-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Armedbear-devel@common-lisp.net">Armedbear-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a>
</pre>
      </blockquote>
      <pre wrap="">
--
Marco Antoniotti


</pre>
    </blockquote>
    <br>
  </body>
</html>