Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear all dialyzer errors | Fred Hebert | 2018-04-23 | 1 | -1/+1 |
| | | | | | - this is done by adding a HiPE dependency - also in this: adding a test for directories, and fixing some indent | ||||
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -0/+41 |
This replaces all deprecated function usage by alternative ones based on a version switch enacted at compile time, preventing all warnings. This will likely introduce some possible runtime errors in using a Rebar3 compiled on OTP-20 or OTP-21 back in versions 19 and earlier, but we can't really work around that. A bunch of dependencies have been updated to support OTP-21 without warnings as well. |