Custom Query (1030 matches)
Results (181 - 183 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #588 | fixed | Can't create reader macros for characters whose char-code is >256 | ||
| Description |
Subject line says it all. Reader macro table was apparently not update for unicode. Example: ? (set-macro-character #\“ ...) > Error: Array index 8220 out of bounds for #<VECTOR 256 type (UNSIGNED-BYTE 8), simple> . |
|||
| #314 | fixed | Can't dump #<A Foreign Pointer #x1> - unknown type | ||
| Description |
With 1.2-r9226-RC1 (LinuxX8664), cannot compile-file with a pointer defconstant. A little annoying as it works on SBCL, clisp, etc. (load "signal.lisp") (compile-file "signal.lisp")
Here is signal.liop (asdf:operate 'asdf:load-op :cffi)
(defconstant +SIG_IGN+ (cffi:make-pointer 1))
(defconstant +SIGPIPE+ 13)
(cffi:defcfun ("signal" syscall-signal)
:pointer
(signum :int)
(action :pointer))
(defun disable-sigpipe ()
(syscall-signal +SIGPIPE+ +SIG_IGN+))
|
|||
| #106 | fixed | Can't eval region with package changes | ||
| Description |
Start up the IDE, and open an editor window on attached file. Hit cmd-A then Enter. Get error: Welcome to OpenMCL Version 1.1-pre-070722 (DarwinPPC32)! ? ;Loading #P"/Users/gz/OpenMCL/trunk/ccl/tools/asdf.dfsl"... ? ? ? > Error: Unbound variable: COMMON-LISP-USER::COCOA.ASD I'm guessing what's happening is that the in-package form is not affecting the rest of the evaluation. It should. |
|||
Note:
See TracQuery
for help on using queries.
