Custom Query (1030 matches)
Results (397 - 399 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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 > |
|||
| #265 | worksforme | Reported difficulty handling CR-terminated files in IDE editor | ||
| Description |
There have been reports that the editor hangs when trying to open CR-terminated text files in the editor. One theory - that it may be an endianness issue - doesn't seem to be correct; I've been able to open CR-terminated files under both PPC and X8664, and haven't yet been able to reproduce this. |
|||
| #286 | fixed | compile-time error when compiling ref to unknown type | ||
| Description |
? (compile nil '(lambda () (typep nil '(or none-such null)))) > Error: Unknown type specifier: NONE-SUCH > While executing: CCL::%%TYPEP, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > I'm working on a fix, just entering the bug for the record. |
|||
Note:
See TracQuery
for help on using queries.
