Custom Query (1030 matches)
Results (673 - 675 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #53 | fixed | Implement a Lisp/Cocoa version of Apple's currency-conversion example | ||
| 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 | ||
| Description |
An image build with (ccl::save-application "~/lisp/projects/gc-bug"
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 | ||
| 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] |
|||
