Custom Query (1030 matches)
Results (475 - 477 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #295 | fixed | Spurious warning at high safety | ||
| Description |
Compiling a file containing: (defun outer-fun () (defun inner-fun () nil) (inner-fun)) gives a warning (undefined function inner-fun) when compiled with (optimize (safety 3)) but not otherwise. |
|||
| #41 | worksforme | Sporadic "can't cause layout during editing" exceptions | ||
| Description |
Every once in a while - it's hard to know under what circumstances, exactly - messages of the form: 2007-08-04 05:20:28.877 dx86cl64[3870:613] Exception raised during background layout: -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.) 2007-08-04 05:20:28.880 dx86cl64[3870:613] -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.) get logged. There's usually a good deal of effort involved in ensuring that layout (redisplay) is inhibited while editing (modification of the buffer) is in progress. It's possible that this has something to do with the mechanism that tries to ensure that a paren - which might have been blinking - is drawn properly. |
|||
| #1128 | fixed | Specialized arrays for complex numbers | ||
| Description |
I want to use CCL for signal processing and I'm using bordeaux-fft. However, this is quite slow and conses a lot, presumably because CCL lacks specialized arrays for complex numbers (single-float and double-float), in contrast to, e.g., SBCL (upgraded-array-element-type '(complex double-float)) ==> T seems to attest this assumption. So I ask you to add specialized arrays of (complex single-float) and (complex double-float) |
|||
