Custom Query (1030 matches)
Results (484 - 486 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #705 | fixed | ffigen alias link broken | ||
| Description |
The link to ffigen-bin-darwinppc-gcc-4.0.0-2005-5-17-11-45-56.tar.gz is an alias whose file has vanished. |
|||
| #704 | fixed | eql-specializer-objects are not freed (remove-method) | ||
| Description |
Just tried this https://bugs.launchpad.net/sbcl/+bug/492851 in CCL and got the same result after a while. Here is the code: (defgeneric blah (x))
(defun test ()
(let ((object (make-list 10000)))
(defmethod blah ((x (eql object)))
(format t "~A~%" x))
(remove-method #'blah (first (generic-function-methods #'blah))))
(values))
Then do:
..and memory use keeps rising. |
|||
| #703 | fixed | Typo in bridge.lisp | ||
| Description |
ns::wint-ns-affine-transform-struct presumably should be ns::with-ns-affine-transform-struct |
|||
Note:
See TracQuery
for help on using queries.
