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 年之前 |
Fred Hebert
|
18c395ff15
|
Symlink existing default deps when in new profile
Should fix #360
|
10 年之前 |
Viacheslav V. Kovalev
|
29a855d31c
|
Revert accidentially changed formatting
|
10 年之前 |
Viacheslav V. Kovalev
|
d821757152
|
Merge remote-tracking branch 'my/app-discover-profile-duplication' into app-discover-profile-duplication
|
10 年之前 |
Viacheslav Kovalev
|
e255529da5
|
Get rid of rebar_utils:tup_umerge/2 patching
|
10 年之前 |
Viacheslav V. Kovalev
|
0b682e364d
|
Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl2404/rebar3 into app-discover-profile-duplication
Conflicts:
test/rebar_profiles_SUITE.erl
|
10 年之前 |
Viacheslav Kovalev
|
82b0d4b7b2
|
Implement opts umerge deduplication
|
10 年之前 |
Viacheslav V. Kovalev
|
83d738a829
|
Implement some test on profiles deduplication
|
10 年之前 |
Tristan Sloughter
|
a3d4cc1259
|
track and cleanup code paths for different contexts
|
10 年之前 |
Viacheslav V. Kovalev
|
b725711d63
|
Implement some test on profiles deduplication
|
10 年之前 |
Viacheslav V. Kovalev
|
381c6f4779
|
Correctly deduplicate profiles when applying
Conflicts:
src/rebar_state.erl
|
10 年之前 |
Fred Hebert
|
31ef4c4916
|
Merge pull request #357 from tsloughter/erl_first_files
fix erl_first_files to check entire path of file
|
10 年之前 |
Fred Hebert
|
b5ef1c09d7
|
Merge pull request #356 from tsloughter/compile_pre_hooks
run project wide pre-compile hooks after deps have compiled
|
10 年之前 |
Tristan Sloughter
|
b8c1cb2bf0
|
fix erl_first_files to check entire path of file
|
10 年之前 |
Tristan Sloughter
|
9e59abacf3
|
run project wide pre-compile hooks after deps have compiled
|
10 年之前 |
Fred Hebert
|
520855ee42
|
Merge pull request #351 from tsloughter/dep_hooks
set the dep as the project app before running hooks
|
10 年之前 |
Fred Hebert
|
71dfa8eca6
|
Merge pull request #353 from tsloughter/dup_hooks
don't duplicate hooks for top level app
|
10 年之前 |
Tristan Sloughter
|
8ed91ab761
|
improve erlydtl source and out dir discovery
|
10 年之前 |
Tristan Sloughter
|
2667dbdd0b
|
don't duplicate hooks for top level app
|
10 年之前 |
Fred Hebert
|
ff47ccdd0f
|
Merge pull request #348 from tsloughter/ignore_optional_hex
ignore optional deps for now
|
10 年之前 |
Viacheslav V. Kovalev
|
cb14a33fdd
|
Do not duplicate profile when applying.
|
10 年之前 |