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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14606666#comment-14606666 ] 

ASF GitHub Bot commented on THRIFT-2921:
----------------------------------------

GitHub user thecodeboss opened a pull request:

    https://github.com/apache/thrift/pull/533

    THRIFT-2921 Make Erlang impl ready for OTP 18 release (dict/0 and set…

    THRIFT-2921 Make Erlang impl ready for OTP 18 release (dict/0 and set/0 are deprecated)
    
    Very minor change, essentially this is just a namespace change in Erlang OTP 18.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/thecodeboss/thrift THRIFT-2921

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/533.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #533
    
----
commit 0c1a2c924808c88f63ff88e545bf283b7f27775e
Author: Michael Oliver <mi...@gmail.com>
Date:   2015-06-29T23:40:11Z

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

----


> 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
>
> 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)