zkat / chanl

Portable channel-based concurrency for Common Lisp
Other
169 stars 18 forks source link

The test define perform methods with incongruent lambda list #18

Closed Yehouda closed 4 years ago

Yehouda commented 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

adlai commented 4 years ago

Thank you for the report, @Yehouda