Fred Hebert
750bd6bec6
Merge pull request #383 from ferd/kovyl2404-app-discover-profile-duplication
Kovyl2404 app discover profile duplication
10年前
Fred Hebert
17d94e0e61
Merge pull request #386 from tsloughter/relx_templates
include relx templates in escript
10年前
Tristan Sloughter
ef9362dfc0
include relx templates in escript
10年前
Fred Hebert
b3c14675c1
Fix dupes in deps provider, support atom pkgs
Whenever files were being locked *and* provided in rebar.config
duplicates could be printed. This is taken care of.
Also whenever atom packages were being used, they would cause the merge
step to fail. The new format does proper name-based deduplication of
resources, giving priority to locks to work.
ModificatioN/needs-update support is still in.
This may also act as a fix for #341 , if automation isn't required too
much.
10年前
Fred Hebert
681c8f7189
Adding directory path test for deduplication
10年前
Fred Hebert
5920ee29be
Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl2404/rebar3 into kovyl2404-app-discover-profile-duplication
10年前
Fred Hebert
9b770b8967
Merge pull request #381 from tsloughter/upgrade_branch
on upgrade of git branch check against remote
10年前
Tristan Sloughter
d4c7dea735
only fetch branch needed, remove rebar_vsn_plugins from erlware_commons
10年前
Tristan Sloughter
214d6c9797
on upgrade of git branch check against remote
10年前
Fred Hebert
b4b6638ba9
Merge pull request #382 from tsloughter/upgrade_relx
upgrade relx dep to latest mustache branch commit
10年前
Tristan Sloughter
f61b129909
upgrade relx dep to latest mustache branch commit
10年前
Fred Hebert
99cd24f8a1
Merge pull request #379 from tsloughter/rm_erlydtl
Remove erlydtl and replace with mustache
10年前
Fred Hebert
6192feea27
Merge pull request #375 from tsloughter/kejv-support-parse-transforms
enable parse transformations in rebar config
10年前
Viacheslav V. Kovalev
33736f32a9
Merge branch 'master' into app-discover-profile-duplication
Conflicts:
test/rebar_profiles_SUITE.erl
10年前
Fred Hebert
7645a1118f
Merge pull request #378 from tsloughter/loading_registry
don't load package registry unless there are pkg deps to solve
10年前
Tristan Sloughter
2e5496f5f5
remove use of erlydtl in rebar
10年前
Tristan Sloughter
bce924e04a
don't load package registry unless there are pkg deps to solve
10年前
James Fish
576e42e8be
Write dialyzer warnings to file
10年前
James Fish
e60f8d1af3
Error on dialyzer unknown warnings like rebar2
10年前
Tristan Sloughter
becf29a5ac
enable parse transformations in rebar config
10年前
Fred Hebert
212b23b889
Merge pull request #373 from tsloughter/checkouts_rel
include _checkouts in release lib dirs if it exists
10年前
Tristan Sloughter
ae7d1ca1ea
include _checkouts in release lib dirs if it exists
10年前
Tristan Sloughter
521fc144ae
Merge pull request #371 from tsloughter/fetch_app_details
read in application details into app_info after fetch
10年前
Tristan Sloughter
459746c5b1
Merge pull request #372 from ferd/optimize-topsorting
Avoid topsorting deps twice
10年前
Fred Hebert
bbb6bb2d90
Avoid topsorting deps twice
They can be culled and reused in one sort pass.
10年前
Tristan Sloughter
164cff4063
read in application details into app_info after fetch
10年前
Fred Hebert
b0fc3aeb2e
Merge pull request #369 from tsloughter/noescript
support templates even when not run as escript
10年前
Tristan Sloughter
f491e70cb8
support templates even when not run as escript
10年前
Tristan Sloughter
557de99d6c
Merge pull request #368 from ferd/fix-upgrade-promote
handle transitive deps being promoted
10年前
Fred Hebert
5d1634448c
handle transitive deps being promoted
10年前
Fred Hebert
e79397eaeb
Merge pull request #367 from tsloughter/merge_locks
merge_locks crashed if a config didn't have a deps entry
10年前
Tristan Sloughter
ee0f4dcd60
merge_locks crashed if a config didn't have a deps entry
10年前
Fred Hebert
c220753f9e
Merge pull request #366 from tsloughter/no_header_warn
remove warning if header not found, could be in a macro
10年前
Fred Hebert
578a27f506
Merge pull request #365 from tsloughter/otp18
Support 18.0+
10年前
Tristan Sloughter
d94c561627
remove warning if header not found, could be in a macro
10年前
Tristan Sloughter
26161bc1ac
support for 18.0+
10年前
Tristan Sloughter
bd2f8bbc5e
print and halt on compile error
10年前
Fred Hebert
302670da70
Merge pull request #363 from RJ/list-templates
fix template listing (re-add escript_incl_extra)
10年前
Richard Jones
8996084cb5
Re-add escript_incl_extra, for templates
Fixes regression from 3a63bec39f (diff-31d7a50c99c265ca2793c20961b60979L4)
which meant listing templates doesn't work (rebar3 new help)
10年前
Fred Hebert
3a63bec39f
Merge pull request #358 from tsloughter/build_with_rebar3
real bootstrapping
10年前
Tristan Sloughter
7b723d3a87
update readme instructions
10年前
Tristan Sloughter
605b7e9f7f
remove makefile
10年前
Tristan Sloughter
390d1afb77
update readme provider
10年前
Tristan Sloughter
acf8c5ce65
update readme bootstrap instructions
10年前
Tristan Sloughter
e5988f69e0
R15 support, replace unsetenv with putenv empty string
10年前
Tristan Sloughter
16e9b3ffa2
fix tracking of all profiles dep paths
10年前
Tristan Sloughter
4374999d95
real bootstrapping
10年前
Tristan Sloughter
0537a0699d
Merge pull request #354 from tsloughter/track_code_path
Track code path
10年前
Tristan Sloughter
de77225b49
Merge pull request #361 from ferd/symlink-default-fix
Symlink existing default deps when in new profile
10年前
Tristan Sloughter
12bd412c22
add_deps_to_patha nd restore_code_path added to api
10年前