Custom Query (1030 matches)
Results (292 - 294 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #14 | wontfix | Extend Trac with Syntax Highlighting | ||
| Description |
In addition to the other useful Trac plugins recently added, it would be helpful to use the Pygment syntax highlighting so that source code could be displayed with some color. Note specifically the SchemeLexer. I think that adding "*.lisp/*.lsp" to the Filename patterns for this tool would get pretty close. Link: http://www.trac-hacks.org/wiki/TracPygmentsPlugin See also: http://pygments.org/ http://pygments.org/docs/lexers/ And an example: http://pygments.org/demo/295/ |
|||
| #959 | invalid | FILE-LENGTH is not conforming. | ||
| Description |
FILE-LENGTH should return the number of CHARACTER in a text file. It returns instead the number of bytes. Either: 1- do the right thing, read the whole file when the encoding is not a 1-1 encoding, and count the characters, or 2- document that FILE-LENGTH on CHARACTER text files with non 1-1 encodings deviates from the standard. |
|||
| #1220 | fixed | FORMAT performance regression (memory usage) | ||
| Description |
When *print-circle* is T, FORMAT uses three times as much memory when printing conses compared to 1.9-r15757 (LinuxX8664), for example: (defun test () (dotimes (k 100000) (format () "~a" '((a) (b))))) (time (test)) Runtime is also increased, by ca. 25% When *print-circle* is nil, the increase in memory usage is even bigger (almost tenfold). |
|||
