alisdair sullivan
444fad5d98
detect failure to delete symlink on windows and delete properly
8 年之前
alisdair sullivan
9f8aec61b8
use new symlink functions in rebar_prv_compile
8 年之前
alisdair sullivan
99e20d0a35
refactor symlink creation util functions
8 年之前
alisdair sullivan
3eef93f50b
add idempotence check to rebar_file_utils symlink functions
8 年之前
alisdair sullivan
311c007de0
only create dir/symlink when creating app directories if required
8 年之前
alisdair sullivan
152c112108
utility method for conditional creation of symlinks or missing app dirs
8 年之前
alisdair sullivan
86e883b8d8
Merge pull request #1511 from vladdu/patch-2
minor fix: name of internal function
8 年之前
Vlad Dumitrescu
d4beb8edf1
fix "apps" name
8 年之前
alisdair sullivan
34697f1f84
Merge pull request #1512 from erlang/revert-1508-patch-1
Revert "List 'lock' command in man page"
8 年之前
alisdair sullivan
430db1f5fd
Revert "List 'lock' command in man page"
8 年之前
alisdair sullivan
ca3aa76a0e
Merge pull request #1508 from vladdu/patch-1
List 'lock' command in man page
8 年之前
Vlad Dumitrescu
b763a9e14a
minor fix: name of internal function
8 年之前
Vlad Dumitrescu
6f823c4d21
List 'lock' command in man page
8 年之前
Fred Hebert
3e66bbb1b9
Merge pull request #1506 from sirihansen/ct-single-testspec
Allow single test spec in ct_opts
8 年之前
Siri Hansen
64b5d878af
Allow single test spec in ct_opts
The option {spec,Specs} is allowed in ct_opts, but
rebar_prv_common_test:test_dirs did not take into account that Specs
could also be a string only, i.e. not a list of strings.
8 年之前
alisdair sullivan
df432584dd
Merge pull request #1505 from colrack/inetsdepfix
Properly warn on missing rebar3 deps: add inets
8 年之前
Carlo Carraro
3d9e5dff85
Properly warn on missing rebar3 deps: add inets
8 年之前
Fred Hebert
bd357bb510
Merge pull request #1504 from vladdu/patch-1
rebar_utils:escape_chars handles quotes
8 年之前
Vlad Dumitrescu
c6eea2bd46
rebar_utils:escape_chars handles quotes
rebar_file_utils:cp_r uses rebar_utils:escape_chars to ensure that the file names are safe to use, but it doesn't escape double and single quotes. If the file name includes those characters, they disappear when the shell processes them and we get "file not found" errors.
The main culprit here is eunit, that creates reports whose names are `TEST-file_"myfile.app".xml`, and I wish it didn't but I think escape_chars should still do its job all the way.
8 年之前
Fred Hebert
3a5f7091b2
Merge pull request #1503 from jfacorro/upgrade-help-fix-typo
Fix typo in help text for upagrde command
8 年之前
Juan Facorro
5411a67ee6
Fix typo in help text for upgrade command
8 年之前
Fred Hebert
363ae665dd
Merge pull request #1502 from tsloughter/vsn_warning
change package version warning to debug
8 年之前
Tristan Sloughter
695da1e0c2
change package version warning to debug
8 年之前
Fred Hebert
9e8256ba73
Merge pull request #1500 from ferd/fix-win-tests
Path-type sensitive .cmd creation
8 年之前
Fred Hebert
9f28bbe3c7
Path-type sensitive .cmd creation
8 年之前
alisdair sullivan
55b4b761af
Merge pull request #1494 from ferd/escript-generate-cmd-win32
Windows escripts get cmd autogenerated
8 年之前
Fred Hebert
a4df4ece16
Merge pull request #1499 from ferd/avoid-clean-wildcard-apps
More fixes for bad calls to find_apps
8 年之前
Fred Hebert
7c125d95f0
More fixes for bad calls to find_apps
8 年之前
alisdair sullivan
b810909314
Merge pull request #1497 from ferd/rebar-config-override-root
REBAR_CONFIG impacts file project root only
8 年之前
alisdair sullivan
1376967687
Merge pull request #1498 from ferd/avoid-clean-wildcard-apps
Fix wildcard usage in rebar3 clean
8 年之前
Fred Hebert
66a2439196
Fix wildcard usage in rebar3 clean
The wildcard usage could fail on some OSes by being passed directly and
just not finding libs and erroring out
8 年之前
Fred Hebert
e6193b4903
Merge branch 'escript-generate-cmd-win32' of https://github.com/ferd/rebar3 into escript-generate-cmd-win32
8 年之前
alisdair sullivan
ffeb682886
Merge pull request #1496 from ferd/bump-cth-readable
Bump cth_readable to 1.2.4
8 年之前
Fred Hebert
af426acec1
Bump cth_readable to 1.2.4
Fixes an issue where some skipped test suites could end up misreported
as the previous suite. See
https://github.com/ferd/cth_readable/issues/10
8 年之前
Fred Hebert
0bc0aeba9c
REBAR_CONFIG impacts file project root only
8 年之前
Fred Hebert
7918be19c3
Merge pull request #1486 from ferd/src_dir-is-respected
Add respect for src_dirs option in app_discover and app_info
8 年之前
Fred Hebert
e82ef746a6
Windows escripts get cmd autogenerated
This also patches up a problem for hooks when dealing with directories
with spaces in them, and reduces complexity of bootstrap file.
8 年之前
Fred Hebert
f60a377b5d
make the hook for windows work
8 年之前
Fred Hebert
81b6c0f6b6
WIP windows escripts get cmd autogenerated
8 年之前
Fred Hebert
ab1f93d6fa
Fix default .app.src file for rebar_app_info
The finding of the file was done based on an assumed 'src' path which
may not be correct. This patch instead replaces the value with a lookup
in configured paths and returns the first that matches to an existing
file.
8 年之前
Fred Hebert
1810ae30ab
Fix detection of src_dirs in unknown apps/deps
First find the rebar.config file, and if any data is found, check for
src_dirs config. If nothing is there or no app is found, default to src/
8 年之前
Fred Hebert
e498f603df
Fix plugins usage to support src_dirs options
8 年之前
Fred Hebert
d80c3f4da1
For convenience add appinfo default src_dir lookup
This makes rebar_prv_install_deps able to support more src_dir configs
8 年之前
Fred Hebert
c64c88f262
Add respect for src_dirs option in app_discover
This lets people who use custom directories layout without leaving the
.app.src in src/ to still see their app build.
8 年之前
Fred Hebert
4725d363c5
Merge pull request #1474 from talentdeficit/properly_skip_tests
use proper skips in compiler tests that use unavailable functions
8 年之前
Fred Hebert
4730440dfe
Merge pull request #1473 from ferd/global-plugin-tpl-support
Add support for global plugin-defined templates
8 年之前
alisdair sullivan
5932c9608f
use proper skips in compiler tests that use unavailable functions
8 年之前
Fred Hebert
59a7bb5165
Add support for global plugin-defined templates
Did not really know how to automate the testing for this, did it by
hand.
8 年之前
Fred Hebert
b6bd27f2ff
Merge pull request #1472 from talentdeficit/REBAR-1469
catch badarg exception from eunit in `rebar_prv_eunit`
8 年之前
alisdair sullivan
5da09d2d44
catch badarg exception from eunit in `rebar_prv_eunit`
fixes #1469
8 年之前