See https://gitlab.common-lisp.net/asdf/asdf/-/issues/165
On 1 Feb 2025, at 14:39, Faré wrote: > I suppose you're talking about compute-action-stamp in plan.lisp. > > Indeed, there is a bug: > When in ASDF 3.3 I swapped the timestamp meaning of NIL and T, > I failed to change the condition in missing-in from missing-out from > :unless s to :when (eq s t) > > There ought to be tests for that.