You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2019/10/04 15:14:00 UTC

[jira] [Created] (THRIFT-4969) PHP test doesn't check the code generation with php:classmap

Kengo Seki created THRIFT-4969:
----------------------------------

             Summary: PHP test doesn't check the code generation with php:classmap
                 Key: THRIFT-4969
                 URL: https://issues.apache.org/jira/browse/THRIFT-4969
             Project: Thrift
          Issue Type: Bug
          Components: Test Suite
            Reporter: Kengo Seki


In {{test/php/Makefile.am}}:

{code}
 20 stubs: ../ThriftTest.thrift
 21         $(THRIFT) --gen php ../ThriftTest.thrift
 22         $(THRIFT) --gen php:inlined ../ThriftTest.thrift
 23         $(MKDIR_P) gen-php-classmap
 24         $(THRIFT) -out gen-php-classmap --gen php ../ThriftTest.thrift
{code}

The last command generates the same code as the first one's. It should test {{\-\-gen php:classmap}} option instead of {{\-\-gen php}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)