Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (571 - 573 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).

#738 duplicate No text in definitions dialog (windows) gz
Description

In the IDE on windows, meta-. on, e.g. print-object. A dialog titled "Definitions of PRINT-OBJECTS" comes up, but it has no visible text.

#739 fixed no paren matching (Windows) Gary Byers gz
Description

In the IDE on Windows, there is no matching paren indication.

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