Correctly generate code for empty services.

--------------------------------------------

                 Key: THRIFT-1570
                 URL: https://issues.apache.org/jira/browse/THRIFT-1570
             Project: Thrift
          Issue Type: Improvement
          Components: C++ - Library
            Reporter: Dave Watson
            Priority: Minor


>From 2f363522262eca7cb99c3567fa77c92c3243265f Mon Sep 17 00:00:00 2001
From: Peter Griess <[email protected]>
Date: Thu, 16 Dec 2010 21:55:32 +0000
Subject: [PATCH 12/12] Correctly generate code for empty services.

Summary:
- Don't emit the 'else' clause for the method switch in the generated
  client if the service doesn't have any methods.

Test Plan:
- Tested generating Python code for an empty service before and after.

DiffCamp Revision: 193807
Reviewers: rajesh, simpkins
CC: mpage, doug, dreiss, rajesh, thrift-team@lists
Tasks:
#457923: Thrift generates broken Python code for empty services

Revert Plan:
OK

git-svn-id: svn+ssh://tubbs/svnapps/fbomb/trunk/[internal fb thing]@46847 
2248de34-8caa-4a3c-bc55-5e52d9d7b73a
---
 compiler/cpp/src/generate/t_py_generator.cc |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to