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
Currently, defop takes care of parsing the operation metadata, producing help strings, invoke fns, etc. However, there is a bit of redundancy with the defprotocol KCRClientInterface, in the sense that the function signatures are duplicated (more or less). It might be nice to have a new version of defprotocol that does both of these in one macro to remove the duplication.
The text was updated successfully, but these errors were encountered:
Currently,
defop
takes care of parsing the operation metadata, producing help strings, invoke fns, etc. However, there is a bit of redundancy with thedefprotocol KCRClientInterface
, in the sense that the function signatures are duplicated (more or less). It might be nice to have a new version ofdefprotocol
that does both of these in one macro to remove the duplication.The text was updated successfully, but these errors were encountered: