Amanjeev Sethi
Amanjeev Sethi
Thanks for adding this issue. Here is something a bit more elaborate that might help for a newbie like me faces with Nix ## Patching upstream or helping with patching/updating...
There are some nice code linters that can be used so the codebase is always in the correct standard. Something like http://jscs.info/.
I meant to say something that is part of the build process and informs the contributor of the style (or stylizes itself). What I like about JSCS is that has...
ah! I see what that tool is that you mention! :-)
Adding more context to this during triage: Code review comment by @fitzgen : https://github.com/rust-lang/rust-bindgen/pull/444/files#r98064839 > This is a whole lot of copy paste... What if we made `Item::comment` and `Field::comment`...
Triage note: It has been long and the [example url](https://github.com/Yamakaky/cinder/blob/master/src/vulkan_h.rs#L2875-L2879) that is mentioned in [the comment above](https://github.com/rust-lang/rust-bindgen/issues/440#issuecomment-275107142) is gone. To get clarification - - is this still needed? - is...
Triage: Do we still need to document this? If so, then somewhere here https://rust-lang.github.io/rust-bindgen/ ?
I tried this with latest `master` and I do not have have the warning anymore. @jsgf please let us know if this is resolved or needs work? This helps in...
@tom-anders thank you and that does sound like a bug to me. Could you please open a new issue with the minimal reproducible example?
> given that we now have the `experimental` feature we could put this behind it and keep using `libclang` on windows until we find a good solution. However this would...