Skip to content
  • Gary King's avatar
    fixed defsystem parsing bug · a91af098
    Gary King authored
    defsystem was using `getf` to extract data from a
    component's parameters which meant that it only found
    the first item of a given type rather than all of them.
    I.e., if your component had several :perform methods,
    then only the first one was being seen.
    a91af098