Custom Query (1030 matches)
Results (172 - 174 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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 ? |
|||
| #278 | fixed | subtypep '(function (t) t) 'function returns false | ||
| Description |
? (subtypep '(function (t) t) 'function) NIL T |
|||
| #281 | fixed | open doesn't understand (somewhat) complicated element-type's | ||
| Description |
? (open "foo.txt" :direction :output
:element-type '(or (integer 0 1) (integer 100 200)))
> Error: Not an ivector subtag: 182
> While executing: CCL::SUBTAG-BYTES, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >
|
|||
Note:
See TracQuery
for help on using queries.
