Custom Query (1030 matches)
Results (952 - 954 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #793 | worksforme | fault using hunchentoot | ||
| Description |
running hunchentoot causing fault please see attached file for details |
|||
| #962 | fixed | Compiler bug found while compiling QRes | ||
| Description |
Using Clozure Common Lisp Version 1.8-r15341M (LinuxX8664) Simplified form to tickle the bug: (defun compiler-bug (n &aux dst)
"Takes n; returns n-1 if it works, n when this bug is tickled."
(declare (type fixnum n)
(optimize (safety 0) (debug 3)))
(loop
for idx1 fixnum below n
for idx2 fixnum from 0
do (setf dst idx1))
dst)
More variants in attachment. Worked in Clozure Common Lisp Version 1.7-r15111M (LinuxX8664). |
|||
| #263 | fixed | Frameworks (whole FFI thing) are pain to use | ||
| Description |
I'd be grateful if you made LISP beginners' (like me) life easier by distributing all neccessary .cdb files or whatever is needed to use Cocoa classes. I've tried to use OS X AddressBook and unfortunately found that it is much harder than I anticipated. Tutorial on Trac Wiki is very nice, but it does not mention how to load frameworks. It's hard to find requred information in the documentation unless one knows what to look for. After entire evening of goolging I've collected dozen of code snippets that do not work, and managed to generate FFI files which need yet another tool to process and more lisp voodoo :( |
|||
