Tristan Sloughter
73b857f6fd
update relx to 3.16.0 to include color intesity update
9 jaren geleden
Tristan Sloughter
44ebce927f
Merge pull request #902 from project-fifo/less-color
Less color
9 jaren geleden
Heinz N. Gies
4a5c8bc0e3
Set relx color intensity env variable
9 jaren geleden
Heinz N. Gies
c79fe4cf1b
Use an app_env to get color intensity
9 jaren geleden
Fred Hebert
caf4468f3b
Make lock files future-proof
Changes to how hex or packages may work in the future will necessarily
bring changes to the format of lock files.
This commit adds an optional framing for future lock files of the form:
{Version, LockList}.
<Whatever consultable attributes>
This format is supported such as the LockList is the current lockfile
contents, and will never have more information than it currently does.
Attributes can be whatever and are currently undefined.
Rebar copies will be able to:
- Keep using the core locklist (which avoids breaking the last year or
so of community libraries using rebar3)
- Warn when it runs an outdated copy in comparison to the lock file
- Automatically rewrite lock files in the format it supports
- Augment or parse files in a version-specific manner.
This changes the usage interface slightly, but is backwards *and*
forwards compatible.
9 jaren geleden
Louis-Philippe Gauthier
77b5181299
Add support for xref_ignores
9 jaren geleden
Tristan Sloughter
b8a590cf19
Merge pull request #1048 from fauxsoup/master
Add secondary hook for rebar_prv_compile
9 jaren geleden
Heinz N. Gies
949eafd899
Some cleanup
9 jaren geleden
Zachary Hueras
edd032c5f5
Include hook for app compilation
9 jaren geleden
Serge Aleynikov
0f1df270c1
Make state provider {bare, false}
9 jaren geleden
Serge Aleynikov
43bca6d297
Turn functor into a function to support older Erlang VM
9 jaren geleden
Serge Aleynikov
ce1dba7f43
Improve recursive display of dictionary values
9 jaren geleden
Serge Aleynikov
9cd7880069
Remove --state argument option per Tristan's comment
9 jaren geleden
Serge Aleynikov
8497a50fce
Change output to use ?CONSOLE macro
9 jaren geleden
Serge Aleynikov
632db19470
Mention in README that state provider is for debugging
9 jaren geleden
Serge Aleynikov
7b4ceecfdb
Change output to use ?CONSOLE marco
9 jaren geleden
Serge Aleynikov
cf03345486
Add a state display provider
The provider is used for debugging to help displaying current rebar's state.
Usage:
rebar3 state
9 jaren geleden
Heinz N. Gies
2f563041cb
Merge master
9 jaren geleden
Fred Hebert
7fab47dfa0
Merge pull request #1053 from tsloughter/master
upgrade relx to 3.15.0
9 jaren geleden
Tristan Sloughter
a7bdffaa07
Merge pull request #1041 from lrascao/fix/relx_overlay_vars
Add test case for relx overlay vars
9 jaren geleden
Tristan Sloughter
ff434b3df1
Merge pull request #1047 from fishcakez/dialyzer_unknown
Ignore unknown warning when dialyzer < 2.8
9 jaren geleden
Tristan Sloughter
89b4d4a866
upgrade relx to 3.15.0
9 jaren geleden
Luis Rascao
f60c522cdc
Add test case for relx overlay vars
Makes use of several var types: integers,
strings, binaries, binary strings and tuples.
9 jaren geleden
Fred Hebert
9e1abdbd32
Merge pull request #1050 from tsloughter/master
check top level config for minimum or blacklisted otps at start
9 jaren geleden
Tristan Sloughter
270066c296
check top level config for minimum or blacklisted otps at start
9 jaren geleden
Zachary Hueras
61ce3eaa3e
Add secondary hook for rebar_prv_compile
erlc_compile, for before/after compiling .erls to
.beams, but before .app.src to .app
9 jaren geleden
James Fish
b1c6c2fccf
Ignore unknown warning when dialyzer < 2.8
9 jaren geleden
Fred Hebert
a229a21ffb
Merge pull request #1046 from tsloughter/user-agent
add user-agent to http request headers
9 jaren geleden
Tristan Sloughter
9cf84e5379
add user-agent to http request headers
9 jaren geleden
Fred Hebert
fceda51999
Merge pull request #1045 from tsloughter/master
don't lose overrides in an app when installing plugins it uses
9 jaren geleden
Tristan Sloughter
c4aaff7a06
don't lose overrides in an app when installing plugins it uses'
9 jaren geleden
Tristan Sloughter
3522c929f9
Merge pull request #1033 from tuncer/fix-shell-completion
Fix bash completion regression (cf66dfd6ba
) and make lopt strings more resilient
9 jaren geleden
Tristan Sloughter
aee5c19183
Merge pull request #1043 from talentdeficit/dont_strip_project_apps_during_ct
don't strip the project apps when running `ct` with just a root suite specified
9 jaren geleden
alisdair sullivan
7427b5f03e
fix paths for multiple app projects when running ct with no --dir argument
9 jaren geleden
alisdair sullivan
e7abae84c0
don't strip the project apps when running `ct` with just a root suite specified
this ensures the project apps are compiled to `lib/` instead of `extras/`
9 jaren geleden
Tristan Sloughter
964da8c4de
Merge pull request #1035 from lrascao/fix/missing_include_path
Add module directory to include path
9 jaren geleden
Luis Rascao
123630a68e
Add module directory to include path
Several projects use an include path relative
to the project's root.
file:compile will look in three places for the include
files:
The current working directory
The directory where the module is being compiled
The directories given by the include option
9 jaren geleden
Tuncer Ayaz
7c9dd6c1ec
bash completion: prevent future mistakes in lopts
To prevent future mistakes like the broken string introduced in
cf66dfd6ba, put opening and closing " on separate lines in each
multi-line lopts string. This also allows for cleaner (smaller) diffs
when removing/adding a flag.
9 jaren geleden
Tuncer Ayaz
81483f9f5d
bash completion: fix error introduced in cf66dfd6
cf66dfd6ba
introduced a syntax error in the modified lopts string.
Without the fix, you'll provoke a shell error when trying to complete
`rebar3 ct --<something>`.
9 jaren geleden
Fred Hebert
084fd3116a
Merge pull request #1031 from tsloughter/master
add profile option to clean task
9 jaren geleden
Tristan Sloughter
aeb6a1986b
add profile option to clean task
9 jaren geleden
Tristan Sloughter
3b20e6380c
Merge pull request #1024 from talentdeficit/dedupe_eunit_default_tests
deduplicate default test set generated by `rebar3 eunit`
9 jaren geleden
Fred Hebert
22510b8067
Merge pull request #1029 from tsloughter/master
local install and local upgrade
9 jaren geleden
Tristan Sloughter
42113a0364
move unstable install and upgrade to local namespace
9 jaren geleden
Tristan Sloughter
ecdcf7cd36
add support for setting erl vm args with REBAR3_ERL_ARGS
9 jaren geleden
Fred Hebert
350fcd9f7a
Merge pull request #1025 from tsloughter/master
add unstable install/upgrade instructions to readme
9 jaren geleden
Tristan Sloughter
c9213a08be
add unstable install/upgrade instructions to readme
9 jaren geleden
alisdair sullivan
a8dc8ce6e6
deduplicate default test set generated by `rebar3 eunit`
this ONLY attempts to deduplicate test sets that are generated by
rebar in the absence of any user specified tests
9 jaren geleden
Tristan Sloughter
505576cb6a
Merge pull request #1023 from ferd/rework-repo-docs
Rework README and CONTRIBUTING documents
9 jaren geleden
Tristan Sloughter
10948be896
Merge pull request #1022 from ferd/badconfig-shell-error
Display error message when bad config is loaded
9 jaren geleden