basho / riak_dt

Convergent replicated datatypes in Erlang
Apache License 2.0
353 stars 70 forks source link

Add support for Erlang 17. #115

Closed cmeiklejohn closed 9 years ago

cmeiklejohn commented 9 years ago

Add support for Erlang 17 by using namedspaced types. Also, change the map() type to riak_dt_map(), given there's a name collision with the built-in map and as of Erlang 18, it will no longer be allowed to redefine types.

seancribbs commented 9 years ago

:+1: 24839d3

This is basically what I did in my throwaway attempt. Good work!

cmeiklejohn commented 9 years ago

@borshop merge