mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
#276 [PATCH]: printing hashtables readably is broken
https://sourceforge.net/p/ecls/bugs/276/ Thanks, Stas.
This commit is contained in:
parent
50ba000738
commit
2929636a14
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ write_hashtable(cl_object x, cl_object stream)
|
|||
@':size', cl_hash_table_size(x),
|
||||
@':rehash-size', cl_hash_table_rehash_size(x),
|
||||
@':rehash-threshold', cl_hash_table_rehash_threshold(x),
|
||||
@':test', cl_hash_table_test(x));
|
||||
@':test', cl_list(2, @'quote', cl_hash_table_test(x)));
|
||||
cl_object init =
|
||||
cl_list(3, @'ext::hash-table-fill', make,
|
||||
cl_list(2, @'quote', si_hash_table_content(x)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue