On 3/15/17 Mar 15 -12:05 PM, Daniel Kochmański wrote: > I think it's controlled by *COMPILE-FILE-FAILURE-BEHAVIOUR* and > *COMPILE-FILE-WARNINGS-BEHAVIOUR* both taking as value one of :WARN, > :ERROR or :IGNORE. > > Robert Goldman writes: > >> What is the proper way to make ASDF fail on ANY warning (including >> STYLE-WARNINGs)? I thought I knew how to do this, but I'm having >> trouble making it work, possible because of the DEFERRED-WARNINGS. >> >> Thx, >> r >
This was my bad -- I have a system where these variables are not functioning as I expected. I suspect it's simply a confusion on my part, and some handler I have introduced is preventing correct function. R