Custom Query (1030 matches)
Results (418 - 420 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1309 | fixed | Make atomic-incf-decf handle structure references | ||
| Description |
atomic-incf-decf throws an error if you hand it a structure reference. |
|||
| #1346 | fixed | Writing :MACOS external-format files does the wrong thing | ||
| Description |
(with-open-file (s "ccl:line-termination-test-macos.txt"
:direction :output
:if-exists :supersede
:external-format :macos)
(dotimes (i 10)
(write-line "This is a test" s)))
Produces a file that has #x0A line endings, when they should be #x0D. |
|||
| #1390 | fixed | *print-string-length* control for tracing, backtracing, and errors | ||
| Description |
It would be nice to be able to control the length of string printouts in tracing, backtracing, and error situations. This is analogous to the control over *print-length* and *print-level* that are already provided by CCL. When debugging code that deals with very long strings, this is essential. IOW, add *trace-print-string-length* analogous to *trace-print-length* and *trace-print-level* for use in tracing; add *backtrace-print-string-length* analogous to *backtrace-print-length* and *backtrace-print-level* for use in backtracing; and add *error-print-string-length* analogous to *error-print-length* and *error-print-level* for use in error messages. |
|||
