Tristan Sloughter
2e931f29f4
don't error on upgrade if user removes top level dep
9 yıl önce
Tristan Sloughter
aa5a8829b5
add error message for dependency that doesn't contain single app dir
9 yıl önce
Tristan Sloughter
f2f63013fe
override 'deps' now automatically overrides '{deps,default}'
9 yıl önce
Tristan Sloughter
dae1b4cc82
improve error messages for packages by checking its existance before fetching
9 yıl önce
Tristan Sloughter
391959dae8
use 'default' for default hex repo path in cache and include in info messages
9 yıl önce
Tristan Sloughter
3c92505d49
don't store deps list with duplicate in state
9 yıl önce
Tristan Sloughter
1aa79082de
update erlcinfo on disk if source file removed
9 yıl önce
Tristan Sloughter
86e4c5d5ef
do not override user cli supplied outputdir for relx
9 yıl önce
Tristan Sloughter
e336d7aaa1
remove unneeded packages ets table load/unload in plugins
9 yıl önce
Tristan Sloughter
cf5390f018
replace use of dict of packages and registry with single ets table
9 yıl önce
Tristan Sloughter
6242c81554
include rebar3 in supported packages buildtool
9 yıl önce
Tristan Sloughter
31a24ad4ff
this patch treats pkg and src deps as equals, so level decides winner
Instead fetching and resolving src deps (which could depend on pkg deps)
and then pkg deps this patch combines the two into a single set of
iterations by level. The only difference between src and pkg deps in this
new install_deps is how their deps list is found -- from the config or
lock file for src deps and from the neighbors of the vertex for pkg.
9 yıl önce
pvmart
1f725ffdfc
fix leaking hex_registry table
9 yıl önce
pvmart
a100be9a91
fix leaking ets tables when compilation failed
9 yıl önce
Tristan Sloughter
070f828e10
properly update locks for deps and ignore skip messages for locks
9 yıl önce
Tristan Sloughter
e941e170e4
small refactorings per Fred comments
9 yıl önce
Tristan Sloughter
1f72ddf042
remove commented out code
9 yıl önce
pvmart
278c0bdfa5
fix leaking ets tables caused by digraphs
9 yıl önce
Tristan Sloughter
ad463398dc
use correct rebar_state for a dep, not the top level state
9 yıl önce
Tristan Sloughter
073dbb71ec
handle new tests for mix package types (git/pkg)
9 yıl önce
Tristan Sloughter
cf22c7e941
track the parent of umbrella app dependencies
9 yıl önce
alisdair sullivan
2ac834367b
improve `--help' documentation for eunit provider
9 yıl önce
Tristan Sloughter
be4ae19fec
track parent app of deps and add tree provider to display the relations
9 yıl önce
alisdair sullivan
d6a011981e
add support for `rebar3 eunit --file=...'
9 yıl önce
Tristan Sloughter
aac4fa0e3c
only lock when running in the default profile
9 yıl önce
Tristan Sloughter
ab92f1a292
install package deps in same level/profile order as src deps
9 yıl önce
David Leach
da30a6e8c9
Modify parse_git_url to be more generic
Changes parse_git url function to use Using RFC3986 standard to validate
git uri instead of matching strings in function head. Also accepts scp
style syntax for parsing.
9 yıl önce
James Fish
fc6cc368c3
Fix some unknown functions/types dialyzer warnings
9 yıl önce
Tristan Sloughter
ecf6ad5524
fix no_return warnings
9 yıl önce
Tristan Sloughter
6fde1748b9
fix dialyzer warnings, except 'no local return' warnings
9 yıl önce
Fred Hebert
28a3f9849b
Detect missing EPMD, error, fallback and advise.
9 yıl önce
Tristan Sloughter
4bcab8ef96
add to deps tree help message that only packages are supported
9 yıl önce
Tristan Sloughter
125ff06b74
add tree option to deps command that prints pkg deps tree
9 yıl önce
Sean Cribbs
a9aca6190c
Fix description in "rebar3 new"
`template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found."
9 yıl önce
Tristan Sloughter
6d01729c68
upgrade depends on the lock provider and lock prv sets state
9 yıl önce
Tristan Sloughter
c7bb13f29b
keep correct Level for pkg deps of scm deps
9 yıl önce
Tristan Sloughter
8b24b49739
only use upgrade on default deps
9 yıl önce
Tristan Sloughter
4e966a6e67
sort versions of packages when printing
9 yıl önce
Tristan Sloughter
238442b57b
add ; to escaped chars in path
9 yıl önce
Tristan Sloughter
1e38bc0d0f
keep plugins dir as deps dir when compiling plugins+deps
9 yıl önce
Tristan Sloughter
f77457343a
fix find of deps for clean all
9 yıl önce
Tristan Sloughter
806f7f9219
include app.src.script in app discover and always use if available
9 yıl önce
Tristan Sloughter
7e4747109c
escape & in paths
9 yıl önce
pvmart
55d6aa2789
Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5
9 yıl önce
Tristan Sloughter
e64671686f
fix upgrade of newly added pkg dep from scm locked dep
9 yıl önce
Tristan Sloughter
90fbd6dbb9
add support for old format otp versions
9 yıl önce
Tristan Sloughter
6e9df6cc57
parse old format of OTP versions
9 yıl önce
Derek Brown
04fedc7422
Add functions to validate OTP release in use
In the spirit of Original Rebar's "require_min_otp_vsn", this adds
rebar_utils:check_min_otp_version/1 (taking a string containing the
minimum version) and rebar_utils:check_blacklisted_otp_versions/1
(taking a list of regular expression strings), as well as tests in
rebar_utils_SUITE. They're currently only called by the tests-
how/where to best place calls to them from non-test code needs to be
determined (at which point two corresponding rebar.config keys can be
supported). For example, the version probably shouldn't be enforced when
just running "rebar3 help".
10 yıl önce
pvmart
a757b68e28
Fix plugin upgrade when plugin mentioned only by its name
9 yıl önce
Richard Jones
9263b95f82
Tidy up "Linking.." messages during compile
Linking message will only be printed the first time the link or copy
actually happens.
Note:
rebar_file_utils:symlink_or_copy will now return 'exists'
instead of ok, if it did nothing because the link exists.
Nothing was checking the return value yet, so seemed reasonable.
9 yıl önce