Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (907 - 909 of 1030)

Ticket Resolution Summary Owner Reporter
#1111 fixed compile ccl:tools;asdf.lisp somehow R. Matthew Emerson R. Matthew Emerson
Description

We don't compile asdf.lisp during rebuild-ccl, because it had undesirable compile-time side-effects. See r14804, ticket:773, and ticket:765.

ASDF 3's behavior is supposed to be simplified, so it's probably worth taking a look at this again. It may now be harmless to compile asdf.lisp Or, alternately, we could add a stage to rebuild-ccl that compiles an additional set of files (including asdf.lisp) in the newly-build lisp (via run-program). This would prevent compile-time side-effects from messing up the image.

#1115 fixed bogus defstruct slot type check error on x8632 R. Matthew Emerson
Description

On 32-bit x86:

(defstruct foo (x 0 :type (unsigned-byte 64)))
(make-foo :x 4177526783)

> Error: The value 4177526783 is not of the expected type (UNSIGNED-BYTE 64).
#1119 fixed (rebuild-ccl :update t :full t) does not work in Mavericks Martin Brooks
Description

Installed Mavericks, also XCODE 5.0.1 including command line tools.

Welcome to Clozure Common Lisp Version 1.9-r15881M  (DarwinX8664)!
? (rebuild-ccl :update t :full t)
;Running 'svn update'.
;'svn update' complete.
> Error: Running "svn update" produced exit status :EXITED, code 1.
> While executing: UPDATE-CCL, in process Listener(6).
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.