erlsci / iso8601

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

Compatible with Erlang 18+ #27

Closed fp closed 8 years ago

fp commented 8 years ago

Allow project to compile with Erlang 18+, fixing errors as follows:

===> Compiling /home/vagrant/src/erlang_iso8601/_build/default/lib/iso8601/src/iso8601.erl failed
/home/vagrant/src/erlang_iso8601/_build/default/lib/iso8601/src/iso8601.erl:17: type tuple(_,_,_) undefined
/home/vagrant/src/erlang_iso8601/_build/default/lib/iso8601/src/iso8601.erl:228: type tuple(_,_) undefined
wk8 commented 8 years ago

Just a heads up that there's a maintained fork of this repo at : https://github.com/wk8/erlang_iso8601 :)

oubiwann commented 8 years ago

The original project has a new maintainer and a new home:

Old links to the original repo will redirect to the new home -- both in the browser and via the cli.

However, this work was done in another branch already. Closing as duplicate ...