Custom Query (1030 matches)
Results (313 - 315 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1218 | fixed | coerce and deftyped complex types. | ||
| 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 | ||
| #952 | fixed | code cover test example - errors in server code due to changes in Hunchentoot | ||
| 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 |
|||
Note:
See TracQuery
for help on using queries.
