Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (448 - 450 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).

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

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

#740 fixed no paste (Windows) gz
Description

In the IDE on Windows, Paste from other apps doesn't work (Copy does work - i.e. I can copy stuff in the IDE and paste in, e.g. Emacs, but not vice versa)

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