cl-mock icon indicating copy to clipboard operation
cl-mock copied to clipboard

Add mocking for generic functions (was: What features, what syntax?)

Open Ferada opened this issue 11 years ago • 0 comments

This package needs improvement. In particular a good API for CLOS mocks. As always two layers, first one functions, second one macros.

Edit: After some tinkering this looks like it's adding a lot of complexity with not much of a benefit. The problem is the interaction between the features, e.g. can you rebind a regular function to a generic one, the reverse, how do you specify the method etc.

So more ideas need to be evaluated before this is viable.

Ferada avatar May 26 '14 16:05 Ferada