Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (619 - 621 of 1030)

Ticket Resolution Summary Owner Reporter
#1346 fixed Writing :MACOS external-format files does the wrong thing Shannon Spires Shannon Spires
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 Shannon Spires Shannon Spires
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.

#1307 fixed Cocoa IDE Listener output uninterruptible and too slow Bill St. Clair Bill St. Clair
Description

This ticket is mostly so I have a ticket to which to attach the Cocoa IDE listener optimization I did for a customer project.

Listener output used to wait for the GUI thread to finish drawing a buffer full of text before being able to add more.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.