Ticket #450 (closed defect: invalid)
special keywords passed through process-run-function
| Reported by: | S11001001 | Owned by: | gb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Runtime (threads, GC) | Version: | trunk |
| Keywords: | Cc: |
Description
Seen as
cl-user> (ccl:process-run-function "Anon" (lambda (&rest args) (print args))
:use-standard-initial-bindings nil)
-| (:use-standard-initial-bindings nil)
It would be nice if these arguments were removed, or as the manual seems to imply, the args weren't passed through to function at all.
Change History
Note: See
TracTickets for help on using
tickets.
