You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Duru Can Celasun (Jira)" <ji...@apache.org> on 2019/10/08 21:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/THRIFT-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duru Can Celasun resolved THRIFT-4969.
--------------------------------------
    Fix Version/s: 0.13.0
       Resolution: Fixed

> 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
>            Assignee: Kengo Seki
>            Priority: Minor
>             Fix For: 0.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)