-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Port a couple more RPC APIs to the new auto args #2325
Conversation
why isn't travis being triggered? |
triggered now. |
oh dear... there's an async RPC now... |
auto args needs to support async (and soon duplex) functions anyway, i'll get it into this PR but can't say exactly when. Will take a look in the next few days. |
Changes Unknown when pulling d773ba5 on rpc-separation into * on master*. |
|
Changes Unknown when pulling 991f006 on rpc-separation into * on master*. |
Looks like this is broken under Rust 1.10.0, due to some improvements to the macro system. Unfortunately, our build is also broken on Windows with 1.12.0. I'll see if I can fiddle with the macros to be backwards compatible. |
on ice until #2423 is resolvable. Turns out 1.12.0 actually made token trees useful and my changes can't be trivially backported. |
(wait for the builds on |
No description provided.