erlsci / iso8601

An ISO 8601 date formating and parsing library for Erlang
MIT License
130 stars 93 forks source link

Doesn't compile in Erlang 18.0 #20

Closed oubiwann closed 8 years ago

oubiwann commented 9 years ago

I get the following error:

$ rebar compile
==> iso8601 (compile)
src/iso8601.erl:17: type tuple(_,_,_) undefined
src/iso8601.erl:224: type tuple(_,_) undefined
Compiling src/iso8601.erl failed:
ERROR: compile failed while processing /Users/oubiwann/lab/lfe/lupyter/deps/iso8601: rebar_abort

In Erlang 17.5, it compiles just fine:

$ rebar compile
==> iso8601 (compile)
Compiled src/iso8601.erl
oubiwann commented 9 years ago

I've got a fix for this; will push and submit a PR shortly.

rmoorman commented 9 years ago

Would be great to have this working again on Erlang 18. The pull request #21 works for me by the way.

oubiwann commented 8 years ago

This has been merged now!