Custom Query (1030 matches)
Results (982 - 984 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #764 | invalid | function with proclaimed return type NIL causes a warning when uses as a defstruct slot initializer | ||
| Description |
Compiling a file with code such as following causes a full warning and a tertiary value of T from COMPILE-FILE. (declaim (ftype (function () nil) arg-missing)) (defun arg-missing ()
(defstruct foo
|
|||
| #779 | invalid | Error reported in console when saving | ||
| Description |
It seems that saving works correctly but whenever you save the following error is reported in the console: [-NSData_concrete writeToFile:option:error:]: NSError not yet supported |
|||
| #782 | invalid | Build Application still creates a .app bundle on Windows | ||
| Description |
When executing build-application on windows instead of creating a .exe and a resource folder, build-applicaiton creates .app bundle which contains the .exe, the cocoa dll and the resource folder. It would be much better and more in line with the Windows way of doing things if build-application created a .exe file and a resource file without the .app bundle. |
|||
