Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (160 - 162 of 1030)

Ticket Resolution Summary Owner Reporter
#686 worksforme Pressing ENTER with an active selection in the listener causes Hemlock to crash Ron Garret
Description

SLSIA. This crash occurs only with an active selection in the listener, not when the cursor is on a close paren, and not when there is an active selection in an editor window.

#716 invalid WITH-HASH-TABLE-ITERATOR plays badly with closures Ron Garret
Description
? 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.
#742 fixed Opening foreign libraries on initial thread does not play nice with CFFI Ron Garret
Description

A recent change to open-shared-library runs the code on the initial thread. The result of this is that if anything goes wrong (like the library not being found) the error is dumped to the AltConsole. This undermines CFFI's mechanism for finding shared libraries, which relies on open-shared-library being run within the dynamic context of a handler-case. It also seems like kind of a bad plan to dump an error to the AltConsole for something as common as not funding a shared library.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.