Re: Update the Rust Thrift Crate?

2018-02-20 Thread James E. King, III
Releases to language-specific streams is pretty haphazard.
I package and release perl bits on cpan, for example, under my own personal
cpan account:
http://search.cpan.org/~jking/Thrift-0.11.0-2/

If you would like to do the same for rust:

1. The version numbers are all wrong.
2. There is no link to the official apache thrift web site on the crates
description page.
3. No dependencies are listed; although I don't know if our rust
implementation has any.

It looks like you are already one of the listed package owners, so feel
free to update it, but make the version match the project if you could.

As for documentation, I would say that in general, that's one of the
poorest parts of the project:

https://thrift.apache.org/docs/committers/

You need to be a committer in order to modify the web site.

- Jim


On Mon, Feb 19, 2018 at 1:09 PM, Allen George 
wrote:

> I noticed that the rust thrift crate on crates.io has not been updated to
> 0.11.0 to align with the first thrift release with rust support. Could we
> go ahead and do that? If documentation is required to do this I’m happy to
> write whatever’s necessary to simplify this process in the future.
>
> Thank you,
> Allen
>


Update the Rust Thrift Crate?

2018-02-19 Thread Allen George
I noticed that the rust thrift crate on crates.io has not been updated to
0.11.0 to align with the first thrift release with rust support. Could we
go ahead and do that? If documentation is required to do this I’m happy to
write whatever’s necessary to simplify this process in the future.

Thank you,
Allen