Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-16 Thread cgrdocuments
On Saturday, March 14, 2015 at 8:26:45 PM UTC-4, wpga...@ncsu.edu wrote: Thanks Josh! I will take a look at trying to use a previous version of WebSocket, and see if a previous version will be able to compile with the hyper included in the current servo setup. I saw the posts about the

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-16 Thread Josh Matthews
On 2015-03-15 7:15 PM, cgrdocume...@gmail.com wrote: As a side note, however, do we have a date on the rustc upgrade? It is fairly important for our project, and since we are a class team, we want to communicate to our teacher on expectations of progress. The upgrade is progressing, but

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-16 Thread Simon Sapin
On 16/03/15 00:15, cgrdocume...@gmail.com wrote: Alright, after modifying WebSocket to use the hyper on the servo git, we are having problems now with bswap 0.1.8, another dependency, not compiling now. Going to keep trying to compile and we will see what happens. What’s the library that

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-14 Thread wpgallih
Thanks Josh! I will take a look at trying to use a previous version of WebSocket, and see if a previous version will be able to compile with the hyper included in the current servo setup. I saw the posts about the upgrade as well, so hopefully when that happens, the integration can be

[dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-13 Thread William Galliher
Hello Servo devs, We are a team trying to implement the current Rust WebSocket project in to servo, and we have run in to a bit of a problem. Rust Websocket 0.10.5 (current version) relies on Hyper 0.3.0. Unfortunately, Hyper 0.3.0 relies on some modules in Rust that don't seem to be present in

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-13 Thread Josh Matthews
Hi William! Thanks for getting in touch :) There are two answers here - one is that current rust-websocket relies on a newer version of hyper than Servo, so to move ahead right now you should use an older version of rust-websocket (https://crates.io/crates/websocket). You can change the