On Sun, 16 Jun 2013 12:24:23 +0300
timo.my...@wickedbsd.net (Timo Myyrä) wrote:

> Hi,
> 
> When trying to load cl+ssl via quicklisp it raises error that ECL doesn't
> support weak key hash tables. Problem seems to be raised in trivial-garbage.
> 
> Here's quick way to replicate this:
> 
> (ql:quickload 'trivial-garbage)
> CL-USER> (ql:quickload 'trivial-garbage)
> To load "trivial-garbage":
>   Load 1 ASDF system:
>     trivial-garbage
> ; Loading "trivial-garbage"

It's possible that trivial-garbage does not fully support ECL, but ECL
does support weak hash-table keys and values, passing to
MAKE-HASH-TABLE one of:

:weakness :key
:weakness :value
:weakness :key-and-value

Unfortunately this seems to not yet be in the manual though.
-- 
Matt

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to