Re: [dev-servo] making features optional

2017-12-20 Thread Fabrice Desre
On 12/20/2017 07:33 PM, google via dev-servo wrote: I feature-gated the bluetooth support in https://github.com/fabricedesre/servo/commit/2afbaf365f6379eedf26e36a33e7cb38aba5c00a#diff-8c43e49d8f1af13938ed86125b97244c There are more changes that really needed because of rustfmt that ran when I s

[dev-servo] making features optional

2017-12-20 Thread google via dev-servo
Hi folks, I'd like to make several features optional, which I'll never need and don't want on my systems (eg. bluetooth, webvr, ...). I've already started w/ adding conditional compiles, but that doesn't catch everything (and i don't like to patches w/ hard removals): * IDL code generator curre