[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-18 Thread allengeorge
Github user allengeorge commented on the issue: https://github.com/apache/thrift/pull/1360 @sadikovi Sorry for the delay - was away this weekend. Ah, ok. That makes total sense. You probably don't have any floats in your IDL, or anything that would use the `TryFrom`

[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-17 Thread sadikovi
Github user sadikovi commented on the issue: https://github.com/apache/thrift/pull/1360 @Jens-G could you review this PR, please? Thanks! ---

[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-15 Thread sadikovi
Github user sadikovi commented on the issue: https://github.com/apache/thrift/pull/1360 @allengeorge When I compile parquet-rs library I get following warnings ([parquet.thrift](https://github.com/sadikovi/parquet-rs/blob/master/src/parquet_thrift/parquet.thrift)) ```shell

[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-15 Thread allengeorge
Github user allengeorge commented on the issue: https://github.com/apache/thrift/pull/1360 @sadikovi The change seems fine, but I don't quite understand when this problem happens. Could you explain when it gets triggered? In what sort of code setup? Thanks! ---

[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-15 Thread mrwiggles
Github user mrwiggles commented on the issue: https://github.com/apache/thrift/pull/1360 @sadikovi The change seems fine, but I don't understand when this warning gets triggered. Could you explain a bit more what you mean? When does this happen, and why? Thanks! ---

[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-15 Thread sadikovi
Github user sadikovi commented on the issue: https://github.com/apache/thrift/pull/1360 CI failures do not seem to be related. ---

[GitHub] thrift issue #1360: THRIFT-4330: Allow unused extern crates

2017-09-14 Thread sadikovi
Github user sadikovi commented on the issue: https://github.com/apache/thrift/pull/1360 @allengeorge could you have a look at this change? Thanks! ---