Tristan Sloughter
d119cfcf25
Merge pull request #904 from talentdeficit/soft_purge_opt
add an option to soft purge rather than purge old code
il y a 9 ans
Tristan Sloughter
e5aa04f278
fix #903 : use app discover of entire plugins dir when listing
il y a 9 ans
alisdair sullivan
d8be03ab6a
fixes for cover under new compiler/eunit/ct
* only try to cover compile directories that actually exist
* recover from failures where source files don't contain required
attributes for cover compilation and print warning
il y a 9 ans
alisdair sullivan
67bf54d04d
add an option to soft purge rather than purge old code
at the cost of some SASL warnings this prevents rebar3 from terminating
processes when reloading their code before running tests
il y a 9 ans
Fred Hebert
e72e46fc9d
Merge pull request #895 from talentdeficit/delay_eunit_validation
delay validation of eunit tests until just before running
il y a 9 ans
Heinz N. Gies
afd2b9b4fb
Fixed error log formating
il y a 9 ans
Heinz N. Gies
8d22f7d368
Update bootstrap script to include cf
il y a 9 ans
Heinz N. Gies
04be3f5963
Make output a bit more discrete
il y a 9 ans
Tristan Sloughter
9bbab27819
Merge pull request #901 from talentdeficit/prevent_purge_termination
prevent rebar3 from reloading it's own path and terminating itself
il y a 9 ans
alisdair sullivan
31cc213b81
prevent rebar3 from reloading it's own path and terminating itself
prevents code reloading by temporary marking of rebar3's ebin dir
as sticky during code refresh
il y a 9 ans
James Fish
d48f02dbc4
Rebuild PLT when beams no longer exist
il y a 9 ans
Tristan Sloughter
591b018258
Merge pull request #896 from talentdeficit/test_bootstrap
move test profile bootstrap into core
il y a 9 ans
Tristan Sloughter
d2be2f2b72
Merge pull request #898 from talentdeficit/dedup_src_dirs
dedup `src_dirs` and `extra_src_dirs` on read
il y a 9 ans
alisdair sullivan
edfa4427a3
dedup `src_dirs` and `extra_src_dirs` on read
il y a 9 ans
alisdair sullivan
17e26f7265
delay validation of eunit tests until just before running
il y a 9 ans
alisdair sullivan
3fc51b912c
move test profile bootstrap into core
il y a 9 ans
Fred Hebert
12dbed8311
Merge pull request #890 from tsloughter/clean_app_fix
only clean project apps once even when doing --all
il y a 9 ans
Tristan Sloughter
3f7886abe0
only clean project apps once even when doing --all
il y a 9 ans
Tristan Sloughter
c88c373e49
Merge pull request #883 from talentdeficit/erlc_compiler_refactor
compiler refactor/eunit & ct fixes
il y a 9 ans
alisdair sullivan
dee2392e13
remove unnecessary filtering of checkapps from project apps in `rebar_prv_eunit`
il y a 9 ans
alisdair sullivan
3bf52241bd
restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit`
il y a 9 ans
alisdair sullivan
d1409d0b3b
refactor `rebar_erlc_compiler`
* modify compiler interface to work on either application objects or
directories containing source files
* compile all sources in `src_dirs` to the application `ebin` dir and
all sources in `extra_src_dirs` to a directory mirroring it's
position in the app's `_build` directory. for example, `apps/foo/more`
would compile to `_build/default/lib/foo/more`
for `extra_src_dirs` in the root of a project with multiple
applications (so orphan directories that don't "belong" to an
application) compile to `_build/default/extras/more`
* copy directories specified in `extra_src_dirs` into the `_build`
directory so tools like `ct` and `xref` that expect source to be
in a particular location still work
* clean compiled artifacts from all `extra_src_dirs`
* alter `eunit`, `ct` and `cover` to work with the new directory
structure
* billions of new tests
il y a 9 ans
alisdair sullivan
621d8a9485
Revert "add an export to allow specifing arbitrary extra erl files to be compiled"
This reverts commit 9d82215296
.
il y a 9 ans
Fred Hebert
208be2d166
Merge pull request #886 from tsloughter/pkg_update
return more useful error message (failed to download) when pkg http req fails
il y a 9 ans
Tristan Sloughter
d6ea1e7df4
return more useful error message (failed to download) when pkg http req fails
il y a 9 ans
Fred Hebert
97ae8d6595
Merge pull request #881 from project-fifo/cf-update
Bump cf for fixing #879
il y a 9 ans
Heinz N. Gies
3907a08fb8
Bump cf for fixing #879
il y a 9 ans
Tristan Sloughter
40f3f883a8
Merge pull request #877 from ferd/fix-checkouts-relx
Allow non-default checkouts dir for relx
il y a 9 ans
Fred Hebert
6637ec4548
Allow non-default checkouts dir for relx
fixes #872
il y a 9 ans
Fred Hebert
e0d7f262ac
Merge pull request #867 from byaruhaf/patch-1
Fix for issue #859 - unicode rendering of deps tree based on PR #865
il y a 9 ans
Byaruhanga Franklin
2e2a37baf6
Added comments to explain the utf8 symbols Binary
il y a 9 ans
Byaruhanga Franklin
d63d285e8b
removing the /utf8 flag and using the the exact utf-8 value in bytes
removing the /utf8 flag and using the the exact utf-8 value in bytes to make it compatible with compilers <17
il y a 9 ans
Byaruhanga Franklin
aff273316d
Fix for issue #859 - unicode rendering of deps tree based on PR #865
Fix for issue #859 - unicode rendering of deps tree based on PR #865
modified PR #865 to the /utf8 flag indicates this is supposed to be a UTF8 string.
il y a 9 ans
Tristan Sloughter
6e4ab1e723
Merge pull request #864 from ferd/fix-first-files-prefixes
Support proper paths in non-erl first files
il y a 9 ans
Fred Hebert
4ad998b718
Support proper paths in non-erl first files
This passes the directory to the option to ensure it works with more
than configs at the root of the project.
il y a 9 ans
Fred Hebert
2754214bd3
Merge pull request #858 from tsloughter/certifi_priv
don't include certifi priv dir in escript, it is not needed
il y a 9 ans
Tristan Sloughter
34a7767f17
don't include certifi priv dir in escript, it is not needed
il y a 9 ans
Fred Hebert
8d1116e23b
Merge pull request #856 from tsloughter/hook_env
add ERLANG_ARCH and ERLANG_TARGET to os env for hooks
il y a 9 ans
Tristan Sloughter
15c98a78c2
add ERLANG_ARCH and ERLANG_TARGET to os env for hooks
il y a 9 ans
Fred Hebert
a74eb69a83
Merge pull request #852 from tsloughter/no_profile
print a warning if a profile in 'as' has no config entry
il y a 9 ans
Tristan Sloughter
ea56749f73
Merge pull request #5 from ferd/tsloughter-no_profile
Tsloughter no profile
il y a 9 ans
Fred Hebert
3c4ba63187
Tests for warnings
il y a 9 ans
Fred Hebert
c4ec25cfaa
Merge branch 'no_profile' of https://github.com/tsloughter/rebar3 into tsloughter-no_profile
il y a 9 ans
Fred Hebert
2b228fafce
Merge pull request #854 from tsloughter/git_vsn
if not in a git repo but have 'git' as vsn, fallback to 0.0.0
il y a 9 ans
Tristan Sloughter
1337de6454
if not in a git repo but have 'git' as vsn, fallback to 0.0.0
il y a 9 ans
Tristan Sloughter
625f76f4cd
print a warning if a profile in 'as' has no config entry
il y a 9 ans
Fred Hebert
4177c75a7c
Bump to beta-3
il y a 9 ans
Fred Hebert
1a4b8ef1a6
Merge pull request #828 from project-fifo/nice-dialyzer
Group dialyzer warnings by file and concentrate output
il y a 9 ans
Tristan Sloughter
30465dd12b
Merge pull request #847 from zugolosian/disable_ssl_verify_option
Add support for disabling ssl verification for hex
il y a 9 ans
David Leach
d3e83b7a9e
Add support for disabling ssl verification for hex
Uses global rebar config to see if user wishes to disable ssl verfication.
If {ssl_verify, false} is present certificates will not be verified.
il y a 9 ans