Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Addresses https://github.com/erlang/rebar3/issues/1397 | Ted Burghart | 2016-12-05 | 1 | -33/+60 |
| | | | | | | Ensures merged compiler options end up in the correct order to maintain profile precedence. Moves the merge functionality from rebar_opts:merge_opts/2 to a standalone function to ease extension and debugging. | ||||
* | special handling of relx configs in profiles | Tristan Sloughter | 2015-11-26 | 1 | -0/+2 |
| | | | | | | | | | | | Relx config need new values at the end of the list and profile additions prepended. So now in apply_profile in the case it is a relx config we prepend the config list. This does, however, mean that a profile release can not 'extend' a release defined in the default profile since the one being extended would have its definition after the profile release and thus relx would not be able to use its values for extending. | ||||
* | do not sort mib_first_files during merge_opts, order must be kept | Tristan Sloughter | 2015-11-07 | 1 | -0/+4 |
| | |||||
* | move opts functions to new module rebar_opts | Tristan Sloughter | 2015-09-01 | 1 | -0/+155 |