Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2921

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.3
    • Erlang - Compiler
    • None

    Description

      Using Erlang OTP 17, I get the following deprecation warnings:

      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
      

      Attachments

        Issue Links

          Activity

            People

              thecodeboss Michael Oliver
              jensg Jens Geyer
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: