ASDF with-muffled-compiler-conditions gripe`
Robert Goldman
rpgoldman at sift.info
Sat Jun 9 20:54:48 UTC 2018
On 9 Jun 2018, at 12:38, Cyrus Harmon wrote:
> Dear ASDF folks,
>
> 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?
>
> thanks,
>
> Cyrus
I think you are overestimating the effect of this form. **UNLESS** you
are running with deferred warnings, this will only muffle
`*uninteresting-conditions*` and `*uninteresting-compiler-conditions*`.
By default, those are bound to `NIL`, so this shouldn't be causing your
problem.
R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20180609/f66cc028/attachment.html>
More information about the asdf-devel
mailing list