Custom Query (1030 matches)
Results (706 - 708 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #881 | fixed | HASH-TABLE-COUNT is slow on lock-free hash-tables | ||
| Description |
Calls to HASH-TABLE-COUNT on lock-free hash-tables spend a lot of time in LOCK-FREE-COUNT-ENTRIES. This is at least an issue for GBBOpen (http://gbbopen.org/svn/GBBopen/trunk/ISSUES) |
|||
| #439 | fixed | Gray Streams malfunction | ||
| Description |
(defclass ubyte-stream ()
(defmethod cl:stream-element-type ((stream ubyte-stream))
;; -------------------------------------------------------------------------------- (defclass ubyte-output-stream (ccl:fundamental-binary-output-stream ubyte-stream)
(defun make-ubyte-output-stream ()
Now try: (defparameter s (make-ubyte-output-stream)) (write-byte 15 s) -->> boom! value #<UBYTE-OUTPUT-STREAM #x9224AEE> is not of the expected type (AND
Yet, if I do the following: (typep s '(and output-stream ccl::binary-stream)) ==> t |
|||
| #550 | fixed | Goto Definition (meta-.) should find the current version of function | ||
| Description |
If there are multiple versions of a function definition in a file, Meta-. currently leads to the first occurrence. It should instead find the valid (current) version of the function (the one that is evaluated last). This is oftentimes (but not always) the last version in the buffer. |
|||
