Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use proper skips in compiler tests that use unavailable functions | alisdair sullivan | 2017-02-05 | 1 | -17/+29 |
| | |||||
* | Go back to git-generated version | Fred Hebert | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Bump to 3.3.5 | Fred Hebert | 2017-02-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1466 from ferd/unicode-paths-in-update | alisdair sullivan | 2017-02-03 | 1 | -2/+2 |
|\ | | | | | Fix printing path with unicode names in prv_update | ||||
| * | Fix printing path with unicode names in prv_update | Fred Hebert | 2017-02-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1463 from varnerac/cover_exclude_apps | Fred Hebert | 2017-01-30 | 3 | -14/+23 |
|\ | | | | | Allow exclusion of apps in cover | ||||
| * | Allow exclusion of apps in cover | Drew Varner | 2017-01-30 | 3 | -14/+23 |
| | | | | | | | | | | Adds a new option `{cover_excl_apps, Apps}` to exclude apps from coverage analysis by name. | ||||
* | | Merge pull request #1460 from ferd/add-regression | Fred Hebert | 2017-01-29 | 1 | -1/+36 |
|\ \ | | | | | | | Add regression test for #1410 | ||||
| * | | Make test work on all OTPs | Fred Hebert | 2017-01-29 | 1 | -1/+4 |
| | | | |||||
| * | | Add regression for #1410 | Fred Hebert | 2017-01-29 | 1 | -1/+33 |
|/ / | |||||
* | | Merge pull request #1461 from talentdeficit/erl_compiler_opts_env_detection | Fred Hebert | 2017-01-29 | 2 | -8/+115 |
|\ \ | | | | | | | consider `ERL_COMPILER_OPTIONS` when recompiling | ||||
| * | | comment `ERL_COMPILER_OPTIONS` tests | alisdair sullivan | 2017-01-28 | 1 | -0/+9 |
| | | | |||||
| * | | consider `ERL_COMPILER_OPTIONS` when recompiling | alisdair sullivan | 2017-01-28 | 2 | -8/+106 |
|/ / | | | | | | | | | | | on 19.x forward the compiler should now take into consideration the value of the environment variable `ERL_COMPILER_OPTIONS` when deciding whether or not to recompile a module | ||||
* | | Merge pull request #1459 from ferd/fix-nightly-readme-note | Fred Hebert | 2017-01-28 | 1 | -2/+2 |
|\ \ | | | | | | | The stable URL is for stable releases since 3.0.0 | ||||
| * | | The stable URL is for stable releases since 3.0.0 | Fred Hebert | 2017-01-28 | 1 | -2/+2 |
|/ / | | | | | | | Addresses issue #1330 | ||||
* | | Merge pull request #1458 from ferd/survive-edoc-crashes | Fred Hebert | 2017-01-27 | 14 | -10/+320 |
|\ \ | | | | | | | Survive EDoc crashes | ||||
| * | | Survive EDoc crashes | Fred Hebert | 2017-01-27 | 14 | -10/+320 |
|/ / | | | | | | | | | | | | | | | | | | | | | Instead of a hard crash, display an error message indicating which app failed. We can't report the exact failure; only EDoc does it to stdout itself and we can't capture it. Pre/Post hooks are run properly despite the failure, as per escript and compile providers. | ||||
* | | Merge pull request #1451 from ferd/manpages | alisdair sullivan | 2017-01-27 | 2 | -0/+448 |
|\ \ | | | | | | | Add manpage for rebar3 | ||||
| * | | Add manpage for rebar3 | Fred Hebert | 2017-01-21 | 2 | -0/+448 |
| | | | | | | | | | | | | With peer script to help autogenerate commands from providers | ||||
* | | | Merge pull request #1449 from ferd/fix-localinstall-tpl-path | alisdair sullivan | 2017-01-27 | 2 | -7/+16 |
|\ \ \ | | | | | | | | | See template local install same builtin as escript | ||||
| * | | | See template local install same builtin as escript | Fred Hebert | 2017-01-21 | 2 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the `new` command is run from a locally installed rebar3 (`rebar3 local install`), the builtin templates would be labelled as custom because of directories. This patch fixes it by splitting off the rebar3 priv dir from the user's configured plugin path for custom ones, and introducing a new internal label for builtins (since handling must remain different from escripts) This fixes issue #819 | ||||
* | | | | Merge pull request #1457 from ferd/windows-mv | alisdair sullivan | 2017-01-27 | 2 | -20/+287 |
|\ \ \ \ | |_|_|/ |/| | | | Fix `mv` on windows | ||||
| * | | | Re-fix the windows file movement | Fred Hebert | 2017-01-27 | 1 | -33/+45 |
| | | | | | | | | | | | | | | | | and clean up a bit | ||||
| * | | | Rework test to work and pass on linux | Fred Hebert | 2017-01-27 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | to be roundtripped again to windows. | ||||
| * | | | Fix mv command on windows | Fred Hebert | 2017-01-27 | 2 | -20/+271 |
|/ / / | | | | | | | | | | | | | | | | | | | Requires changing a bunch of arguments for xerocopy since it does not allow to rename while copying. Lots of tests added | ||||
* | | | Merge pull request #1453 from ajm113/grammar-contributions-fixes | Fred Hebert | 2017-01-26 | 2 | -3/+4 |
|\ \ \ | |_|/ |/| | | Fixed typos and grammar errors for CONTRIBUTING.md. | ||||
| * | | [GRAMMAR] Fixed typos and grammar errors for CONTRIBUTING.md. [skip ci] | Andrew McRobb | 2017-01-26 | 2 | -3/+4 |
|/ / | |||||
* | | Merge pull request #1450 from ferd/relative-dialyzer-paths | alisdair sullivan | 2017-01-21 | 5 | -34/+53 |
|\ \ | |/ |/| | Relative dialyzer paths | ||||
| * | Enable path reformatting for Dialyzer | Fred Hebert | 2017-01-21 | 2 | -10/+13 |
| | | | | | | | | | | | | | | | | Fixes issue #880 May break backwards compat with projects that manually called the dialyzer formatter, but we never documented or expected this to be exposed. | ||||
| * | Extract code path formatting out of compiler | Fred Hebert | 2017-01-21 | 3 | -24/+40 |
|/ | | | | | | | | This allows to reuse the code for any provider that formats source files out to the user. The option to configure it does remain compiler-centric for backwards compatibility | ||||
* | Merge pull request #1448 from ajm113/bugfix-readme-grammar-fix | Fred Hebert | 2017-01-20 | 1 | -3/+3 |
|\ | | | | | Fixed missing hypens, and improper wording in README.md | ||||
| * | [BUGFIX] Fixed missing hypens, and improper wording. [skip ci] | Andrew McRobb | 2017-01-20 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #1445 from ajm113/feature-editorconfig | Fred Hebert | 2017-01-19 | 1 | -0/+13 |
|\ | | | | | [FEATURE] Add .editorconfig Settings. | ||||
| * | [FEATURE] Add .editorConfig Settings. [skip ci] | Andrew McRobb | 2017-01-19 | 1 | -0/+13 |
|/ | | | | https://github.com/erlang/rebar3/issues/1443 | ||||
* | Merge pull request #1439 from tsloughter/otp20 | Fred Hebert | 2017-01-10 | 2 | -3/+3 |
|\ | | | | | upgrade erlware_commons to 1.0.0 for OTP20 support | ||||
| * | upgrade erlware_commons to 1.0.0 for OTP20 support | Tristan Sloughter | 2017-01-10 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #1436 from tsloughter/relx_3.22.2 | Fred Hebert | 2017-01-09 | 2 | -3/+3 |
|\ | | | | | upgrade relx to fixed hex package 3.22.2 | ||||
| * | upgrade relx to fixed hex package 3.22.2 | Tristan Sloughter | 2017-01-06 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #1434 from tsloughter/shell_args | Fred Hebert | 2017-01-03 | 1 | -6/+16 |
|\ \ | |/ |/| | add option to pass args to user_drv for custom shells | ||||
| * | add option to pass args to user_drv for custom shells | Tristan Sloughter | 2016-12-31 | 1 | -6/+16 |
| | | |||||
* | | Merge pull request #1433 from lrascao/feature/bump_relx_3_22_1 | Fred Hebert | 2016-12-27 | 2 | -3/+3 |
|\ \ | |/ | | | Bump relx to 3.22.1 | ||||
| * | Bump relx to 3.22.1 | Luis Rascao | 2016-12-27 | 2 | -3/+3 |
|/ | |||||
* | Back to git-based versions | Fred Hebert | 2016-12-23 | 1 | -1/+1 |
| | |||||
* | Bumping to 3.3.4 | Fred Hebert | 2016-12-23 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1391 from ferd/doc-and-types | Fred Hebert | 2016-12-23 | 17 | -97/+792 |
|\ | | | | | Type specifications and edocs improvements | ||||
| * | Fix Alisdair's review, add more types and docs | Fred Hebert | 2016-12-16 | 5 | -25/+109 |
| | | |||||
| * | Type specifications and edocs improvements | Fred Hebert | 2016-11-27 | 16 | -75/+686 |
| | | | | | | | | | | | | Includes improvments and function documentation for all modules (in alphabetical order) up to rebar_core, and may have included more in other modules as I saw fit to dig and understand more of the internals. | ||||
* | | Merge pull request #1407 from sirihansen/ct-testspec-opts | Fred Hebert | 2016-12-23 | 2 | -80/+463 |
|\ \ | | | | | | | Improve merge of command line options and config options in CT | ||||
| * | | Handle errors from ct_testspec | Siri Hansen | 2016-12-22 | 2 | -3/+52 |
| | | | |||||
| * | | Make sure ct_testspec is loaded | Siri Hansen | 2016-12-22 | 1 | -0/+1 |
| | | | | | | | | | | | | ... before calling erlang:function_exported(ct_testspec,get_tests,1). |