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

Re: A bug in KCL affecting the 2/6/90 PCL



    I don't know about that -- vanilla KCl returned the correct values
    both interpreted and compiled. (I haven't tried compiling the new PCL yet).

The point is that KCL and AKCL handle constants differently,
and so the bug would not show up with
  (let ((v 1))
but would show up for
  (let ((v (list 1)))
in the original KCL.

I believe Harris has already distributed the correct soln to
the bug, and this will certainly be in the next release of AKCL.
You should have also realized that this bug was clearly
in your plain vanilla version of KCL, even though as luck would
have it, it did not show up in the exact example posted.

Bill