Custom Query (1030 matches)
Results (643 - 645 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #745 | fixed | Building COCOA-APPLICATION only sometimes causes ASDF to be loaded | ||
| 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:
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 $ 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 | ||
| 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 | ||
| Description |
from svspire: Double-clicking on the final paren in #'(lambda (element) (numberp element)) does not select the form. |
|||
