Custom Query (1030 matches)
Results (802 - 804 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #272 | invalid | (coerce (/ pi 2) 'single-float) incorrect | ||
| Description |
? (/ pi 2) 1.5707963267948966D0 ? (coerce * 'single-float) 1.5707964 ? |
|||
| #274 | fixed | EXP doesn't signal overflow [on Mac] | ||
| Description |
? (exp (+ 10 (log most-positive-single-float))) 1E++0 This was with dx86cl64 on my MacBook Pro. It works ok (signals FLOATING-POINT-OVERFLOW) with lx86cl64. |
|||
| #275 | fixed | No wta warnings/errors on CAR/CDR with safety 3 | ||
| Description |
? (funcall #'(lambda () (locally (declare (optimize (safety 1))) (car 'a) t))) ;Compiler warnings : ; In an anonymous lambda form: Error: "value A is not of the expected type LIST." ; signalled during compile-time evaluation of (CAR 'A) . > Error: value A is not of the expected type LIST. > While executing: CAR, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > :pop ? (funcall #'(lambda () (locally (declare (optimize (safety 3))) (car 'a) t))) T ? |
|||
Note:
See TracQuery
for help on using queries.
