[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Flavor bug



The following code causes a crash to the FEP when compiled. A fellow
employee discovered it and asked me to forward it to BUG-LISPM and SLUG.
It fails under Genera 7.1. The reference to LENGTH is the problem. 

;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*-

; Flavor bug. The reference to LENGTH (a CommonLISP function) seems to
; be the culprit. Try to compile this (Note: Prepare for an irrevokable
; crash to the FEP).

(defflavor test ((length nil)) ()
  (:writable-instance-variables (length length)))