Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (709 - 711 of 1030)

Ticket Resolution Summary Owner Reporter
#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
#394 invalid Please consider enabling EGC by default Gary Byers jch
Description

On Linux/x86_64, I've found CCL to perform slightly better with EGC enabled, even for batch jobs. Obviously, for interactive tasks EGC appears to be a big win (avoiding the 0.7 second pauses that I get with the ordinary GC).

Please consider enabling the EGC by default, at least on Linux.

#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

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