Custom Query (1030 matches)
Results (400 - 402 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #514 | fixed | Version string for IDE appears not to include the architecture | ||
| Description |
In the console, the ccl image starts with a greeting: Welcome to Clozure Common Lisp Version 1.3-dev-r12149M-trunk (DarwinX8664)! The nearest equivalent string in the IDE appears to be in the about box: Clozure Common Lisp version 1.3 (12149M-trunk) This does not appear to contain the architecture (PPC, x86, 32 or 64 bits), making it harder to remember to include this information when submitting bug reports. |
|||
| #515 | duplicate | send/stret macro produces Error: unknown arg spec :REGISTERS | ||
| Description |
With e bound to e.g. an event object, I get the following error: ? (ccl::slet ((l (send e 'location-In-Window)))) ;Compiler warnings : ; In an anonymous lambda form: Undeclared free variable E
The form eventually macroexpands (through an amazingly byzantine process) into something containing: (%FF-CALL (%REFERENCE-EXTERNAL-ENTRY-POINT
which %FF-CALL doesn't seem to know what to do with. |
|||
| #516 | fixed | send/stret macro produces Error: unknown arg spec :REGISTERS | ||
| Description |
With e bound to e.g. an event object, I get the following error:
? (ccl::slet ((l (send e 'location-In-Window))))
;Compiler warnings :
; In an anonymous lambda form: Undeclared free variable E
> Error: unknown arg spec :REGISTERS
> While executing: %FF-CALL, in process Listener(7).
The form eventually macroexpands (through an amazingly byzantine process) into something containing:
(%FF-CALL (%REFERENCE-EXTERNAL-ENTRY-POINT
(LOAD-TIME-VALUE (EXTERNAL "_objc_msgSend")))
:REGISTERS
#:G37
:ADDRESS
E
:ADDRESS
(OBJC:@SELECTOR "locationInWindow")
:VOID)
which %FF-CALL doesn't seem to know what to do with.
|
|||
