Skip to content

Commit

Permalink
scrooge-generator: Remove ReqRepThriftServiceBuilder from struct.must…
Browse files Browse the repository at this point in the history
…ache

Problem:
Scrooge is generating too much unused code. `ReqRepThriftServiceBuilder` has
been deprecated since January 2018.

Solution:
Remove `ReqRepThriftServiceBuilder` from struct template.

Result:
Less scrooge-generated code.

JIRA Issues: CSL-8564

Differential Revision: https://phabricator.twitter.biz/D345740
  • Loading branch information
joybestourous authored and jenkins committed Jul 25, 2019
1 parent 464ae75 commit f1c4d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Breaking API Changes
of `GenSerialClientDispatcher` and `SerialClientDispatcher` have been removed.
``PHAB_ID=D342883``

* finagle-thrift: The deprecated `ReqRepThriftServiceBuilder` object has been
removed. Users should migrate to `ReqRepMethodPerEndpointBuilder`. ``PHAB_ID=D345740``

Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

This file was deleted.

0 comments on commit f1c4d58

Please sign in to comment.