[Openmcl-devel] OpenMCL for Linux x86-64 available for testing

Eric Marsden eric.marsden at free.fr
Sun May 7 07:58:15 PDT 2006


>>>>> "gb" == Gary Byers <gb at clozure.com> writes:

  gb> Fixed in CVS

  thanks, cl-pdf seems to work fine in some light testing, as does
  cl-bench. I got certain simple CLX demos to run (using telent-clx),
  but others cause a SEGV and break to the low-level debugger.

  The inspector doesn't know how to set the slots of an object (but
  works on structs). 
  
,----
| ? (defclass baz () ((slot-one :initform nil)))
| #<STANDARD-CLASS BAZ>
| ? (defvar *baz* (make-instance 'baz))
| *BAZ*
| ? (inspect *baz*)
| [0]     #<BAZ #x30000521EFED>
| [1]     Class: #<STANDARD-CLASS BAZ>
| [2]     Wrapper: #<CLASS-WRAPPER  #x3000051E178D>
|         Instance slots
| [4]     SLOT-ONE: NIL
| Inspect> (:s 4 "42")
| > Error: No applicable method for args:
| >         (#<INSPECTOR::STANDARD-OBJECT-INSPECTOR #x30000521EADD>)
| >         to #<STANDARD-GENERIC-FUNCTION INSPECTOR::FORWARDED-P #x30000490135F>
| > While executing: #<CCL::STANDARD-KERNEL-METHOD NO-APPLICABLE-METHOD (T)>, in process listener(2).
`----
  
-- 
Eric Marsden




More information about the Openmcl-devel mailing list