Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Friendlier output on include_lib errors | Fred Hebert | 2018-08-03 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | Turns output like this: ===> Compiling apps/c/src/c.erl failed apps/c/src/c.erl:3: can't find include lib "parse_trans/include/codegen.hrl" Into: ===> Compiling apps/c/src/c.erl failed apps/c/src/c.erl:3: can't find include lib "parse_trans/include/codegen.hrl"; Make sure parse_trans is in your app file's 'applications' list Which is likely going to help newcomers encountering issues. | ||||
* | Merge pull request #1780 from feng19/refresh_paths | Fred Hebert | 2018-07-11 | 1 | -24/+85 |
|\ | | | | | smarter shell code reloading, add env options for refresh_paths & refresh_paths_blacklist | ||||
| * | remove some refresh_paths's options(no_deps and no_test) & use ↵ | feng19 | 2018-07-11 | 1 | -24/+8 |
| | | | | | | | | beam_lib:md5/1 to get the module's vsn | ||||
| * | Merge tag '3.6.0' into refresh_paths | feng19 | 2018-06-21 | 22 | -103/+598 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | add option(refresh_paths & refresh_paths_blacklist) for support set ↵ | feng19 | 2018-05-07 | 1 | -24/+101 |
| | | | | | | | | | | | | refresh_paths when recompile | ||||
* | | | Merge pull request #1828 from starbelly/erl_first_files_atom_support | Fred Hebert | 2018-06-28 | 1 | -1/+20 |
|\ \ \ | | | | | | | | | Warn but succeed when atoms are passed to erl_first_files | ||||
| * | | | Fix for atoms in erl_first_files | Bryan Paxton | 2018-06-28 | 1 | -1/+20 |
|/ / / | |||||
* | | | Back to git-based versioning | Fred Hebert | 2018-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Bump to 3.6.1 -- fixing eperm issues | Fred Hebert | 2018-06-25 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1827 from tsloughter/local-eperm | Fred Hebert | 2018-06-25 | 1 | -7/+1 |
|\ \ \ | | | | | | | | | otp21 eperm fix for local install/upgrade, no need to set uid/gid | ||||
| * | | | otp21 eperm fix for local install/upgrade, no need to set uid/gid | Tristan Sloughter | 2018-06-25 | 1 | -7/+1 |
|/ / / | |||||
* | | | Merge pull request #1825 from tsloughter/copy-file-info | Fred Hebert | 2018-06-23 | 2 | -6/+6 |
|\ \ \ | | | | | | | | | otp-21 eperm fix: bump of erlware_commons and relx | ||||
| * | | | bump erlware_commons and relx for eperm otp-21 fix | Tristan Sloughter | 2018-06-23 | 2 | -6/+6 |
|/ / / | |||||
* | | | Merge pull request #1821 from ferd/travis-otp-21.0 | Fred Hebert | 2018-06-20 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Add OTP-21.0 to Travis | ||||
| * | | | Add OTP-21.0 to Travis | Fred Hebert | 2018-06-20 | 1 | -0/+2 |
|/ / / | |||||
* | | | Back to git-based versioning | Fred Hebert | 2018-06-19 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Bump to 3.6.0 | Fred Hebert | 2018-06-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1819 from ferd/cth_readable-otp21-compat | Fred Hebert | 2018-06-19 | 2 | -3/+3 |
|\ \ | | | | | | | Bump cth_readable for OTP-21 compat | ||||
| * | | Bump cth_readable for OTP-21 compat | Fred Hebert | 2018-06-19 | 2 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1818 from erlang/revert-1813-certifi-2.3.1 | Fred Hebert | 2018-06-19 | 3 | -10/+4 |
|\ \ | | | | | | | Revert "upgrade certifi to 2.3.1" | ||||
| * | | Revert "upgrade certifi to 2.3.1" | Tristan Sloughter | 2018-06-19 | 3 | -10/+4 |
|/ / | |||||
* | | Merge pull request #1816 from tsloughter/relx-3.25.0 | Fred Hebert | 2018-06-19 | 2 | -3/+3 |
|\ \ | | | | | | | upgrade relx to 3.25.0 | ||||
| * | | upgrade relx to 3.25.0 | Tristan Sloughter | 2018-06-19 | 2 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1813 from tsloughter/certifi-2.3.1 | Fred Hebert | 2018-06-12 | 3 | -4/+10 |
|\ \ | | | | | | | upgrade certifi to 2.3.1 | ||||
| * | | upgrade certifi to 2.3.1 | Tristan Sloughter | 2018-06-12 | 3 | -4/+10 |
|/ / | |||||
* | | Merge pull request #1812 from tsloughter/bb-1.5.0 | Fred Hebert | 2018-06-12 | 2 | -3/+3 |
|\ \ | | | | | | | upgrade bbmustache to 1.5.0 | ||||
| * | | upgrade bbmustache to 1.5.0 | Tristan Sloughter | 2018-06-12 | 2 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1811 from starbelly/typespecs | Fred Hebert | 2018-06-11 | 1 | -0/+5 |
|\ \ | | | | | | | Finish adding specs for private funs in rebar3.erl | ||||
| * | | Finish adding specs for private funs in rebar3.erl | Bryan Paxton | 2018-06-11 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added type specs for following private functions: - run/1 - set_options/2 - test_state/1 - safe_define_test_macro/1 - test_defined/1 | ||||
* | | | Merge pull request #1810 from tsloughter/bare-ns | Fred Hebert | 2018-06-08 | 2 | -2/+21 |
|\ \ \ | |/ / | | | | run compile provider in default namespace from bare | ||||
| * | | run compile provider in default namespace from bare | Tristan Sloughter | 2018-06-08 | 2 | -2/+21 |
|/ / | |||||
* | | Merge pull request #1807 from ↵ | Fred Hebert | 2018-06-08 | 3 | -3/+27 |
|\ \ | | | | | | | | | | | | | starbelly/1645-erl_files_first_string_crashes_rebar3 Resolve string vs list crashing rebar3 | ||||
| * | | Abort if erl_first_files is not a list of strings | Bryan Paxton | 2018-06-08 | 3 | -3/+27 |
|/ / | | | | | | | - resolves #1645 | ||||
* | | Merge pull request #1809 from goncalotomas/master | Fred Hebert | 2018-06-08 | 1 | -20/+34 |
|\ \ | | | | | | | Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists | ||||
| * | | fix #1808 | Gonçalo Tomás | 2018-06-08 | 1 | -20/+34 |
|/ / | |||||
* | | Merge pull request #1798 from juise/master | Fred Hebert | 2018-06-06 | 2 | -38/+432 |
|\ \ | | | | | | | Introduce support of add and del operations under erl_opts directive | ||||
| * | | Introduce support of add and del operations under erl_opts directive | Alexander Petrovsky | 2018-05-31 | 2 | -38/+432 |
| | | | |||||
* | | | Merge pull request #1802 from ferd/upgrade-hooks | Fred Hebert | 2018-06-06 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | Add hooks to the upgrade command | ||||
| * | | | Add hooks to the upgrade command | Fred Hebert | 2018-06-05 | 1 | -0/+13 |
| |/ / | | | | | | | | | | As requested in #1733 | ||||
* | | | Merge pull request #1803 from ferd/shell-start-clean | Fred Hebert | 2018-06-05 | 1 | -2/+10 |
|\ \ \ | |/ / |/| | | Add --start-clean flag to rebar3 shell | ||||
| * | | Add --start-clean flag to rebar3 shell | Fred Hebert | 2018-06-05 | 1 | -2/+10 |
|/ / | | | | | | | | | | | | | Allows override of apps specified in other on-disk options. Equivalent to `--apps=""` Fixes #1785 | ||||
* | | Merge pull request #1797 from ferd/otp-21-rc2-support | Fred Hebert | 2018-05-30 | 3 | -4/+4 |
|\ \ | | | | | | | Logger OTP-21-rc2 support | ||||
| * | | Logger OTP-21-rc2 support | Fred Hebert | 2018-05-30 | 3 | -4/+4 |
| | | | | | | | | | | | | Also small output fix in rebar3 shell | ||||
* | | | Merge pull request #1795 from juise/juise-override_deps-test-fix | Fred Hebert | 2018-05-30 | 1 | -6/+7 |
|\ \ \ | |/ / |/| | | Fix override_deps test from suite rebar_compile_SUITE | ||||
| * | | Fix override_deps test from suite rebar_compile_SUITE | Alexander Petrovsky | 2018-05-30 | 1 | -6/+7 |
|/ / | |||||
* | | Merge pull request #1790 from ferd/autostart-shell-for-apps | Fred Hebert | 2018-05-20 | 2 | -1/+8 |
|\ \ | | | | | | | Auto-boot main app in OTP app project templates | ||||
| * | | Auto-boot main app in OTP app project templates | Fred Hebert | 2018-05-20 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #1789 from CrowdHailer/patch-1 | Fred Hebert | 2018-05-20 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Use maps for child spec example | ||||
| * | | add tuple and comment for prior to OTP 18 | Peter Saxton | 2018-05-20 | 1 | -0/+2 |
| | | | |||||
| * | | Use maps for child spec example | Peter Saxton | 2018-05-20 | 1 | -1/+2 |
|/ / |