[Openmcl-devel] make-hash-table: error: non-standard test specified without hash-function

Frank Goenninger frgo at me.com
Sat Mar 5 08:02:03 PST 2016


Hi all:

This code:

(defun transport-plugin-info-equal-p (a b)
  (string= a b))

(defvar *transport-plugin-infos* (make-hash-table :test 'transport-plugin-info-equal-p))

produces this error; "non-standard test specified without hash-function"

Well, yes, but…. I am not required to give a hash function, at least per CLHS. Any ideas ?

Tnx!

Kind regards
   Frank

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20160305/a1affe59/attachment.bin>


More information about the Openmcl-devel mailing list