Custom Query (1030 matches)
Results (985 - 987 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #790 | invalid | Something strange with lisp-to-objc-message | ||
| Description |
When I load my code, it seems to break lisp-to-objc-message: 1 > (ccl::compute-lisp-to-objc-message '(:INIT-WITH-FRAME)) "initWithFrame:" 1 > (ccl::lisp-to-objc-message '(:INIT-WITH-FRAME)) "initWithFrame" ; <--- no colon! 1 > However, apart from importing/exporting this symbol (and others from objc and ccl) to my own oclo package, I don't touch it and don't redefine it, nor any other symbol from ccl or objc. From the source or the disassembly, I can't understand how it's possible to get this result. I provide all my code, and ccl-bug-p--*.txt files giving the *inferior-lisp* and *slime-repl-ccl* buffers. I'm working on a reader macro to read an Objective-C -like syntax. |
|||
| #799 | invalid | gensym is per-thread, seems like a bug to me. | ||
| Description |
I just had an annoying bug that turned out to be due to gensyms being only unique for a given thread. I see that this was explicitly changed here: http://trac.clozure.com/ccl/changeset/6016 But I maintain this is a bug (and different from other Common Lisp implementations). |
|||
| #800 | invalid | Problem with socket-error? | ||
| Description |
The code for socket-error in l1-sockets.lisp passes several arguments to (make-condition 'socket-error ...) that the class apparently doesn't support, such as :situation. |
|||
