[jira] [Created] (THRIFT-4529) Rust generation should include #![allow(non_snake_case)] or force conform to Rust style guidelines
Joshua created THRIFT-4529: -- Summary: Rust generation should include #![allow(non_snake_case)] or force conform to Rust style guidelines Key: THRIFT-4529 URL: https://issues.apache.org/jira/browse/THRIFT-4529 Project: Thrift Issue Type: Improvement Components: Rust - Compiler Affects Versions: 0.11.0 Reporter: Joshua Without this, building a project using a thrift file meant for multiple languages may end up with many compiler warnings similar to the following: {code:sh} warning: variant `EXAMPLE_NAME` should have a camel case name such as `ExampleName` {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (THRIFT-4527) Upgrade byteorder version in Rust lib
[ https://issues.apache.org/jira/browse/THRIFT-4527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua updated THRIFT-4527: --- Description: The Rust library was depending on byteorder v1.1.0, upgraded to v1.2.1 to prevent dependency conflicts in a project I was working on, works fine and would be useful for other users. (was: The Rust library was depending on byteorder v1.1.0, upgraded to v1.2.0 to prevent dependency conflicts in a project I was working on, works fine now.) > Upgrade byteorder version in Rust lib > - > > Key: THRIFT-4527 > URL: https://issues.apache.org/jira/browse/THRIFT-4527 > Project: Thrift > Issue Type: Dependency upgrade > Components: Rust - Library >Affects Versions: 0.11.0 >Reporter: Joshua >Priority: Major > > The Rust library was depending on byteorder v1.1.0, upgraded to v1.2.1 to > prevent dependency conflicts in a project I was working on, works fine and > would be useful for other users. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (THRIFT-4527) Upgrade byteorder version in Rust lib
[ https://issues.apache.org/jira/browse/THRIFT-4527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408647#comment-16408647 ] Joshua commented on THRIFT-4527: see: https://github.com/apache/thrift/pull/1516 > Upgrade byteorder version in Rust lib > - > > Key: THRIFT-4527 > URL: https://issues.apache.org/jira/browse/THRIFT-4527 > Project: Thrift > Issue Type: Dependency upgrade > Components: Rust - Library >Affects Versions: 0.11.0 >Reporter: Joshua >Priority: Major > > The Rust library was depending on byteorder v1.1.0, upgraded to v1.2.0 to > prevent dependency conflicts in a project I was working on, works fine now. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Issue Comment Deleted] (THRIFT-4527) Upgrade byteorder version in Rust lib
[ https://issues.apache.org/jira/browse/THRIFT-4527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua updated THRIFT-4527: --- Comment: was deleted (was: see: https://github.com/apache/thrift/pull/1516) > Upgrade byteorder version in Rust lib > - > > Key: THRIFT-4527 > URL: https://issues.apache.org/jira/browse/THRIFT-4527 > Project: Thrift > Issue Type: Dependency upgrade > Components: Rust - Library >Affects Versions: 0.11.0 >Reporter: Joshua >Priority: Major > > The Rust library was depending on byteorder v1.1.0, upgraded to v1.2.0 to > prevent dependency conflicts in a project I was working on, works fine now. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (THRIFT-4527) Upgrade byteorder version in Rust lib
Joshua created THRIFT-4527: -- Summary: Upgrade byteorder version in Rust lib Key: THRIFT-4527 URL: https://issues.apache.org/jira/browse/THRIFT-4527 Project: Thrift Issue Type: Dependency upgrade Components: Rust - Library Affects Versions: 0.11.0 Reporter: Joshua The Rust library was depending on byteorder v1.1.0, upgraded to v1.2.0 to prevent dependency conflicts in a project I was working on, works fine now. -- This message was sent by Atlassian JIRA (v7.6.3#76005)