This is an automated email from the ASF dual-hosted git repository.
jking pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 1a2dee6 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp
new 93ff9b0 Update language levels, fix erlang and rust in CI
new 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes
new 08fea16 Mark some csharp-erl, erl-csharp ssl tests as known issues.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +-
LANGUAGES.md | 22 +-
build/docker/README.md | 32 +-
build/docker/ubuntu-bionic/Dockerfile | 40 +-
build/docker/ubuntu-xenial/Dockerfile | 40 +-
lib/d/README.md | 19 +-
lib/d/test/Makefile.am | 19 +-
lib/d/test/async_test.d | 8 +-
lib/d/test/async_test_runner.sh | 7 +-
lib/d/test/openssl.test.cnf | 14 -
lib/d/test/thrift_test_server.d | 5 +-
lib/js/package-lock.json | 861 +++-------------------------------
lib/py/src/transport/TSSLSocket.py | 6 +-
lib/py/src/transport/TSocket.py | 27 +-
lib/py/src/transport/TTransport.py | 3 +-
lib/py/test/test_sslsocket.py | 10 +-
lib/rs/Cargo.toml | 6 +-
lib/rs/src/errors.rs | 3 -
lib/rs/src/protocol/stored.rs | 1 -
lib/rs/src/server/mod.rs | 1 -
lib/rs/src/server/threaded.rs | 1 -
lib/rs/test/Cargo.toml | 4 +-
test/features/tls.sh | 7 +-
test/known_failures_Linux.json | 38 +-
test/rs/Cargo.toml | 8 +-
test/tests.json | 12 +-
tutorial/rs/Cargo.toml | 6 +-
27 files changed, 230 insertions(+), 973 deletions(-)
delete mode 100644 lib/d/test/openssl.test.cnf