Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (313 - 315 of 1030)

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

#951 fixed code coverage example to show how to automatically collect coverage data for specified ASDF systems Keith Corbett Keith Corbett
#952 fixed code cover test example - errors in server code due to changes in Hunchentoot Keith Corbett Keith Corbett
Description

I'm fixing the sample code in examples/code-cover-test/code-cover-test-server.lisp to work using Hunchentoot 1.2.

1) Call exported methods

2) Use the easy-handler mechanism

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