From: Paul Khuong Date: Mon, 20 May 2013 04:40:33 +0000 (-0400) Subject: Print intermediate evaluation results for some ASSERTed expressions X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f7808fb1c49b729d00580321b3f8457ce4b84cf4;hp=f7808fb1c49b729d00580321b3f8457ce4b84cf4;p=sbcl.git Print intermediate evaluation results for some ASSERTed expressions * 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. ---