summaryrefslogtreecommitdiff
path: root/test/rebar_unlock_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* OTP-21 readiness, Full Unicode supportFred Hebert2017-11-161-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 passthroughFred Hebert2017-10-131-2/+5
|
* Testing expected hash behaviour and errors in pkgsFred Hebert2016-05-251-3/+40
| | | | - also making sure unlocking works fine
* Add support for an unlock commandFred Hebert2015-04-181-0/+40
Allows to remove entries from the lock file, or the lock file as a whole.