Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (205 - 207 of 1030)

Ticket Resolution Summary Owner Reporter
#316 fixed document JOIN-PROCESS Gary Byers R. Matthew Emerson
Description

Add documentation for JOIN-PROCESS (see ccl:level-1;l1-processes.lisp)

#324 fixed process-whostate sometimes returns a weird value Gary Byers R. Matthew Emerson
Description

Sometimes, something like this happens.

Welcome to Clozure Common Lisp Version 1.2-r10446:10448M-trunk  (DarwinX8632)!
? (process-run-function "do nothing" (lambda ()))
#<PROCESS do nothing(2) [#<Unprintable IMMEDIATE : #xF3>] #x88CB886>

#xf3 is x8632::subtag-no-thread-local-binding.

One expect to see this:

#<PROCESS do nothing(2) [Reset] #x88CB886>
#325 fixed call-next-method bug on x8632 Gary Byers R. Matthew Emerson
Description

The following doesn't work right in the x8632 lisp, and I wonder if someone else could take a look at it.

From the test suite:

(defgeneric cnm-gf-03 (x)
  (:method ((x integer)) #'call-next-method)
  (:method ((x t)) t))

(funcall (cnm-gf-03 0))

The result should be t, but the x8632 lisp gets an error.

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