Call for improvements to hash table management functions
Hi everybody,
actually hash table functions causes STk to crash when using them with a STk
object different than a hash table.
Example:
> (define tab (make-hash-table))
> (define tmp 10)
> (hash-table-put! tmp 'test1 5)
*** Error:
hash-table-put!: bad hash table: 10 (CORRECT!)
> (hash-table-get tmp 'test2)
Bus Error - core dumped (WRONG!)
Is it possible to correct it?
Thanks a lot.
Giorgio
-------------------------------------------------------------------------------
Giorgio Cesana | SGS-THOMSON Microelectronics
phone +39/39/603.6006 | Central R&D - DAIS
fax +39/39/603.5820 | via C. Olivetti, 2
e-mail cesana_at_venus.sgs-thomson.it | 20041 Agrate B.za (MI) - ITALY
Received on Mon Feb 27 1995 - 17:33:00 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST