[Openmcl-devel] :init-with- idiom seems to be broken
Ron Garret
ron at flownet.com
Sat Jun 18 09:58:56 PDT 2011
Did something change in the ObjC bridge while I wasn't paying attention? The :init-with- idiom seems to be no longer working:
Welcome to Clozure Common Lisp Version 1.7-dev-r14832M-trunk (DarwinX8664)!
? (setf s (make-instance gui::ns-lisp-string :string "foo"))
#<NS-LISP-STRING "foo" (#x1640FBC0)>
? (make-instance ns:ns-string :init-with-string s)
#<NS-MUTABLE-STRING "" (#x7FFF707D5170)>
? (make-instance ns:ns-url :init-with-string s)
#<A Null Foreign Pointer>
?
More information about the Openmcl-devel
mailing list