summaryrefslogtreecommitdiff
path: root/src/rebar_prv_app_discovery.erl
Commit message (Collapse)AuthorAgeFilesLines
* install project app plugins after discovering them not beforeTristan Sloughter2016-01-101-1/+2
|
* improve error messages for packages by checking its existance before fetchingTristan Sloughter2015-08-231-0/+4
|
* fix bareness issuesFred Hebert2015-05-311-1/+1
| | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden.
* print and format error message for bad .app files and all bad configsTristan Sloughter2015-05-221-3/+8
|
* Manage syntax error in app.src files.Umberto Corponi2015-05-061-0/+8
| | | | | - Solve "Uncaught error" failure in case of syntax error in app.src file. - Print helpful information on the location of the syntax error.
* use PRV_ERROR for formattable errorsFred Hebert2015-03-161-1/+2
| | | | Also expose it in rebar_api
* change name of config for where project apps lib to project_apps_dirTristan Sloughter2014-12-041-1/+1
|
* catch error on multiplpe app files in an app dirTristan Sloughter2014-11-161-4/+11
|
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
|
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-1/+6
|
* move providers to separate appTristan Sloughter2014-10-031-9/+9
|
* return error messages from providersTristan Sloughter2014-09-271-1/+1
|
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+1
|
* only build unbuilt depsTristan Sloughter2014-08-181-1/+1
|
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-0/+36