Ticket #716 (closed defect: invalid)
WITH-HASH-TABLE-ITERATOR plays badly with closures
| Reported by: | rongarret | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ANSI CL Compliance | Version: | trunk |
| Keywords: | Cc: |
Description (last modified by gb) (diff)
? h #<HASH-TABLE :TEST EQUAL size 3/60 #x3020010965ED> ? (with-hash-table-iterator (f h) (lambda () (multiple-value-list (f)))) #<COMPILED-LEXICAL-CLOSURE #x30200126EE0F> ? (funcall *) > Error: value #<HASH-TABLE :TEST EQ size 3/60 #x302000C9D12D> is not of the expected type SIMPLE-VECTOR.
Change History
Note: See
TracTickets for help on using
tickets.
