Re: [dev-servo] making features optional

2017-12-21 Thread google via dev-servo
On 21.12.2017 06:20, Fabrice Desre wrote: Hi, 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 > whe

[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