Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (961 - 963 of 1030)

Ticket Resolution Summary Owner Reporter
#1206 fixed constants + IF regression Stas Boukarev
Description
(lambda (x) (- (if x most-positive-fixnum most-negative-fixnum)))
> Error: The value NIL is not of the expected type CCL::CTYPE.
> While executing: CCL::TYPE-SPECIFIER
#1218 fixed coerce and deftyped complex types. Stas Boukarev
Description

(deftype x () '(complex double-float)) (coerce 1 'x) => 1

while (coerce 1 '(complex double-float)) => #C(1.0D0 0.0D0)

(coerce #c(1 2) 'x) => The value #C(1 2) is not of the expected type REAL.

While (coerce #c(1 2) '(complex double-float)) => #C(1.0D0 2.0D0)

#838 fixed Null characters confuse Hemlock Shannon Spires
Description

A #\null character in a lisp file causes the remainder of the file (after the #\Null) to quietly not appear if you open such a file in Hemlock in the Cocoa IDE.

If you then save this file, the file gets truncated after the #\null character.

Leaving aside the issue of how such a character would find its way into a Lisp file in the first place, this is certainly poor behavior on the part of the editor. Other utilities in the IDE (like the Search Files grepper) don't seem to have a problem with #\null characters in files.

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