summaryrefslogtreecommitdiff
path: root/test/rebar_profiles_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Preserve profile order on mergeable tuple/optsFred Hebert2015-03-221-2/+9
| | | | | | | | | | | Rather than using the stdlib lists:umerge, we expand it to allow fuzzy matching on tuples vs. vals (`key` vs. `{key,val}`) with an overriden sort order so that two tuples or values comparing equal get a priority on the newest profile. This is a partial fix for #287 -- this current patch should be followed by a relx update to take options in order (as if they were a proplist) to complete it.
* store base opts after initialization of providersTristan Sloughter2015-03-061-4/+16
|
* add test for test profile applied to project appsalisdair sullivan2015-03-051-2/+24
|
* two failing tests and one passing test to attempt to isolate wherealisdair sullivan2015-03-051-2/+48
| | | | | | profiles are failing to be applied relevant to #224 and #233
* fix for profiles_remain_applied_with_config_presentTristan Sloughter2015-03-041-3/+25
|
* `add_to_profile/3` function added to `rebar_state`alisdair sullivan2015-03-021-2/+25
|
* don't replace non-string list with empty list in profile mergeTristan Sloughter2015-03-021-2/+10
|
* profiles: combine lists of values for conflicting config optionsTristan Sloughter2015-02-241-2/+20
|
* basic profile deps testsTristan Sloughter2015-02-221-0/+82