hermes
hermes copied to clipboard
Code generation for RPCs
Created from JIRA HERM-37
Currently adding an RPC call handler to Hermes requires four steps, and if you forget one, Thallium is not very forgiving in letting you know. It would be nice to have some metaprogramming facility that either checks for errors at compile time, or better, generates the required code from a template.