Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (673 - 675 of 1030)

Ticket Resolution Summary Owner Reporter
#53 fixed Implement a Lisp/Cocoa version of Apple's currency-conversion example mikel mikel
Description

Apple's currency-conversion example is simple enough that essentially the only things one learns in implementing it are Cocoa APIs. It can therefore serve as a way to illustrate how OpenMCL's Cocoa bridge supports those APIs, and so is a good candidate for a first example program.

#619 invalid Image build with save-application() hangs on gc Gary Byers Paul Meurer
Description

An image build with

(ccl::save-application "~/lisp/projects/gc-bug"

:toplevel-function (lambda () (ccl::gc) (#exit 0)) :prepend-kernel "~/lisp/ccl/lx86cl64" :mode #o755)

hangs on (gc). I have tested this with the newest (as of 2009-10-30) code from svn, both in 32 and 64 bit mode, on Linux. -- Paul

#927 fixed If a symbol-macrolet defines the same symbol twice, the compiler should complain Francois-Rene Rideau
Description

Dan Weinreb 2009-01-09 10:59:52 EST We had trouble in a place where a macro of ours expanded into a symbol-macrolet with several clauses, two of which defined the very same symbol. See our Buzilla

http://svn.internal.itasoftware.com/trac/changeset/238504

I don't actually see anywhere in the HyperSpec that says this is illegal, although it also does not say what it would do (which symbol "wins"?).

SBCL flags it as an error.

For the time being, Fare has fixed that macro to check for that error manually.

[NB: ITA Bug 53168]

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