Pavel Abalikhin

Results 6 comments of Pavel Abalikhin

I have restored original layerhq/erlmc repo here: https://github.com/tnt-dev/erlmc Maybe @danikp can clone it to ErlyORM/erlmc?

`README` updated, sorry for delay.

Maybe it's better to enable this function only for OTP >= 17 for compatibility?

@dcy, You can use something like ``` erlang {platform_define, "^[0-9]+", maps_available} ``` in rebar.config and ``` erlang -ifdef(maps_available). -export([as_maps/1]). -endif. ``` in code.

> And what's the problem with The Travis CI: > The command "source $HOME/otp/17.0-rc1/activate" failed and exited with 1 during . > Your build has been stopped. Try to change...