Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (493 - 495 of 1030)

Ticket Resolution Summary Owner Reporter
#611 fixed make-heap-ivector yields incorrect result when length >= array-total-size-limit R. Matthew Emerson Stelian Ionescu
Description

Using 1.4-dev-r13064M-trunk (LinuxX8632) :

CL-USER> (make-heap-ivector array-total-size-limit '(unsigned-byte 8))
#()
#<A Foreign Pointer #xB0E2A014>
16777216
CL-USER> (type-of *)
(SIMPLE-ARRAY (UNSIGNED-BYTE 8) (0))
#612 fixed value doesn't match constraint :S32CONST in template for CCL::ADD-CONSTANT R. Matthew Emerson Eric Marsden
Description
Welcome to Clozure Common Lisp Version 1.4-dev-r13065M  (LinuxX8664)!
? (LAMBDA (A B)
    (DECLARE (OPTIMIZE (SAFETY 2) (SPEED 1)))
    (+ (LOAD-TIME-VALUE -14930786 T) 1826522792 B))
> Error: 14612182336 : value doesn't match constraint :S32CONST in template for CCL::ADD-CONSTANT .
> While executing: CCL::MATCH-VREG, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
#626 fixed The Darwin lisp kernel should build using 10.5 and 10.6 SDKs R. Matthew Emerson R. Matthew Emerson
Description

There are a few little details that prevent the Darwin lisp kernel from building when using SDKs newer than 10.4. We ought to correct these.

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