You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Anthony Molinaro (JIRA)" <ji...@apache.org> on 2010/08/24 22:25:26 UTC

[jira] Created: (THRIFT-866) term() in spec definitions seems to not work in erlang R12

term() in spec definitions seems to not work in erlang R12
----------------------------------------------------------

                 Key: THRIFT-866
                 URL: https://issues.apache.org/jira/browse/THRIFT-866
             Project: Thrift
          Issue Type: Bug
    Affects Versions: 0.4
            Reporter: Anthony Molinaro
             Fix For: 0.5


For full description see THRIFT-599, but the gist seems to be that the use of term() in spec definitions doesn't compile for  R12B3 on debian.  Since R12 works and since any() is supposed to be a synonym, it would probably be a good idea to change all instances of term to any for now.

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


[jira] Updated: (THRIFT-866) term() in spec definitions seems to not work in erlang R12

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

Anthony Molinaro updated THRIFT-866:
------------------------------------

    Attachment: THRIFT-599_term-to-any.patch

> term() in spec definitions seems to not work in erlang R12
> ----------------------------------------------------------
>
>                 Key: THRIFT-866
>                 URL: https://issues.apache.org/jira/browse/THRIFT-866
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Anthony Molinaro
>             Fix For: 0.5
>
>         Attachments: THRIFT-599_term-to-any.patch
>
>
> For full description see THRIFT-599, but the gist seems to be that the use of term() in spec definitions doesn't compile for  R12B3 on debian.  Since R12 works and since any() is supposed to be a synonym, it would probably be a good idea to change all instances of term to any for now.

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


[jira] Resolved: (THRIFT-866) term() in spec definitions seems to not work in erlang R12

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

David Reiss resolved THRIFT-866.
--------------------------------

      Assignee: Anthony Molinaro
    Resolution: Fixed

I made a small whitespace fix before committing.

> term() in spec definitions seems to not work in erlang R12
> ----------------------------------------------------------
>
>                 Key: THRIFT-866
>                 URL: https://issues.apache.org/jira/browse/THRIFT-866
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Anthony Molinaro
>            Assignee: Anthony Molinaro
>             Fix For: 0.5
>
>         Attachments: THRIFT-599_term-to-any.patch
>
>
> For full description see THRIFT-599, but the gist seems to be that the use of term() in spec definitions doesn't compile for  R12B3 on debian.  Since R12 works and since any() is supposed to be a synonym, it would probably be a good idea to change all instances of term to any for now.

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


[jira] Commented: (THRIFT-866) term() in spec definitions seems to not work in erlang R12

Posted by "Roger Meier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902071#action_12902071 ] 

Roger Meier commented on THRIFT-866:
------------------------------------

SUPER FAST ... that's real time programming ;-)

Thank's guys!

> term() in spec definitions seems to not work in erlang R12
> ----------------------------------------------------------
>
>                 Key: THRIFT-866
>                 URL: https://issues.apache.org/jira/browse/THRIFT-866
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Anthony Molinaro
>            Assignee: Anthony Molinaro
>             Fix For: 0.5
>
>         Attachments: THRIFT-599_term-to-any.patch
>
>
> For full description see THRIFT-599, but the gist seems to be that the use of term() in spec definitions doesn't compile for  R12B3 on debian.  Since R12 works and since any() is supposed to be a synonym, it would probably be a good idea to change all instances of term to any for now.

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