Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Gary King's avatar
    a91af098
    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
    History
    fixed defsystem parsing bug
    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.