fixed defsystem parsing bug
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.
Please register or sign in to comment