Custom Query (1030 matches)
Results (787 - 789 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #393 | fixed | 1.3 release notes | ||
| 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? | ||
| 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 |
|||
| #398 | fixed | make ccl script look at $0 | ||
| Description |
(from openmcl-devel) the attached patch makes the ccl shell script look at $0, resolve symlinks if there are any, and tries to use this path as CCL_DEFAULT_DIRECTORY. This lets user simply symlink scripts/ccl to ~/bin. Also it makes it possible to conveniently have multiple ccl installation coexist; the user symlinks "ccl-1.2", "ccl-svn" &c to the appropriate directories. |
|||
Note:
See TracQuery
for help on using queries.
