Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 Nikodemus Siivola
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 ()

(error "missing arg!"))

(defstruct foo

(bar (arg-missing)))

#779 invalid Error reported in console when saving ender2012
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 ender2012
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.

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