Print intermediate evaluation results for some ASSERTed expressions
authorPaul Khuong <pvk@pvk.ca>
Mon, 20 May 2013 04:40:33 +0000 (00:40 -0400)
committerPaul Khuong <pvk@pvk.ca>
Mon, 20 May 2013 05:06:00 +0000 (01:06 -0400)
* The reports of errors signaled by ASSERT now print intermediate
  evaluation results under the following conditions:
   1. The ASSERTed expression is known to be a function call.
   2. Arguments in the call are not constants.

* Test the new feature in condition.impure.lisp.

* Original patch from Alexandra Barchunova; closes lp#789497.


No differences found