You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2015/06/29 20:27:04 UTC

[jira] [Commented] (COUCHDB-2730) check 2.0 for OTP-18.0 deprecations

    [ https://issues.apache.org/jira/browse/COUCHDB-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14606072#comment-14606072 ] 

Alexander Shorin commented on COUCHDB-2730:
-------------------------------------------

More over, build against Erlang 18 fails because:
- dict() usage in couch_att:251
- dict() usage in global_changes_listener:157
- snappy`s rebar.config required to accept 18 version

> check 2.0 for OTP-18.0 deprecations
> -----------------------------------
>
>                 Key: COUCHDB-2730
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2730
>             Project: CouchDB
>          Issue Type: Dependency upgrade
>      Security Level: public(Regular issues) 
>          Components: Build System
>            Reporter: Dave Cottlehuber
>            Priority: Blocker
>
> Based on errors from 1.6.x branch, these may be worth checking:
> A few more warnings appear as expected, crypto & time stuff.
> erlang:now/0 as we know
> calendar:local_time_to_universal_time/1 -> calendar:local_time_to_universal_time_dst/1
> crypto:sha_mac/2 -> crypto:hmac/3
> crypto:sha/1 -> crypto:hash/2
> crypto:md5_init/0 -> crypto:hash_init/1
> crypto:md5_update/0 -> crypto:hash_update/1
> crypto:md5_final/0 -> crypto:hash_final/1



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