Custom Query (1030 matches)
Results (250 - 252 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #524 | fixed | CL:CHARACTER signals a SIMPLE-ERROR instead of a TYPE-ERROR | ||
| Description |
(character "FOO") signals a SIMPLE-ERROR while the HyperSpec says "Should signal an error of type type-error if object is not a character designator." I'm using "Version 1.3-r12182M (LinuxX8632)" |
|||
| #527 | fixed | Glut examples in cl-opengl cause "Exception on foreign stack" in Win32 | ||
| Description |
When running (cl-glut-examples:gears), an exception occurs, and the kernel debugger is invoked.
|
|||
| #539 | invalid | Constant defined by defconstant isn't contant | ||
| Description |
I put the following code in a file: (eval-when (:compile-toplevel :load-toplevel :execute) (defconstant c1 (gensym)) (defun foo () c1) ) I then compile the file, quit CCL, start it up again, and load the compiled version of the file. When I do that, the value returned by calling (foo) is not the same as the value of C1: Welcome to Clozure Common Lisp Version 1.4-dev-r12255M-trunk (DarwinX8664)! ? (load #P"/Users/ron/Desktop/test.dx64fsl") ;Loading #P"/Users/ron/Desktop/test.dx64fsl"... C1 FOO #P"/Users/ron/Desktop/test.dx64fsl" ? c1 #:G13 ? (foo) #:G19 ? This appears to be a bug in compile-file. When I trace the gensym, it's called twice when the file is compiled, but only once if the file is loaded as source. |
|||
