Byaruhanga Franklin
2e2a37baf6
Added comments to explain the utf8 symbols Binary
9 年之前
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
9 年之前
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.
9 年之前
Tristan Sloughter
6e4ab1e723
Merge pull request #864 from ferd/fix-first-files-prefixes
Support proper paths in non-erl first files
9 年之前
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.
9 年之前
Fred Hebert
2754214bd3
Merge pull request #858 from tsloughter/certifi_priv
don't include certifi priv dir in escript, it is not needed
9 年之前
Tristan Sloughter
34a7767f17
don't include certifi priv dir in escript, it is not needed
9 年之前
Fred Hebert
8d1116e23b
Merge pull request #856 from tsloughter/hook_env
add ERLANG_ARCH and ERLANG_TARGET to os env for hooks
9 年之前
Tristan Sloughter
15c98a78c2
add ERLANG_ARCH and ERLANG_TARGET to os env for hooks
9 年之前
Fred Hebert
a74eb69a83
Merge pull request #852 from tsloughter/no_profile
print a warning if a profile in 'as' has no config entry
9 年之前
Tristan Sloughter
ea56749f73
Merge pull request #5 from ferd/tsloughter-no_profile
Tsloughter no profile
9 年之前
Fred Hebert
3c4ba63187
Tests for warnings
9 年之前
Fred Hebert
c4ec25cfaa
Merge branch 'no_profile' of https://github.com/tsloughter/rebar3 into tsloughter-no_profile
9 年之前
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
9 年之前
Tristan Sloughter
1337de6454
if not in a git repo but have 'git' as vsn, fallback to 0.0.0
9 年之前
Tristan Sloughter
625f76f4cd
print a warning if a profile in 'as' has no config entry
9 年之前
Fred Hebert
4177c75a7c
Bump to beta-3
9 年之前
Fred Hebert
1a4b8ef1a6
Merge pull request #828 from project-fifo/nice-dialyzer
Group dialyzer warnings by file and concentrate output
9 年之前
Tristan Sloughter
30465dd12b
Merge pull request #847 from zugolosian/disable_ssl_verify_option
Add support for disabling ssl verification for hex
9 年之前
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.
9 年之前
Tristan Sloughter
8495964a0a
Merge pull request #805 from talentdeficit/eunit_test_specs
eunit test provider
9 年之前
alisdair sullivan
2b799ba1c7
fix failing cover test
9 年之前
alisdair sullivan
420d804ea3
shiny and new test suite for eunit provider
9 年之前
alisdair sullivan
496986583c
fix test names in `eunit_test_SUITE`
9 年之前
alisdair sullivan
2a1e0dd07e
inject `eunit_compile_opts`, `eunit_first_files` and `TEST` macro
prior to running compile and compile prehooks
9 年之前
alisdair sullivan
9571605865
Revert "drop `eunit_first_files' and `eunit_compile_opts'. that's what"
This reverts commit dde60d491f
.
9 年之前
alisdair sullivan
9e9c4212ce
drop `eunit_first_files' and `eunit_compile_opts'. that's what
profiles are for
9 年之前
alisdair sullivan
a4e020d1ed
update shell completions for new eunit commands
9 年之前
alisdair sullivan
391d95d953
add `application' flag and additional tests
9 年之前
alisdair sullivan
de3651509c
add new eunit opts to `rebar.config.sample'
9 年之前
alisdair sullivan
8825e648e5
add `error_on_warning' option to eunit provider
9 年之前
alisdair sullivan
d080c96156
reworked eunit provider to allow access to full range of eunit tests
9 年之前
Heinz N. Gies
cb2ca4c144
Fix missing earlware_commons in .lock
9 年之前
Heinz N. Gies
cf70dbfd67
Add some documentaiton.
9 年之前
Heinz N. Gies
a08fd03d3f
Fix sub string highlighting for form positions
9 年之前
Heinz N. Gies
02a7dc4772
Add colour for 'the call comtains' message
9 年之前
Heinz N. Gies
2ab43014e8
Return legnth of the original warnings no the formated ones
9 年之前
Heinz N. Gies
3bbebfe730
Fix error messages that were not resetting color
9 年之前
Heinz N. Gies
c85edcdadb
Group dialyzer warnings by file and concentrate output
9 年之前
Fred Hebert
fe161128c4
Merge pull request #843 from tsloughter/relx_upgrade
upgrade relx. it wasn't creating nodetool
9 年之前
Tristan Sloughter
812d9940f5
upgrade relx. it wasn't creating nodetool
9 年之前
Fred Hebert
e5108872ae
Merge pull request #842 from tsloughter/vm_args
make short name the default in vmargs
9 年之前
Tristan Sloughter
cf78543991
Merge pull request #841 from tsloughter/dialyzer_warnings
fix dialyzer warnings
9 年之前
Tristan Sloughter
13e6563be4
make short name the default in vmargs
9 年之前
Tristan Sloughter
0839efda57
fix dialyzer warnings
9 年之前
Fred Hebert
f80dd6b88a
Merge pull request #840 from tsloughter/upgrade_children
only upgrade children and transitive children of dep being upgraded
9 年之前
Tristan Sloughter
90a06efa4f
add test to not upgrade unrelated transitive dep during upgrade
9 年之前
Tristan Sloughter
dfa668f211
only upgrade children and transitive children of dep being upgraded
This commit replaces the method of upgrading by unlocking all transitive
deps by one that utilizes the parent element of each app to only
unlock transitive deps of children of the top level deps being upgraded.
Additionally the run function of upgrade_SUITE is modified to only create
the mock updates before the upgrade provider is run, instead of before
any provider is run, which would cause improper behavior in install_deps.
9 年之前
Tristan Sloughter
b6afc1d33e
Merge pull request #839 from rebar/fix-shell-load
Shell handles all possible relx app formats
9 年之前
Fred Hebert
4e30b6f172
Shell handles all possible relx app formats
The list of applications in the relx config section could contain
tuples. The tuple will either contain a version constraint for the app,
the start type of the app or both.
This fix silently expands `{shell_apps, [Apps]}` to support the same
format.
9 年之前