You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Michael Oliver (JIRA)" <ji...@apache.org> on 2015/07/24 20:07:07 UTC

[jira] [Updated] (THRIFT-3264) Fix Erlang 16 namespaced types

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

Michael Oliver updated THRIFT-3264:
-----------------------------------
    Description: 
Using the default Erlang from Ubuntu Trusty 1:16.b.3-dfsg-1ubuntu2.1 errors related to namespaced dict and set occur. These were namespaced in Erlang OTP 18, however this causes incompatibility with Erlang OTP 16.

    test/gen-erl/thrift1475_types.hrl:30: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:48: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:31: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:55: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:32: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:99: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:100: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:33: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:119: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:34: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:35: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:131: referring to built-in type set as a remote type; please take out the module name

  was:
Using the default Erlang from Ubuntu Trusty 1:16.b.3-dfsg-1ubuntu2.1 errors related to namespaced dict and set occur. These were namespaced in Erlang OTP 18, however this causes incompatibility with Erlang OTP 16.

```
test/gen-erl/thrift1475_types.hrl:30: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:48: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:31: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:55: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:32: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:99: referring to built-in type set as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:100: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:33: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:119: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:34: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift1475_types.hrl:35: referring to built-in type dict as a remote type; please take out the module name
test/gen-erl/thrift_test_types.hrl:131: referring to built-in type set as a remote type; please take out the module name
```


> Fix Erlang 16 namespaced types
> ------------------------------
>
>                 Key: THRIFT-3264
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3264
>             Project: Thrift
>          Issue Type: Bug
>          Components: Erlang - Compiler
>            Reporter: Michael Oliver
>            Assignee: Michael Oliver
>             Fix For: 0.9.3
>
>
> Using the default Erlang from Ubuntu Trusty 1:16.b.3-dfsg-1ubuntu2.1 errors related to namespaced dict and set occur. These were namespaced in Erlang OTP 18, however this causes incompatibility with Erlang OTP 16.
>     test/gen-erl/thrift1475_types.hrl:30: referring to built-in type set as a remote type; please take out the module name
> test/gen-erl/thrift_test_types.hrl:48: referring to built-in type dict as a remote type; please take out the module name
> test/gen-erl/thrift1475_types.hrl:31: referring to built-in type set as a remote type; please take out the module name
> test/gen-erl/thrift_test_types.hrl:55: referring to built-in type set as a remote type; please take out the module name
> test/gen-erl/thrift1475_types.hrl:32: referring to built-in type set as a remote type; please take out the module name
> test/gen-erl/thrift_test_types.hrl:99: referring to built-in type set as a remote type; please take out the module name
> test/gen-erl/thrift_test_types.hrl:100: referring to built-in type dict as a remote type; please take out the module name
> test/gen-erl/thrift1475_types.hrl:33: referring to built-in type dict as a remote type; please take out the module name
> test/gen-erl/thrift_test_types.hrl:119: referring to built-in type dict as a remote type; please take out the module name
> test/gen-erl/thrift1475_types.hrl:34: referring to built-in type dict as a remote type; please take out the module name
> test/gen-erl/thrift1475_types.hrl:35: referring to built-in type dict as a remote type; please take out the module name
> test/gen-erl/thrift_test_types.hrl:131: referring to built-in type set as a remote type; please take out the module name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)