Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (790 - 792 of 1030)

Ticket Resolution Summary Owner Reporter
#1019 fixed C-level build trouble when rebuilding r15471 on OSX 10.7.5 Tim Bradshaw
Description

I'm using a suspiciously recent Xcode (ie the app store told me a couple of days ago it had a shiny new version and I foolishly accepted). Likewise 10.7.5 is reasonably recent I think (so all of this may be random Apple changes is what I am trying to say).

I've attached the output from script.

#1020 invalid CL:LOAD improper behavior Ryan Hope
Description

cl:load should bind cl:compile-file-pathname to NIL but it does not, this causes the following to break:

(eval-when (:compile-toplevel :load-toplevel)

(asdf:load-system :iolib))

#1021 duplicate Improper CL:LOAD behavior Ryan Hope
Description

During a call to compile-file, *compile-file-pathname* is bound... At other times, the value of these variables is ni. cl:load should bind cl:compile-file-pathname to NIL

Because of this bug, the following fails:

(eval-when (:compile-toplevel :load-toplevel)

(asdf:load-system :iolib))

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