[Openmcl-devel] New snapshots available

Gary Byers gb at clozure.com
Thu Feb 15 22:16:38 PST 2007



On Fri, 16 Feb 2007, Phil wrote:

>
> On Feb 15, 2007, at 9:02 PM, Gary Byers wrote:
>> Hmm.  Could you give me an example of something that fails once
>> ambiguity is introduced ?
>> 
>
> (ccl::slet ((frame-size (ccl::send (CCL::MAKE-OBJC-INSTANCE
> 					     'NS-attributed-string
> 					     :INIT-WITH-STRING
> 					     "testing") "size"))))
>
> results in:
>
> NonSTRET SEND in (CCL::SEND (CCL::MAKE-OBJC-INSTANCE
>                             'NS-ATTRIBUTED-STRING
>                             :INIT-WITH-STRING
>                             "testing")
>                           "size")
>  [Condition of type SIMPLE-ERROR]


What does

? (ccl::get-objc-message-info "size")

return ?

(Well, it should return a structure.  What do that structure's fields
look like ?)




More information about the Openmcl-devel mailing list