Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 1030)

Ticket Resolution Summary Owner Reporter
#263 fixed Frameworks (whole FFI thing) are pain to use Gary Byers asdasd
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 :(

#264 fixed Spurious warning for non-toplevel defvar's Gary Byers gz
Description

encountered while trying to get test suite to compile cleanly:

? (let ((x 17)) (defvar *foo* x))
;Compiler warnings :
;   In an anonymous lambda form: Undeclared free variable *FOO*
#267 fixed No runtime warnings on call to (eql) Gary Byers gz
Description
? (defun foo () (eql))
;Compiler warnings :
;   In FOO: In the call to EQL with arguments (),
;     0 arguments were provided, but at least 2 are required
;     by the current global definition of EQL
? (foo)
T
?

Minor, but it would be nice to get a runtime error, in case you miss the compile-time warnings for whatever reason.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.