Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (964 - 966 of 1030)

Ticket Resolution Summary Owner Reporter
#845 fixed gui::background-process-run-function and zombie windows Shannon Spires
Description

(gui::background-process-run-function 'foo1 (lambda () (print "I'm dead")))

(gui::background-process-run-function 'foo2 (lambda () (loop (sleep 1))))

Executing the above two forms causes the expected results: a second Listener that says "I'm dead".

However, if you close that Listener window, the window comes back when you hit cmd-L (even though its process is dead). Windows attached to dead Listener processes should be deleted completely once closed.

#848 fixed #'Documentation for slot-definitions Shannon Spires Shannon Spires
Description

#'documentation doesn't work for slot-definitions, e.g. (documentation slotd t).

ANSI doesn't require this functionality but it's easy to suppport.

#1007 fixed SPARSE-VECTOR-REF and readtables Shannon Spires
Description

From r15343, perhaps?

ChromeKote:ccl svspire$ ./dx86cl64 -n Welcome to Clozure Common Lisp Version 1.8-r15290M (DarwinX8664)! ? (set-syntax-from-char #\u+feff #\space) T ?

ChromeKote:ccl svspire$ ./dx86cl64 -n Welcome to Clozure Common Lisp Version 1.9-dev-r15382M-trunk (DarwinX8664)! ? (set-syntax-from-char #\u+feff #\space)

Error: Array index 254 out of bounds for #<SIMPLE-VECTOR 1> . While executing: (SETF CCL::SPARSE-VECTOR-REF), in process listener(1). Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

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