You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Reiss (JIRA)" <ji...@apache.org> on 2009/02/03 22:37:59 UTC

[jira] Created: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Compiler generates invalid Python code for services with no methods
-------------------------------------------------------------------

                 Key: THRIFT-310
                 URL: https://issues.apache.org/jira/browse/THRIFT-310
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (Python)
            Reporter: David Reiss
         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch

Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-310.
--------------------------------

    Resolution: Fixed

> Compiler generates invalid Python code for services with no methods
> -------------------------------------------------------------------
>
>                 Key: THRIFT-310
>                 URL: https://issues.apache.org/jira/browse/THRIFT-310
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: David Reiss
>         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch
>
>
> Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss updated THRIFT-310:
-------------------------------

    Attachment: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch

> Compiler generates invalid Python code for services with no methods
> -------------------------------------------------------------------
>
>                 Key: THRIFT-310
>                 URL: https://issues.apache.org/jira/browse/THRIFT-310
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: David Reiss
>         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch
>
>
> Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss updated THRIFT-310:
-------------------------------

    Attachment: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch

> Compiler generates invalid Python code for services with no methods
> -------------------------------------------------------------------
>
>                 Key: THRIFT-310
>                 URL: https://issues.apache.org/jira/browse/THRIFT-310
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: David Reiss
>         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch
>
>
> Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss reassigned THRIFT-310:
----------------------------------

    Assignee: David Reiss

> Compiler generates invalid Python code for services with no methods
> -------------------------------------------------------------------
>
>                 Key: THRIFT-310
>                 URL: https://issues.apache.org/jira/browse/THRIFT-310
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: David Reiss
>            Assignee: David Reiss
>         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch
>
>
> Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671312#action_12671312 ] 

Esteve Fernandez commented on THRIFT-310:
-----------------------------------------

+1 The patch looks good.

I think it's useful if you want to use empty services as marker interfaces, for example.

> Compiler generates invalid Python code for services with no methods
> -------------------------------------------------------------------
>
>                 Key: THRIFT-310
>                 URL: https://issues.apache.org/jira/browse/THRIFT-310
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: David Reiss
>         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch, 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch
>
>
> Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-310) Compiler generates invalid Python code for services with no methods

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss updated THRIFT-310:
-------------------------------

    Attachment: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch

> Compiler generates invalid Python code for services with no methods
> -------------------------------------------------------------------
>
>                 Key: THRIFT-310
>                 URL: https://issues.apache.org/jira/browse/THRIFT-310
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: David Reiss
>         Attachments: 0001-THRIFT-310.-python-Generate-valid-code-for-empty-se.patch
>
>
> Not sure why you'd want to use such a thing, but we might as well produce syntactically valid code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.