You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: