Custom Query (1030 matches)
Results (385 - 387 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #247 | fixed | error optimizing ash | ||
| Description |
? (compile nil '(lambda (c)
(declare (optimize (safety 1)))
(declare (type (integer 30074 1948824693) c))
(ash c (min 82 -28192897))))
> Error: 28192897 : value doesn't match constraint :U8CONST in template for NATURAL-SHIFT-RIGHT .
> While executing: MATCH-VREG, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
|
|||
| #250 | fixed | Can't compile refs to %new-ptr | ||
| Description |
? #'(lambda (x y) (ccl::%new-ptr x y)) > Error: Compiler bug or inconsistency: > x862-form ? (100 (24614 #) (24614 #)) > While executing: CCL::COMPILER-BUG, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > |
|||
| #262 | fixed | directory errs for file names with wildcard characters | ||
| Description |
deng-hhueb 573_$ rm foo bar deng-hhueb 574_$ mkdir /tmp/foo deng-hhueb 575_$ touch /tmp/foo/\* deng-hhueb 576_$ openmcl -n -e '(directory "/tmp/foo/**/*")' > Error: Illegal use of wildcarded filename "/tmp/foo/*" > While executing: CCL::NATIVE-TRANSLATED-NAMESTRING, in process listener(1). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Skip evaluation of (directory "/tmp/foo/**/*") > Type :? for other options. 1 > |
|||
Note:
See TracQuery
for help on using queries.
