Fred Hebert
87f9950839
Expand os ENV proxy support to bootstrap script
pirms 9 gadiem
Fred Hebert
398b3085fc
Support ENV config for proxy values
- The configured stuff in rebar3 takes precedence over the ENV
- The env is then chosen
pirms 9 gadiem
Fred Hebert
979bb18b27
Merge pull request #1080 from project-fifo/crashdump
Write rebar3.crashdump on errors
pirms 9 gadiem
alisdair sullivan
e6d64858c5
Merge pull request #1164 from snaiper80/fix_cover_compile_error
Fix compile error case when cover compilation
pirms 9 gadiem
Fred Hebert
cfa0a7e409
Merge pull request #1219 from ferd/umbrella-upgrade
Bugfix for upgrading deps of umbrella apps
pirms 9 gadiem
Fred Hebert
821f82314e
Merge pull request #1222 from lucafavatella/patch-1
Fix minor typo in README
pirms 9 gadiem
Fred Hebert
3038aae4ba
Rework patch to work without accident
The previous iteration of the patch worked somewhat by accident. After
digging in and figuring out why the two dep sources are the way they
are, the patch is now properly working with a well-documented
explanatiion inline.
pirms 9 gadiem
Luca Favatella
c2f9d99125
Fix minor typo in README
pirms 9 gadiem
Fred Hebert
eccbfee95e
Merge pull request #1220 from gomoripeti/handle_error_crash
Handle control sequences in formatted errors
pirms 9 gadiem
Péter Gömöri
cc2e5f7876
Handle control sequences in formatted errors
Formatted errors can accidentally contain substrings which are control
sequences for io:format/2. This is a naive attempt to handle such cases.
One example is running xref on the following module
(assuming module m does not exist)
```
-module(handle_error).
-export([f/0]).
f() -> m:'bobby~stables'().
```
```
$ rebar3 xref
===> Verifying dependencies...
===> Compiling myapp
===> Running cross reference analysis...
escript: exception error: bad argument
in function io:format/3
called as io:format(<0.23.0>,
"\e[0;31m===> \e[1mWarning: handle_error:f/0 is unused export (Xref)\nWarning: handle_error:f/0 calls undefined function m:bobby~stables/0 (Xref)\n\n\e[0m\e[0m",
[])
in call from rebar3:handle_error/1 (/Users/gomoripeti/git/rebar3/_build/default/lib/rebar/src/rebar3.erl, line 279)
```
pirms 9 gadiem
Fred Hebert
3cb67ff753
Account for umbrella apps' deps in upgrades
pirms 9 gadiem
Fred Hebert
88b251a364
Regression test showing the bug for umbrella apps
When the operation for an unlock takes place in the config of a umbrella
application, the `unlock' provider does not see the dependency in the
`deps' value of the config (since it only includes the deps at the root
of the project) and ignores these.
pirms 9 gadiem
Fred Hebert
e1f3473ca3
Merge pull request #1211 from erlang/ignore-raw-deps-spec
Don't die when source deps with [raw] are used
pirms 9 gadiem
Fred Hebert
8284b55152
Merge pull request #1213 from stuart-thackray/master
Debug log update
pirms 9 gadiem
Stuart Thackray
2d4e5b5fa6
Debug log update
pirms 9 gadiem
Fred Hebert
eae1fe2f52
Don't die when source deps with [raw] are used
This adds support for their format both on the first read and when
looking for modifications to dependencies.
pirms 9 gadiem
Tristan Sloughter
24b4eb4aa5
Merge pull request #1205 from talentdeficit/fix_data_dir_test
adjust `data_dir_correct` test in ct suite
pirms 9 gadiem
alisdair sullivan
285d1687f3
adjust `data_dir_correct` test in ct suite
don't bother checking the profile in the path to the data dir
pirms 9 gadiem
Fred Hebert
bf085b9c00
Merge pull request #1201 from tsloughter/pkg-vsns
filter available package versions individually by buildtools
pirms 9 gadiem
Tristan Sloughter
5da76266d5
Merge pull request #1196 from tsloughter/github_releases
deploy escript to travis releases instead of s3
pirms 9 gadiem
Tristan Sloughter
f701895165
filter available package versions individually by buildtools
pirms 9 gadiem
Fred Hebert
41addaa53b
Merge pull request #1197 from zsoci/fixpathcmd
Fix path command to consider {deps_dir, "deps"} in rebar.config
pirms 9 gadiem
zsoci
91485a8ec8
Fix path command to consider {deps_dir, "deps"} in rebar.config
pirms 9 gadiem
Fred Hebert
3dc62dba5d
Merge pull request #1198 from postHawk/fix-1185
#1185 fix windows git working directory
pirms 9 gadiem
Post hawk
8db9bc4e1d
#1185 fix windows git working directory
fix issue #1185 git working directory issues due to command line options in Windows
pirms 9 gadiem
Tristan Sloughter
e481288689
deploy escript to travis releases instead of s3
pirms 9 gadiem
Fred Hebert
5586b1b312
Revert semver commit
pirms 9 gadiem
Fred Hebert
80f6be689d
Cutting 3.1.1
pirms 9 gadiem
Tristan Sloughter
9f5a30f3d7
Merge pull request #1194 from tsloughter/provider_hook_paths
don't needlessly update the code path twice if no hooks to run
pirms 9 gadiem
Tristan Sloughter
15dda967b7
don't needlessly update the code path twice if no hooks to run
pirms 9 gadiem
Fred Hebert
b8c81edb1e
Merge pull request #1192 from talentdeficit/no_coverage_for_extra_dirs
don't generated coverage for `extra_src_dirs`
pirms 9 gadiem
alisdair sullivan
ee47316113
don't generated coverage for `extra_src_dirs`
closes #1057 and #1179
pirms 9 gadiem
Fred Hebert
89b25b2d82
Merge pull request #1189 from tsloughter/otp-19-bootstrap
fix otp-19 bootstrap compiling
pirms 9 gadiem
Tristan Sloughter
af159ce998
fix otp-19 bootstrap compiling
pirms 9 gadiem
Fred Hebert
e5257a76d8
Merge pull request #1188 from tsloughter/ec_21
upgrade erlware_commons for OTP-19 fix
pirms 9 gadiem
Tristan Sloughter
e215b64813
update erlware_commons erl_opts overrides
pirms 9 gadiem
Tristan Sloughter
ce59c92a02
upgrade erlware_commons for OTP-19 fix
pirms 9 gadiem
Fred Hebert
5ccaaa8da2
Merge pull request #1178 from kalta/fix-shell-startup
Fix shell node startup
pirms 9 gadiem
Carlos Gonzalez
66aa49c186
Fix shell node startup
pirms 9 gadiem
Fred Hebert
c9cc58d2b8
Merge pull request #1056 from lpgauth/xref_ignores
Add support for xref_ignores
pirms 9 gadiem
Tristan Sloughter
98751fa3fd
Merge pull request #1121 from frojasg/feature/config-rebar-dir-using-env-var
Allows overwrite default cache dir using REBAR_CACHE_DIR
pirms 9 gadiem
Tristan Sloughter
b11d1594c3
Merge pull request #1158 from ferd/fix-remote-shell-logger
Fixes logging from remote shells in rebar3 shell
pirms 9 gadiem
Fred Hebert
c11cf0b075
Merge pull request #1159 from waisbrot/edoc-hook
Add a provider hook for edoc
pirms 9 gadiem
Tristan Sloughter
cb7c9a41ba
Merge pull request #1169 from ericmj/emj-hex-repo
Change to new hex.pm repo URL
pirms 9 gadiem
Eric Meadows-Jönsson
c161ad0094
Change to new hex.pm repo URL
pirms 9 gadiem
Fred Hebert
42c6e1a0cf
Merge pull request #1167 from tsloughter/relx_3.19
upgrade relx to 3.19.0
pirms 9 gadiem
Tristan Sloughter
e895106903
upgrade relx to 3.19.0
pirms 9 gadiem
Lee GiTack
b9d43cd8cd
Fix compile error case when cover compilation
Dependent libs is required for some module when cover compiling.
So all dependencies should be available on code path.
This fixes #1148 issue.
pirms 9 gadiem
Heinz N. Gies
5945251fc0
Make sure not to dump in api mode
pirms 9 gadiem
Heinz N. Gies
bc9746881f
Write rebar3.crashdump on errors
pirms 9 gadiem