vorner / spirit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokio 0.2 and hyper 0.13 support

vorner opened this issue · comments

Both tokio and hyper are going to release new line of stable versions soon and it would be great to support them. I assume there'll need to be some changes done in spirit-tokio and spirit-hyper to support these, not just bumping the version of dependency. But I also assume most of the things will be similar (renamed, moved somewhere else, ...).

It is probably a too big endeavour to change everything in one go, so I'd suggest to disable spirit-hyper completely at first, comment out few modules of spirit-tokio, change the dependency and see what breaks and start fixing it. And them re-add the modules one at a time, make compile and then add more. I'll be happy to review and help during the process, by smaller chunks.

There are alpha versions released, so the porting can be started against them and hopefully later on just point to the stable version once it gets released.

I'll offer to help out whoever takes this one onto themselves by means of reviews, answering questions, or lightweight mentoring (within limited time).

If you want to work on this, please write a comment to claim it.

Huh. This one seems to be done for some time now.