dep.lisp (%dep-value): Force the dep before registering a dependents.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Jun 2018 20:35:15 +0000 (21:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:52:04 +0000 (22:52 +0100)
commit813da880d2d77f04ea623f426d543d298528f967
treed508394a4aa64a4fc104b231ee7eeec42f9647d6
parent0fe80f6274a3b4d3d719d8488dfa540aca329fa5
dep.lisp (%dep-value): Force the dep before registering a dependents.

Otherwise we'll add the dependent to the list, and then `propagate-to-
dependents' will clear the list, forgetting about us.
dep.lisp