Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Add tests for unlock state passthrough | Fred Hebert | 2017-10-13 | 1 | -2/+5 |
| | |||||
* | Testing expected hash behaviour and errors in pkgs | Fred Hebert | 2016-05-25 | 1 | -3/+40 |
| | | | | - also making sure unlocking works fine | ||||
* | Add support for an unlock command | Fred Hebert | 2015-04-18 | 1 | -0/+40 |
Allows to remove entries from the lock file, or the lock file as a whole. |