remove the rebar binary from the source code. Instead it will ue the one provided via the REBAR environnement setting or the one in the PATH(by default).
move to rebar3 instead of rebar2. easier to handle, faster to compile
fix tests under erlang 18 (replacing erlang:now/0 by os:timestamp/O
I tried to make each changes atomic. Let me know if I need to go further. Hopefully it will be useful.
this PR add the following changes to ibrowse:
REBAR
environnement setting or the one in thePATH
(by default).erlang:now/0
byos:timestamp/O
I tried to make each changes atomic. Let me know if I need to go further. Hopefully it will be useful.