simonxu72
b81871c618
combine []/Opt case options into one @ get_git_options/0
6 years ago
simonxu72
f08e5f62ff
add git clone --reference path support
6 years ago
Fred Hebert
608a1aa865
Merge pull request #1780 from feng19/refresh_paths
smarter shell code reloading, add env options for refresh_paths & refresh_paths_blacklist
6 years ago
feng19
6c7e2e3826
remove some refresh_paths's options(no_deps and no_test) & use beam_lib:md5/1 to get the module's vsn
6 years ago
Fred Hebert
940b1c594f
Merge pull request #1828 from starbelly/erl_first_files_atom_support
Warn but succeed when atoms are passed to erl_first_files
6 years ago
Bryan Paxton
a8426aba8a
Fix for atoms in erl_first_files
6 years ago
Fred Hebert
5a3c8e5b3d
Back to git-based versioning
6 years ago
Fred Hebert
9ec901e47b
Bump to 3.6.1 -- fixing eperm issues
6 years ago
Fred Hebert
416176290b
Merge pull request #1827 from tsloughter/local-eperm
otp21 eperm fix for local install/upgrade, no need to set uid/gid
6 years ago
Tristan Sloughter
9a72b89ad2
otp21 eperm fix for local install/upgrade, no need to set uid/gid
6 years ago
Fred Hebert
8411577bdc
Merge pull request #1825 from tsloughter/copy-file-info
otp-21 eperm fix: bump of erlware_commons and relx
6 years ago
Tristan Sloughter
98fdf889f0
bump erlware_commons and relx for eperm otp-21 fix
6 years ago
feng19
482718b8bf
Bump to 3.6.0
- Introduce support of add and del operations for overrides
- OTP-21 compatibility
- Bump cth_readable for OTP-21 compat
- upgrade relx to 3.25.0
- upgrade bbmustache to 1.5.0
- run compile provider in default namespace from bare compiling (fixes
hooks for mix builds)
- Resolve string vs list crashing rebar3 in erl_first_files
- Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists
- Add hooks to the upgrade command
- Add --start-clean flag to rebar3 shell
- Auto-boot main app in OTP app project templates
- Use maps for child spec examples in templates
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQEzBAABCgAdFiEEFfxh/qz2x8+87+F7tRbgnB/zmQQFAlsparUACgkQtRbgnB/z
mQQXlgf/dcC5WKjjCV8l7ft+YrLuzNSOu2aDn6uXKzpqrNTnDpIxToY0nxW2hi+t
Fr/a8NJCEx3h/3WG7UwrSg+J3rGRZbVEPtx6/snAhLZml9py+O39u20Xeexey25n
shmjqLiVZ6lzTamYn1Myq5kTbmfvpD9OquvEvPU40tlpYwWCBzowOhNky9jAytWZ
asAguYB6cjqmLyvz6sJwD2eBtuCOiYpjmilD7Z/lfdooejEHhzxkgXt+ekwdnVGd
vqMZfIHe/+oYvDP5yB772OkakRSqM9Fa9b5KhcAtmGD0SYfO9a8E/KFo/D4YD8YG
C+4WlsvHTuiJZZ8m7R0b4aXpd07jIA==
=d7v7
-----END PGP SIGNATURE-----
Merge tag '3.6.0' into refresh_paths
Bump to 3.6.0
- Introduce support of add and del operations for overrides
- OTP-21 compatibility
- Bump cth_readable for OTP-21 compat
- upgrade relx to 3.25.0
- upgrade bbmustache to 1.5.0
- run compile provider in default namespace from bare compiling (fixes
hooks for mix builds)
- Resolve string vs list crashing rebar3 in erl_first_files
- Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists
- Add hooks to the upgrade command
- Add --start-clean flag to rebar3 shell
- Auto-boot main app in OTP app project templates
- Use maps for child spec examples in templates
6 years ago
Fred Hebert
4cb15b1967
Merge pull request #1821 from ferd/travis-otp-21.0
Add OTP-21.0 to Travis
6 years ago
Fred Hebert
db2053a3e0
Add OTP-21.0 to Travis
6 years ago
Fred Hebert
d778b6e361
Back to git-based versioning
6 years ago
Fred Hebert
38865da7ba
Bump to 3.6.0
6 years ago
Fred Hebert
2e2b3e72b4
Merge pull request #1819 from ferd/cth_readable-otp21-compat
Bump cth_readable for OTP-21 compat
6 years ago
Fred Hebert
bae3d7d03c
Bump cth_readable for OTP-21 compat
6 years ago
Fred Hebert
e8a8f19cce
Merge pull request #1818 from erlang/revert-1813-certifi-2.3.1
Revert "upgrade certifi to 2.3.1"
6 years ago
Tristan Sloughter
56979aac96
Revert "upgrade certifi to 2.3.1"
6 years ago
Fred Hebert
409dc3787d
Merge pull request #1816 from tsloughter/relx-3.25.0
upgrade relx to 3.25.0
6 years ago
Tristan Sloughter
458b1e11d5
upgrade relx to 3.25.0
6 years ago
Fred Hebert
60364fc617
Merge pull request #1813 from tsloughter/certifi-2.3.1
upgrade certifi to 2.3.1
6 years ago
Tristan Sloughter
e195e82442
upgrade certifi to 2.3.1
6 years ago
Fred Hebert
0053e9be97
Merge pull request #1812 from tsloughter/bb-1.5.0
upgrade bbmustache to 1.5.0
6 years ago
Tristan Sloughter
6527c8925f
upgrade bbmustache to 1.5.0
6 years ago
Fred Hebert
311ef912de
Merge pull request #1811 from starbelly/typespecs
Finish adding specs for private funs in rebar3.erl
6 years ago
Bryan Paxton
70f063dc15
Finish adding specs for private funs in rebar3.erl
- added type specs for following private functions:
- run/1
- set_options/2
- test_state/1
- safe_define_test_macro/1
- test_defined/1
6 years ago
Fred Hebert
7eb5d14d53
Merge pull request #1810 from tsloughter/bare-ns
run compile provider in default namespace from bare
6 years ago
Tristan Sloughter
a74dc021cc
run compile provider in default namespace from bare
6 years ago
Fred Hebert
ca36f30fe3
Merge pull request #1807 from starbelly/1645-erl_files_first_string_crashes_rebar3
Resolve string vs list crashing rebar3
6 years ago
Bryan Paxton
d1fc937515
Abort if erl_first_files is not a list of strings
- resolves #1645
6 years ago
Fred Hebert
2c10bc9724
Merge pull request #1809 from goncalotomas/master
Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists
6 years ago
Gonçalo Tomás
a18e5e3c86
fix #1808
6 years ago
Fred Hebert
e2e7f6542f
Merge pull request #1798 from juise/master
Introduce support of add and del operations under erl_opts directive
6 years ago
Fred Hebert
1af7750eab
Merge pull request #1802 from ferd/upgrade-hooks
Add hooks to the upgrade command
6 years ago
Fred Hebert
88907b3aca
Merge pull request #1803 from ferd/shell-start-clean
Add --start-clean flag to rebar3 shell
6 years ago
Fred Hebert
3762e085e9
Add --start-clean flag to rebar3 shell
Allows override of apps specified in other on-disk options. Equivalent
to `--apps=""`
Fixes #1785
6 years ago
Fred Hebert
06147af85b
Add hooks to the upgrade command
As requested in #1733
7 years ago
Alexander Petrovsky
ea50c24f61
Introduce support of add and del operations under erl_opts directive
7 years ago
Fred Hebert
b1b45ff926
Merge pull request #1797 from ferd/otp-21-rc2-support
Logger OTP-21-rc2 support
7 years ago
Fred Hebert
246b4baaca
Logger OTP-21-rc2 support
Also small output fix in rebar3 shell
7 years ago
Fred Hebert
8634faa516
Merge pull request #1795 from juise/juise-override_deps-test-fix
Fix override_deps test from suite rebar_compile_SUITE
7 years ago
Alexander Petrovsky
e876b42a98
Fix override_deps test from suite rebar_compile_SUITE
7 years ago
Fred Hebert
1979ce39c1
Merge pull request #1790 from ferd/autostart-shell-for-apps
Auto-boot main app in OTP app project templates
7 years ago
Fred Hebert
5170556eae
Merge pull request #1789 from CrowdHailer/patch-1
Use maps for child spec example
7 years ago
Peter Saxton
1b02e78fae
add tuple and comment for prior to OTP 18
7 years ago
Fred Hebert
0a0539ae2a
Auto-boot main app in OTP app project templates
People are starting to expect these niceties! It's also easier to drop
the config when you know it's there than add it when you don't know it
exists.
7 years ago
Peter Saxton
6bcbbf7526
Use maps for child spec example
7 years ago