Custom Query (1030 matches)
Results (619 - 621 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1256 | wontfix | Make HEAP-IVECTOR instances garbage-collectable | ||
| Description |
Since HEAP-IVECTOR instances are ignored by the GC, one has to wrap them in some other object to which a finalizer is attached, which is inconvenient. It would be better if HEAP-IVECTORs were automatically disposed while, at the same time, still allowing for manual disposal. |
|||
| #1400 | fixed | Loop's destructuring bind is not conformant | ||
| Description |
When passing less values than variables to destructure against CCL raises a SIMPLE-PROGRAM-ERROR (loop :with (a b) := '(nil))
;; =>
(NIL) can't be destructured against the lambda list (A
B
. #:LOOPVAR-8347), because it does not contain at least 2 elements.
The CLHS says that b should be given a value of nil in this case.
SBCL which shares the same loop implementation of CCL handled this bug in this way. |
|||
| #361 | fixed | Loading WebKit example fails | ||
| Description |
Just trying to load the webkit framework via: (eval-when (:compile-toplevel :load-toplevel :execute) (objc:load-framework "WebKit" :webkit)) fails with an error from something in the bridge that seems not to know that method signatures of different lengths aren't EQUAL and that it should stop CDRing: ? > Error: Unknown foreign type: NIL > While executing: %PARSE-FOREIGN-TYPE, in process Listener(3). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > :b (13536820) : 0 (%PARSE-FOREIGN-TYPE NIL #S(FOREIGN-TYPE-DATA :TRANSLATORS #<HASH-TABLE :TEST EQ size 17/60 #x300040B2F80D> :KIND-INFO #<HASH-TABLE :TEST EQ size 164/203 #x300040B2F21D> ...)) 733 (13536868) : 1 (PARSE-FOREIGN-TYPE NIL #S(FOREIGN-TYPE-DATA :TRANSLATORS #<HASH-TABLE :TEST EQ size 17/60 #x300040B2F80D> :KIND-INFO #<HASH-TABLE :TEST EQ size 164/203 #x300040B2F21D> ...)) 253 (135368B0) : 2 (FUNCALL #'#<(:INTERNAL SIGNATURES-EQUAL POSTPROCESS-OBJC-MESSAGE-INFO)> (:VOID :ID) (:VOID)) 157 (135368F8) : 3 (MEMBER-TEST (:VOID :ID) ((:<BOOL>) (:VOID)) #<Compiled-function (:INTERNAL SIGNATURES-EQUAL POSTPROCESS-OBJC-MESSAGE-INFO) (Non-Global) #x300040EC781F>) 573 (13536930) : 4 (ADJOIN (:VOID :ID) ((:<BOOL>) (:VOID)) :TEST #<Compiled-function (:INTERNAL SIGNATURES-EQUAL POSTPROCESS-OBJC-MESSAGE-INFO) (Non-Global) #x300040EC781F> :TEST-NOT NIL :KEY NIL) 501 (135369B8) : 5 (POSTPROCESS-OBJC-MESSAGE-INFO #S(OBJC-MESSAGE-INFO :MESSAGE-NAME "goForward" :METHODS (#<# -[# #] #x3000422BC61D> #<# -[# #] #x3000422BC6CD> #<# -[# #] #x300041EB79CD>) ...)) 797 |
|||
