Custom Query (1030 matches)
Results (835 - 837 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1110 | wontfix | CCL on Windows outputs an extra space at the end of commands | ||
| Description |
We found this bug while testing asdf's run-program. This notably matter when invoking CMD.EXE: ? (ccl::make-windows-command-line '("echo" "ok" "1"))
"echo ok 1 " ;; instead of "echo ok 1"
The problem is that due to the time
when you shorten the list of string,
the test PS: you may or may not want to M-x delete-trailing-whitespace and/or have a svn hook that ensures you don't have such whitespace. |
|||
| #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)))))))
|
|||
| #1292 | wontfix | Error in %MAKE-READTABLE-ITERATOR | ||
| Description |
I recently recompiled my ccl from svn trunk, and got this error: ccl --eval '(require "asdf")' --eval '(asdf:make "named-readtables")'
Apparently, named-readtables relied on the old rdtab.alist to build a %make-readtable-iterator. Can you provide some API that iterates over your sparse-vector and/or your readtables? Here is the corresponding issue in said library: https://github.com/melisgl/named-readtables/issues/5 |
|||
