Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 1030)

Ticket Resolution Summary Owner Reporter
#133 fixed cocoa bridge leaks NSString instances when converting lisp strings to NSStrings Gary Byers R. Matthew Emerson
Description

(We already know this, but might as well put it on a ticket to annoy and shame us.)

The Cocoa bridge tries to be helpful by turning lisp strings into NSStrings when passing them to methods that expect an Objective-C object. These strings are never released.

Just as an initial thought, suppose we put these NSString instances into an nsstring-wrapper class. We could then keep these wrappers in a weak-key hash table (using the lisp string as the key), and use OpenMCL's termination mechanism to arrange for the NSString to be released before the nsstring-wrapper value gets it in the neck from the GC.

#136 fixed make lisp source files show up in quicklook R. Matthew Emerson R. Matthew Emerson
Description

The Clozure CL.app does or doesn't do something such that .lisp files don't show up in Quick Look.

This should be rectified.

#137 invalid HyperSpec dashboard widget R. Matthew Emerson R. Matthew Emerson
Description

Maybe a dashboard widget for referencing the CLHS would be useful.

(Probably more style than substance, I suspect: easy access to the hyperspec from the IDE is probably more useful.)

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