You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2022/09/01 20:07:03 UTC

[thrift] branch master updated (7815d6450 -> ec5e17714)

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 7815d6450 fix typo
     add 85d82bfd0 THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021 THRIFT-5606: Wrong indent for const double Client: rs Patch: Ommy Zhang <td...@gmail.com>
     add ec5e17714 disable ssl test of D Client: D language Patch: Ommy Zhang <td...@gmail.com>

No new revisions were added by this update.

Summary of changes:
 LANGUAGES.md                                       |   2 +-
 build/docker/README.md                             |   6 +-
 build/docker/ubuntu-bionic/Dockerfile              |   2 +-
 build/docker/ubuntu-disco/Dockerfile               |   2 +-
 build/docker/ubuntu-xenial/Dockerfile              |   2 +-
 compiler/cpp/src/thrift/generate/t_rs_generator.cc | 233 ++++++++-------------
 lib/d/test/thrift_test_runner.sh                   |   5 +-
 lib/rs/Cargo.toml                                  |   2 +-
 lib/rs/src/protocol/compact.rs                     |   9 +-
 lib/rs/src/server/multiplexed.rs                   |   3 +-
 lib/rs/test/src/bin/kitchen_sink_client.rs         |   1 -
 lib/rs/test/src/bin/kitchen_sink_server.rs         |   1 -
 lib/rs/test/src/lib.rs                             |   2 +-
 lib/rs/test_recursive/src/lib.rs                   |   2 +-
 rust-toolchain                                     |   2 +-
 test/rs/src/bin/test_client.rs                     | 132 +++++-------
 test/rs/src/bin/test_server.rs                     |   4 +-
 17 files changed, 161 insertions(+), 249 deletions(-)