* (load "checker.lisp") ; in: LAMBDA NIL ; (SETF (AREF RET-VAL (+ BASE 1)) 255) ; --> SB-KERNEL:%ASET ; ==> ; RET-VAL ; ; note: deleting unreachable code
; (SETF (AREF RET-VAL BASE) 255) ; ==> ; (SB-KERNEL:%ASET RET-VAL BASE 255) ; ; caught WARNING: ; Asserted type VECTOR conflicts with derived type; (VALUES (SIMPLE-ARRAY T (64 64)) &OPTIONAL). ; See also:
; The SBCL Manual, Node "Handling of Types"And I haven't included an update to examples.lisp -- it's just adding it to the list of examples, and examples doesn't actually run the examples unless you've already loaded them (I might work on that for the future).
Neil Gilmore [EMAIL PROTECTED]
checker.lisp
Description: Binary data
_______________________________________________ cl-opengl-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel
