Re: ASDF with-muffled-compiler-conditions gripe`

2018-06-09 Thread Robert Goldman
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

Re: ASDF with-muffled-compiler-conditions gripe`

2018-06-09 Thread Cyrus Harmon
Ah, right. 1. SBCL 1.4.8.53-eb16b4745 and ASDF 3.3.1 2. I'm not sure if these change when running asdf:load-system, but for the moment they are all nil: CL-USER> asdf::*uninteresting-conditions* NIL CL-USER> asdf::*uninteresting-compiler-conditions* NIL CL-USER> asdf::*warnings-file-type*

Re: ASDF with-muffled-compiler-conditions gripe`

2018-06-09 Thread Robert Goldman
Two suggestions: 1. Let us know the implementation, implementation version, and ASDF version 2. Look at the values of `*uninteresting-conditions*`, `*uninteresting-compiler-conditions*`, and `*warnings-file-type*` in your running lisp. That will help us figure out why you are seeing this

ASDF with-muffled-compiler-conditions gripe`

2018-06-09 Thread Cyrus Harmon
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