Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1878 from ferd/autoreload-logger | Fred Hebert | 2018-09-10 | 2 | -3/+52 |
|\ | | | | | Reload logger config in shell | ||||
| * | Reload logger config in shell | Fred Hebert | 2018-09-10 | 2 | -3/+52 |
|/ | | | | | | | | | | | | | This requires some fancy dynamic work since the logger is started as part of the kernel and we lost the sys.config from users when working from there. We start conservatively by making it an optional thing, turning it on only where we know it to be safe. The changes are applied _after_ having loaded the rest of configs so if an inoffensive error happens, the shell works (with a bad error message) rather than plain exploding. | ||||
* | Merge pull request #1869 from GeraldXv/master | Fred Hebert | 2018-09-07 | 1 | -0/+1 |
|\ | | | | | add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings | ||||
| * | add report in the effects_code_generation, as it is the short form for both ↵ | Gerald Xv | 2018-09-05 | 1 | -0/+1 |
|/ | | | | report_errors and report_warnings | ||||
* | Merge pull request #1850 from ferd/helpful-includelib-error | Fred Hebert | 2018-08-03 | 1 | -3/+13 |
|\ | | | | | Friendlier output on include_lib errors | ||||
| * | 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 #1849 from ferd/bump-certifi | Fred Hebert | 2018-08-03 | 3 | -4/+9 |
|\ \ | | | | | | | Bump certifi | ||||
| * | | Bump certifi | Fred Hebert | 2018-08-02 | 3 | -4/+9 |
| |/ | | | | | | | Includes an update to parse_trans on an OTP-21 friendly version | ||||
* | | Merge pull request #1851 from shamis/erl_first_files_typo | Fred Hebert | 2018-08-03 | 1 | -1/+1 |
|\ \ | |/ |/| | fixed typo erl_first_files | ||||
| * | fixed typo erl_first_files | Shamis Shukoor | 2018-08-03 | 1 | -1/+1 |
|/ | |||||
* | 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 |