Closed Yehouda closed 4 years ago
The test in defines in tests/actors method on perform with one argument. But since the generic function perform is define with &key, all method must take either &key or &rest.
http://www.lispworks.com/documentation/HyperSpec/Body/07_fd.htm
Thank you for the report, @Yehouda
The test in defines in tests/actors method on perform with one argument. But since the generic function perform is define with &key, all method must take either &key or &rest.
http://www.lispworks.com/documentation/HyperSpec/Body/07_fd.htm