You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2015/06/30 21:31:04 UTC

[jira] [Updated] (THRIFT-2921) Make Erlang impl ready for OTP 18 release (dict/0 and set/0 are deprecated)

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

Jens Geyer updated THRIFT-2921:
-------------------------------
    Assignee: Michael Oliver

> Make Erlang impl ready for OTP 18 release (dict/0 and set/0 are deprecated)
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-2921
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2921
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Erlang - Compiler
>            Reporter: Jens Geyer
>            Assignee: Michael Oliver
>
> Using Erlang OTP 17, I get the following deprecation warnings:
> {code}
> en-erl/thrift_test_types.hrl:48: Warning: type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2
> gen-erl/thrift_test_types.hrl:55: Warning: type set/0 is deprecated and will be removed in OTP 18.0; use use sets:set/0 or preferably sets:set/1
> {code}



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