Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (460 - 462 of 1030)

Ticket Resolution Summary Owner Reporter
#736 fixed inappropriate type error during compilation Eric Marsden
Description
? (lisp-implementation-version)
"Version 1.6-dev-r14231M  (LinuxX8632)"
? (defun foo (a b)
  (declare (type (integer -314476952 -84061465) a))
  (declare (type (integer 16008 1204497162) b))
  (logand b (the integer a)))
FOO
? (foo -299404531 1081111751)
> Error: value -299404531 is not of the expected type (UNSIGNED-BYTE 32).
> While executing: FOO, in process listener(1).

#735 fixed LOGNOR: invalid results with type declarations Eric Marsden
Description
? (lisp-implementation-version)
"Version 1.6-dev-r14231M  (LinuxX8632)"
? (defun diff (x)
  (- (locally
         (declare (type (integer 1000000000 2000000000) x))
       (lognor -10 x))
     (lognor -10 x)))
DIFF
? (diff 20)
-4294967296
#734 fixed Error when calling (rebuild-ccl ...) in a newly compiled wx86cl64 kernel symingz
Description

I successfully built a wx86cl64 kernel with mingw-w64 + cygwin + win7-64bit (mingw-w64-bin_i686-cygwin-1.7.6-1_20100902, cygwin 1.7.7), using the method mentioned in ticket #733. But when I run (rebuild-ccl :clean t) using the new kernel and the svn check out image, an error occured, saying something like "an error occured during read of memory address 0x2e when calling (ccl:get-native-utf-16-cstring)". Then I changed back to the svn check out kernel, and everything was fine, a new image was successfully built. And I tried again with the new kernel + the new image, but the same error occured.

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