summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data/alias_clash
Commit message (Collapse)AuthorAgeFilesLines
* Alias plugin promoted to built-in commandFred Hebert2017-12-053-0/+32
- Uses the code at https://github.com/tsloughter/rebar_alias and brings it within rebar3 - adds safety checks to prevent redefining built-in commands or obvious circular dependencies between commands (indirect circular deps are still possible) - adds tests - adds a systest to ensure no clash with the existing plugin