Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (871 - 873 of 1030)

Ticket Resolution Summary Owner Reporter
#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))

#1027 fixed ARM ccl typechecking bug Robert Brown
Description
Welcome to Clozure Common Lisp Version 1.9-dev-r15475M-trunk  (LinuxARM32)!

SIP-HASH> (defun barbar (x) (declare (type (unsigned-byte 64) x)) (+ x 1))
BARBAR
SIP-HASH> (typep 1084818905618843912 '(unsigned-byte 64))
T
SIP-HASH> (barbar 1084818905618843912)
; Evaluation aborted on #<TYPE-ERROR #x54D5B08E>.
#1028 wontfix Please update tools Francois-Rene Rideau
Description

Here is a patch updating ASDF to 2.26, MK-DEFSYSTEM to 3.6i from CLOCC, and the accompanying README.

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