Custom Query (1030 matches)
Results (607 - 609 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #628 | duplicate | Missing function on Windows CCL | ||
| Description |
Hello, Is there a reason that the functions map-file-to-octet-vector and unmap-octet-vector are defined in the Linux version of CCL 1.3 but not the Windows version? The fact that it's missing is causing our cross-platform application (the ACL2 regression suite) to break. We have a work around, but I'm reporting in case its missing was an oversight. Thanks, David |
|||
| #1117 | invalid | Missing external-process-wait on Windows | ||
| Description |
The function
Looking at the source for (in-package :ccl)
(defun external-process-wait (proc)
(when (external-process-pid proc))
(with-interrupts-enabled
(wait-on-semaphore (external-process-completed proc)))))))
|
|||
| #697 | invalid | Misleading error message on "package unknown" | ||
| Description |
The following shows a problem that I noticed. The condition signalled seems ok (SIMPLE-READER-ERROR) but the associated message does not mention the fact that the problem is the unknown package. Incidentally I would create a special PACKAGE-NOT-FOUND-READER condition for this specific error. paniscia:~ marcoxa$ ccl AM I BEING LOADED? Welcome to Clozure Common Lisp Version 1.5-r13651 (DarwinX8632)! ? (ignore-errors (read)) foo::bar NIL #<CCL::SIMPLE-READER-ERROR #xC47489E> ? > Error: Unbound variable: BAR > While executing: CCL::TOPLEVEL-EVAL, in process listener(1). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of BAR. > Type :? for other options. 1 > :pop Marco |
|||
