Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (643 - 645 of 1030)

Ticket Resolution Summary Owner Reporter
#745 fixed Building COCOA-APPLICATION only sometimes causes ASDF to be loaded gz Tim Bradshaw
Description

I am using the trunk (1.6-dev-r14297M) on an Intel mac running 10.6.4.

After updating from SVN, I rebuild the IDE in two steps:

  • Rebuild CCL with (rebuild-ccl ...)
  • Build the IDE by running ccl -n and saying (require :cocoa-application).

The image dumped by the first of these steps never has ASDF in it (which is fine). The image dumped by the second of these steps *sometimes* has ASDF in it, which is at least annoying. Whether or not it contains ASDF depends on how much it needs to recompile, I think.

To replicate this: from the CCL root directory (whatever (translate-logical-pathname "ccl") gets), do this:

$ find cocoa-ide examples -name '*.dx64fsl' -exec rm {} \;

After this, the first time the IDE is build it will not include ASDF. The next time it will.

The problem is obviously related to how much needs to be compiled, but I've not been able to work out what exactly.

#850 fixed mis-attributed source location gz gz
Description

Compile and load this file:

(let ()
  (defun foo () t))

(defun bar () t)

Then:

? (function-source-note #'foo) 
#<SOURCE-NOTE "ccl:test.lisp":30-46 "(defun bar () t)"> 
#851 fixed Double-click failure gz gz
Description

from svspire: Double-clicking on the final paren in #'(lambda (element) (numberp element)) does not select the form.

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