Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (685 - 687 of 1030)

Ticket Resolution Summary Owner Reporter
#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.

#1002 invalid call-next-method hidden p2
Description

Apropos and arglist don't seem to find call-next-method

1.9-dev-r15422M-trunk in Hemlock API.

#554 fixed calling destroy_semaphore() in gc causing ccl hang Gary Byers Osei Poku
Description

Refer to the thread below for more details.

http://clozure.com/pipermail/openmcl-devel/2009-July/009995.html

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