Custom Query (1030 matches)
Results (379 - 381 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #613 | fixed | (defun nil ()) crashes CCL | ||
| Description |
(defun nil ()) expands to (ccl::%defun (ccl::nfunction nil (lambda nil (block nil))) 'nil) And call to (ccl::dbg (ccl::nfunction nil (lambda ()))) from %defun brings CCL to the kernel debugger. |
|||
| #614 | fixed | windows and external format :utf-16 | ||
| Description |
From http://www.lispforum.com/viewtopic.php?f=2&t=486#p3216 (with-open-file (f "f" :direction :output :external-format :utf-16) (write "abc" :stream f)) (with-open-file (f "f" :direction :input :external-format :utf-16) (read f)) On Windows XP, this returns a symbol with a weird pname (containing #\u+feff). It works as expected on Darwin/x86. |
|||
| #615 | fixed | Search Files tool crashes when used twice in a row | ||
| Description |
There was an obvious array reference error in #/updateResults: which the code below fixes. The call to expand-all-results also occasionally caused an error (??), so I've commented it out. This is not the same problem as ticket #456 From ccl/cocoa-ide/search-files.lisp (objc:defMethod (#/updateResults: :void) ((wc search-files-window-controller)
; (when (or (auto-expandable-p (search-results wc)) ; (expand-results-p wc)) ; (expand-all-results wc))
|
|||
