Setting *warnings-file-type* to NIL doesn't disable warnings saving anymore

Bug #1122896 reported by Stas Boukarev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ASDF
Fix Released
High
Faré

Bug Description

output-files ((o compile-op) (c cl-source-file))
Uses
(unless (builtin-system-p s) ; includes ASDF itself
              `(,(make-pathname :type (warnings-file-type) :defaults f)))

Using
(unless (or (builtin-system-p s)
                        (not *warnings-file-type*))
                                        ; includes ASDF itself
              `(,(make-pathname :type *warnings-file-type* :defaults f)))

Fixes it for me.

Revision history for this message
Faré (fahree) wrote :

Oops.

Fix committed in 2.28.8.

Changed in asdf:
assignee: nobody → Faré (fahree)
importance: Undecided → High
milestone: none → version3
status: New → Fix Committed
Revision history for this message
Faré (fahree) wrote :

Released in 2.29

Changed in asdf:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.