Custom Query (1030 matches)
Results (949 - 951 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #465 | fixed | Shorthand type declarations. | ||
| Description |
According to the <a href=""http://www.lispworks.com/reference/HyperSpec/Body/03_cca.htm">CLHS 3.3.3.1</a> type declarations can be shortened, but CCL gives a warning: (proclaim '((array character) *foo*)) ; Warning: Unknown declaration specifier(s) in ((ARRAY CHARACTER) *FOO*) |
|||
| #607 | fixed | nested values places in setf | ||
| Description |
(let ((a t) (b t))
should return (1 NIL), but returns (1 2). Looks like this was introduced by modifying original cmucl sources, putting removed parts back does fix it. Attached patch does this. |
|||
| #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. |
|||
