Custom Query (1030 matches)
Results (193 - 195 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1125 | duplicate | defining a function named nil | ||
| Description |
It's disgusting I know. I blame the bad company I hang with. One or two of whom like to defining functions on keywords. So I think "Yeah! how about NIL?" bash-3.2$ ccl64 Welcome to Clozure Common Lisp Version 1.9-r15759 (DarwinX8664)! ? (defun nil () (print :shame-on-you)) Lisp Breakpoint ? for help [77472] Clozure CL kernel debugger: exit [77472] Clozure CL kernel debugger: NIL ? (funcall (symbol-function nil)) :SHAME-ON-YOU :SHAME-ON-YOU 1 > (ccl:quit) bash-3.2$
|
|||
| #1132 | duplicate | tilda-tilda format bug | ||
| Description |
CL-USER> (lisp-implementation-type)
"Clozure Common Lisp"
CL-USER> (lisp-implementation-version)
"Version 1.9 (LinuxX8632)"
CL-USER> (format t "Hello world!~{~~~D:@<~~A~~>~%~}"
'(5))
Hello world!; Evaluation aborted on #<SIMPLE-ERROR #x18B9B0D6>.
CL-USER>
Text of error: No matching bracket
"Hello world!~{~~~D:@<~~A~~>~%~}"
^
[Condition of type SIMPLE-ERROR]
|
|||
| #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 |
|||
Note:
See TracQuery
for help on using queries.
