Commit ede520b7 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.30.6: Fix to deferred-warnings support. Thanks to Douglas Katzman.

parent e72b653c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#+xcvb (module (:depends-on ("asdf")))
(in-package :asdf)
(eval-when (:compile-toplevel :load-toplevel :execute)
(defparameter *poiu-version* "1.30.5")
(defparameter *poiu-version* "1.30.6")
(defparameter *asdf-version-required-by-poiu* "3.0.1.4"))
#|
POIU is a modification of ASDF that may operate on your systems in parallel.
@@ -757,6 +757,7 @@ The original copyright and (MIT-style) licence of ASDF (below) applies to POIU:
             ;; How we cleanup in the foreground after an action is run
             :cleanup
             (destructuring-bind (o . c) action
               (push (getf result :deferred-warnings) all-deferred-warnings)
               (cond
                 (condition
                  (finish-outputs)