Skip to content
  • Robert P. Goldman's avatar
    Fix default behavior of VERSION-SATISFIES. · 7db34d29
    Robert P. Goldman authored
    Previously, if a component's version slot was unbound, it would match
    *all* version specifications.  This is obviously wrong, because it means
    you can't detect when a system goes from unversioned to versioned.
    Changed this to an interpretation that an unbound version slot matches
    NO version specifications.
    7db34d29