<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>I don't know enough about ASDF to know if I'm running with
deferred warnings -- I'm just trying to do (asdf:load-system ...)
and removing the with-muffled-compiler-conditions form (which
itself is inside a with-saved-deferred-warnings form) makes the
trace output reappear. I could well be overestimating of that
particular form, but somehow the TRACE output is being swallowed
unless that form is removed.<br>
</p>
<div class="moz-cite-prefix">On 6/9/18 1:54 PM, Robert Goldman
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:96FFDCC5-4722-4BF4-AD62-89C023F1BD5F@sift.info">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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>
</blockquote>
</body>
</html>