Re: [dev-servo] Incremental compilation is very slow

2019-03-29 Thread Josh Bowman-Matthews
Hi Yu, Servo can take a long time to build on machines that do not have many CPUs or have less than 8GB of RAM, unfortunately. I do not know of a way around this. Which crates are you modifying before building? Cheers, Josh On 3/28/19 7:24 PM, Yu Feng wrote: Hi, I am working on a project th

Re: [dev-servo] Regarding CSC 517 OSS project

2019-03-29 Thread Josh Bowman-Matthews
That sounds like the right idea. I'm not quite sure what this question is asking, however: > Are we right in assuming that the current BluetoothAdapter function has to > be broken for each component and put in the respective structure? If you are asking if code like https://github.com/servo/

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-29 Thread Josh Bowman-Matthews
Answers inline: On 3/29/19 7:54 PM, Akhilesh Venkatasubramanian wrote: Hi Josh, We went ahead to try to implement the function and are facing some issues and your insight will be helpful. 1. We have implemented the function here: https://github.com/JHBalaji/media/blob/master/audio/src/param

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-29 Thread Akhilesh Venkatasubramanian
Hi Josh, We went ahead to try to implement the function and are facing some issues and your insight will be helpful. 1. We have implemented the function here: https://github.com/JHBalaji/media/blob/master/audio/src/param.rs#L419-L434