Elsa icon indicating copy to clipboard operation
Elsa copied to clipboard

Create some system of checks for defgeneric before defmethod

Open Fuco1 opened this issue 1 year ago • 0 comments

Make sure defgeneric is always declared before defmethod. We should "Crawl out" the requires and if a method is defined and no require contains (recursively) a defgeneric, we should show a warning.

Fuco1 avatar Mar 09 '23 14:03 Fuco1