Custom Query (1030 matches)
Results (949 - 951 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1082 | notabug | wrong *print-circle* handling by format directive ~:* | ||
| Description |
Use case: (setf *print-circle* t)
(format nil "~{~A ~:*~A, ~}" '("77" "88"))
=> "#1=77 #1#, #2=88 #2#, "
Expected value => "77 77, 88 88, " |
|||
| #1134 | duplicate | The value :UNKNOWN-GF-KEYS is not of the expected type (MEMBER :TOOMANY :TOOFEW :ODD-KEYWORDS :UNKNOWN-KEYWORD :UNKNOWN-GF-KEYWORDS) | ||
| Description |
When printing backtrace of an error, I encountered a type error: The value :UNKNOWN-GF-KEYS is not of the expected type (MEMBER :TOOMANY :TOOFEW :ODD-KEYWORDS :UNKNOWN-KEYWORD :UNKNOWN-GF-KEYWORDS) The full log: http://cl-test-grid.appspot.com/blob?key=wsfocese4r I found symbol :UNKNOWN-GF-KEYS in the CCL source file level-1/sysutils.lisp. Seems like it should be changed to :UNKNOWN-GF-KEYWORDS |
|||
| #1391 | fixed | Building on FreeBSD 11.x and later broken due to MAP_NORESERVE | ||
| Description |
|
|||
