jscl icon indicating copy to clipboard operation
jscl copied to clipboard

EQ-HASH refactoring

Open vlad-km opened this issue 3 years ago • 2 comments

https://github.com/jscl-project/jscl/blob/dd613aa7a2f09591bccbfc3f4c727c98a867cae2/src/hash-table.lisp#L39

The current release of the hash table does not work correctly with numeric keys.

CL-USER> (gethash 1 qq )
ERROR: activechars.join is not a function

vlad-km avatar Feb 11 '22 20:02 vlad-km

A very crude fix for this: https://github.com/nagy/jscl/commit/5b3f1fe363b2b8c8b4bc6c40aa250824847bb60a

nagy avatar Feb 11 '22 21:02 nagy

Do it

vlad-km avatar Feb 11 '22 21:02 vlad-km