<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 9 Jun 2018, at 12:38, Cyrus Harmon wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Dear ASDF folks,</p>

<p dir="auto">I was trying to trace calls to compile-file today and noticed that the with-muffled-compiler-conditions form in uiop:compile-file* muffles trace output. Is there anyway to make it not do that?</p>

<p dir="auto">thanks,</p>

<p dir="auto">Cyrus</p>
</blockquote>

<p dir="auto">I think you are overestimating the effect of this form.  <strong>UNLESS</strong> you are running with deferred warnings, this will only muffle <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">*uninteresting-conditions*</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">*uninteresting-compiler-conditions*</code>.</p>

<p dir="auto">By default, those are bound to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">NIL</code>, so this shouldn't be causing your problem.</p>

<p dir="auto">R</p>
</div>
</div>
</body>
</html>