Commit 835ccaf
authored
(Thrift Field Masker Pt1) Remove redundant thrift files (#6310)
Motivation:
While adding test cases for thrift, I found it inconvenient to update
thrift messages for each module (thrift0.9, thrift0.12, and thrift
0.13).
When diffing each file, the only difference I found for thrift0.9 was
`i8` was used instead of `byte`.
I propose that thrift0.13 IDL definitions are used across all versions.
To accomodate thrift0.9, a new `thrift9ify` task is added.
Modifications:
- Removed thrift IDL definitions for thrift0.9, thrift0.12.
Result:
- It is easier to define thrift messages for tests
<!--
Visit this URL to learn more about how to write a pull request
description:
https://armeria.dev/community/developer-guide#how-to-write-pull-request-description
-->1 parent 90ba429 commit 835ccaf
12 files changed
Lines changed: 12 additions & 2566 deletions
File tree
- thrift
- thrift0.12
- src/test/thrift
- thrift0.9
- src/test/thrift
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 118 deletions
This file was deleted.
This file was deleted.
0 commit comments