Skip to content

Commit

Permalink
Update vendored thrift to 0.14.1 (jaegertracing#584)
Browse files Browse the repository at this point in the history
* Update vendored thrift to 0.12.0

Signed-off-by: nhatthm <[email protected]>

* Regenerate files

Signed-off-by: nhatthm <[email protected]>

* Add context to codebase

Signed-off-by: nhatthm <[email protected]>

* Bump to thrift 0.13.0

Signed-off-by: nhatthm <[email protected]>

* Bump Thrift to 0.14.1

Signed-off-by: nhatthm <[email protected]>

* Add missing files in vendored Thrift 0.14

Signed-off-by: nhatthm <[email protected]>

* Generate files with Thrift 0.14.1

Signed-off-by: nhatthm <[email protected]>

* Add context to read and write ops

Signed-off-by: nhatthm <[email protected]>

* Update README.md

Signed-off-by: nhatthm <[email protected]>
  • Loading branch information
nhatthm authored May 20, 2021
1 parent 2cf72ee commit 1e98249
Show file tree
Hide file tree
Showing 67 changed files with 11,996 additions and 8,779 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ GOFMT=gofmt
FMT_LOG=fmt.log
LINT_LOG=lint.log

THRIFT_VER=0.9.3
THRIFT_IMG=thrift:$(THRIFT_VER)
THRIFT_VER=0.14
THRIFT_IMG=jaegertracing/thrift:$(THRIFT_VER)
THRIFT=docker run -v "${PWD}:/data" $(THRIFT_IMG) thrift
THRIFT_GO_ARGS=thrift_import="github.com/apache/thrift/lib/go/thrift"
THRIFT_GEN_DIR=thrift-gen
Expand Down
6 changes: 6 additions & 0 deletions crossdock/thrift/tracetest/GoUnusedProtection__.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e98249

Please sign in to comment.