Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1030)

Ticket Resolution Summary Owner Reporter
#355 fixed ia32 port gets stuck on slot-unbound Gary Byers R. Matthew Emerson
Description

From the test suite:

(defclass slot-unbound-class-01 ()
  ((a :reader sunb-a)
   (b :accessor sunb-b)
   (c :writer sunb-c)
   (e :reader sunb-e)
   (f :reader sunb-f)))

(defmethod slot-unbound ((class t) (obj slot-unbound-class-01) (slot-name t))
  (list (class-name class) slot-name))

(slot-value (make-instance 'slot-unbound-class-01) 'a)

This gets stuck in what appears to be an infinite loop.

#327 fixed ia32 ff-call needs to pass small structures by value Gary Byers Gary Byers
Description

I believe that "small" means "32 bits or less".

One example involves the classic Carbon function FindWindow, which takes a Point (a pair of 16-bit integers) and a pointer as arguments. The Point needs to be passed in a single word on the stack; we incorrectly pass the address of the Point.

(I think that I know how to fix this, just opening the ticket for the record.)

#115 duplicate hyperspec lookup R. Matthew Emerson R. Matthew Emerson
Description

Make hyperspec lookup work, both from hemlock and from a menu item.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.