Custom Query (1030 matches)
Results (253 - 255 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1178 | notabug | problems loading bundle: can't determine class name | ||
| Description |
When run: (require :objc-support) (require :cocoa) we get this error: problems loading bundle: can't determine class name [Condition of type SIMPLE-ERROR] Restarts: Backtrace: 0: (gui::init-cocoa-ide) 1: ((:internal gui::cocoa-startup gui::start-cocoa-ide)) We don't get it if we run only (require :cocoa). The situation occurs when we load libraries that use only objc-support without using cocoa. |
|||
| #1184 | notabug | (read-from-string "#-genera" nil nil) should return nil, gets exception instead | ||
| Description |
I can understand why this happens, but if I supply an eof-error-p argument of nil and an eof-value of nil, I should just get nil, no? (At least that's how I interpret the hyperspec entry for read-from-string.) (I'm doing some processing of files line-by-line, and this line happened to come all by itself ahead of the definition of a function on the next few lines.) I tried this both in a shipped 1.9 and in a second 1.9 which had been updated via svn update and fully rebuilt. |
|||
| #1209 | notabug | Making a package without using any other packages | ||
| Description |
In the Notes: section, the CLHS for defpackage says " ... create the package with :use '(), ...". CCL does not seem to allow this, error-ing with: There is no package named "NIL" . |
|||
