Custom Query (1030 matches)
Results (763 - 765 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #316 | fixed | document JOIN-PROCESS | ||
| Description |
Add documentation for JOIN-PROCESS (see ccl:level-1;l1-processes.lisp) |
|||
| #386 | fixed | document get-fpu-mode and set-fpu-mode | ||
| Description |
document get-fpu-mode and set-fpu-mode |
|||
| #656 | invalid | dolist's result-form was not accepted by ccl | ||
| Description |
I'm using "Version 1.4-r13122 (WindowsX8632)", on a windows xp professional box (with Service pack 3) while working on a project I found that ccl does not understand the result-form of the dolist macro. double checking with CLHS to insure i didn't make fool of myself. http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/Body/mac_dolist.html and then taking one of the examples from the above page: (dolist (temp-one '(1 2 3 4) temp-two) (push temp-one temp-two)) gave me the following in ccl: Welcome to Clozure Common Lisp Version 1.4-r13122 (WindowsX8632)! ? (dolist (temp-one '(1 2 3 4) temp-two) (push temp-one temp-two)) ;Compiler warnings : ; In an anonymous lambda form: Undeclared free variable TEMP-TWO (3 references ) > Error: Unbound variable: TEMP-TWO > While executing: #<Anonymous Function #x8CB4D7E>, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > rather than giving me => (4 3 2 1) |
|||
Note:
See TracQuery
for help on using queries.
