Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (220 - 222 of 1030)

Ticket Resolution Summary Owner Reporter
#386 fixed document get-fpu-mode and set-fpu-mode R. Matthew Emerson R. Matthew Emerson
Description

document get-fpu-mode and set-fpu-mode

#393 fixed 1.3 release notes Gary Byers R. Matthew Emerson
Description

Release notes for 1.3.

There's a start at http://trac.clozure.com/openmcl/wiki/ReleaseNotes/1.3

#395 invalid spurious warning in :around method? Gary Byers R. Matthew Emerson
Description

I'm not sure it's desirable to warn about JUNK being unused in the :around method below.

(defclass foo ()
  ())

(defmethod do-nothing ((f foo) junk)
  (or junk 42))

(defmethod do-nothing :around ((f foo) junk)
  (format t "~&hi")
  (format t "~&~s" (call-next-method))
  (format t "~&bye"))
;Compiler warnings :
;   In (DO-NOTHING :AROUND (FOO T)) inside an anonymous lambda form: Unused lexical variable JUNK
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.