Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #230 from tuncer/fix-dialyzer-warnings | Jared Morrow | 2014-02-25 | 2 | -2/+2 |
|\ | | | | | eunit: fix dialyzer warnings introduced in 03da5e0b | ||||
| * | eunit: fix dialyzer warnings introduced in 03da5e0b | Tuncer Ayaz | 2014-02-20 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #232 from tuncer/doc-abbrev-cmd | Jared Morrow | 2014-02-25 | 1 | -0/+12 |
|\ \ | | | | | | | Document support for abbreviated commands | ||||
| * | | Mention rebar -c/--commands | Tuncer Ayaz | 2014-02-24 | 1 | -0/+2 |
| | | | |||||
| * | | Document support for abbreviated commands | Tuncer Ayaz | 2014-02-24 | 1 | -0/+10 |
|/ / | |||||
* | | Merge pull request #221 from kaos/erlydtl | Jared Morrow | 2014-02-24 | 1 | -9/+20 |
|\ \ | |/ |/| | Adapt erlydtl compiler plugin to latest version of erlydtl | ||||
| * | {ok, Module} is an acceptable return value from do_compile. | David N. Welton | 2014-02-14 | 1 | -0/+2 |
| | | |||||
| * | Use proplists:unfold to make sure we feed a proplist to keymerge. | David N. Welton | 2014-02-14 | 1 | -8/+9 |
| | | |||||
| * | Adapt erlydtl compiler plugin to latest version of erlydtl | Andreas Stenius | 2014-02-14 | 1 | -3/+11 |
|/ | |||||
* | Merge pull request #223 from rebar/adt-random-suite-order | Jared Morrow | 2014-02-07 | 2 | -1/+33 |
|\ | | | | | Add random_suite_order option to eunit command | ||||
| * | Add documentation | Andrew Thompson | 2014-02-07 | 2 | -0/+5 |
| | | |||||
| * | Add random_suite_order option to eunit command | Andrew Thompson | 2014-02-07 | 1 | -1/+28 |
|/ | | | | | | | | | Option takes either 'true' or a numeric seed value. If true is passed, a random seed is generated and used. The numeric seed value is for repeatability. The idea here is to root out test suites that are order dependant, or that fail in the presence of certain orderings. | ||||
* | Merge pull request #224 from andrewjstone/allow-test | Jared Morrow | 2014-02-07 | 3 | -36/+60 |
|\ | | | | | allow suite[s] or test[s] as options for eunit and ct | ||||
| * | allow suite[s] or test[s] as options for eunit and ct | Andrew J. Stone | 2014-02-05 | 3 | -36/+60 |
| | | |||||
* | | Merge pull request #188 from massemanet/xref_extra_path | Andrew Thompson | 2014-02-06 | 2 | -0/+8 |
|\ \ | | | | | | | Xref extra path | ||||
| * | | introduce xref_extra_paths | mats cronqvist | 2014-01-13 | 2 | -0/+8 |
| | | | |||||
* | | | Merge pull request #219 from h4cc/patch-1 | Andrew Thompson | 2014-02-06 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Added R16B01 and R16B02 to travis config. | ||||
| * | | | Added R16B01 and R16B02 to travis config. | Julius Beckmann | 2014-01-26 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Bump rebar to 2.2.0 and add proper release notes | Jared Morrow | 2014-02-05 | 2 | -1/+34 |
|/ / | |||||
* | | Merge pull request #212 from tuncer/hrl-error | Jared Morrow | 2014-01-16 | 1 | -19/+25 |
|\ \ | | | | | | | Fix basho/rebar#388 | ||||
| * | | rebar_base_compiler: replace fixed size list with a tuple | Tuncer Ayaz | 2014-01-15 | 1 | -4/+3 |
| | | | |||||
| * | | Fix basho/rebar#388 | Tuncer Ayaz | 2014-01-15 | 1 | -16/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the syntax error is in a .hrl file, then the reported error message is not as useful because it's not clear which .erl file was being compiled. We can fix that easily by first printing what source file was being processed. We don't change the actual error message, so this will still work with your editor of choice for jumping to the right line. Before ------ Success: Compiled src/foo.erl Failure: include/foo.hrl:10: syntax error [...] After ----- Success: Compiled src/foo.erl Failure: Compiling src/foo.erl failed: include/foo.hrl:10: syntax error [...] | ||||
* | | | Merge pull request #215 from tuncer/experimental | Jared Morrow | 2014-01-16 | 4 | -15/+4 |
|\ \ \ | | | | | | | | | Remove experimental flags | ||||
| * | | | Remove experimental flags | Tuncer Ayaz | 2014-01-14 | 4 | -15/+4 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Remove experimental flag from: * qc compile_only=true * eunit compile_only=true * src/foo.app.src.script * eunit tests= | ||||
* | | | Merge pull request #214 from tuncer/compile_only | Jared Morrow | 2014-01-16 | 2 | -2/+5 |
|\ \ \ | | | | | | | | | Document compile_only=true | ||||
| * | | | Document compile_only=true | Tuncer Ayaz | 2014-01-14 | 2 | -2/+5 |
| |/ / | |||||
* | | | Merge pull request #210 from tuncer/erlydtl-warnings | Jared Morrow | 2014-01-16 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | Fix #205 (erlydtl:compile/3 returns warnings) | ||||
| * | | erlydtl: add missing clause (Reported-by: goofansu) | Tuncer Ayaz | 2014-01-14 | 1 | -0/+2 |
| | | | | | | | | | | | | erlydtl implemented 'binary' option. Add new clause for {binary, false}. | ||||
| * | | Fix #205 (erlydtl:compile/3 returns warnings) | Tuncer Ayaz | 2014-01-11 | 1 | -0/+2 |
| |/ | | | | | | | | | Adapt rebar_erlydtl_compiler to handle warnings emitted by erlydtl:compile/3. | ||||
* | | Merge pull request #191 from tuncer/rename-modules | Jared Morrow | 2014-01-14 | 5 | -21/+95 |
|\ \ | | | | | | | Fix #187 (rename getopt and mustache) | ||||
| * | | Fix #187 (rename mustache to rebar_mustache) | Tuncer Ayaz | 2014-01-01 | 3 | -6/+8 |
| | | | |||||
| * | | Fix #187 (rename getopt to rebar_getopt) | Tuncer Ayaz | 2014-01-01 | 3 | -15/+87 |
| |/ | | | | | | | While at it, update getopt.erl to git rev 78eda3b. | ||||
* | | Merge pull request #196 from tuncer/rebar-run-info | Jared Morrow | 2014-01-14 | 1 | -1/+3 |
|\ \ | | | | | | | Print a more appropriate message on 'rebar info' | ||||
| * | | Print a more appropriate message on 'rebar info' | Tuncer Ayaz | 2014-01-01 | 1 | -1/+3 |
| |/ | | | | | | | | | | | | | To avoid treating plugins' info/2 functions as commands, we catch calls to 'rebar info'. Previously (4b8c81fb) we simply printed the help string, but it's much more informative to print the following: Command 'info' not understood or not applicable | ||||
* | | Merge pull request #183 from EchoTeam/generate-upgrade-and-target-dir | Jared Morrow | 2014-01-14 | 1 | -5/+3 |
|\ \ | |/ |/| | generate-upgrade can now take target_dir argument | ||||
| * | generate-upgrade can now take target_dir argument | snaky | 2013-12-03 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous generate-upgrade required renames in rel/ directory: rebar generate ...changing code... mv rel/<release> rel/<release_prev> rebar generate rebar generate-upgrade previous_release=<release_prev> With the proposed changes you can now do the same without moving things: rebar generate # default target dir: rel/<release> ...changing code... rebar generate target_dir=<release_new> rebar generate-upgrade target_dir=<release_new> previous_release=<release> | ||||
* | | Merge pull request #190 from tuncer/quadruple-timeout | Jared Morrow | 2013-12-31 | 1 | -1/+1 |
|\ \ | | | | | | | inttest/rgen_1: double the timeout a second time | ||||
| * | | inttest/rgen_1: double the timeout a second time | Tuncer Ayaz | 2013-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | 60s still seems to be too low, as it timed out for at least the R15B01 job of the timeout patch merge: https://travis-ci.org/rebar/rebar/builds/15051701 https://travis-ci.org/rebar/rebar/jobs/15051703 | ||||
* | | | Merge pull request #198 from tuncer/clean-up-rebar-config-script | Jared Morrow | 2013-12-31 | 1 | -4/+1 |
|\ \ \ | | | | | | | | | Clean up rebar.config.script | ||||
| * | | | Clean up rebar.config.script | Tuncer Ayaz | 2013-12-17 | 1 | -4/+1 |
| |/ / | |||||
* | | | Merge pull request #201 from fenollp/create-lib | Jared Morrow | 2013-12-20 | 7 | -0/+50 |
|\ \ \ | | | | | | | | | Added a library template. | ||||
| * | | | Add command to rebar:command_names/0 | Pierre Fenoll | 2013-12-19 | 2 | -2/+1 |
| | | | | |||||
| * | | | Add a library template | Pierre Fenoll | 2013-12-19 | 7 | -0/+51 |
|/ / / | |||||
* | | | Merge pull request #200 from tuncer/fix-debug-bootstrap | Jared Morrow | 2013-12-17 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | bootstrap: avoid trying to run 'debug' command | ||||
| * | | | bootstrap: avoid trying to run 'debug' command | Tuncer Ayaz | 2013-12-17 | 1 | -1/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | If you invoke 'make debug', then bootstrap executes rebar:main/1 with the extra argument "debug" and rebar treats that as a command. There is no such command. Without this patch you will see the following on bootstrap: Command 'debug' not understood or not applicable | ||||
* | | | Merge pull request #199 from tuncer/dia-dialyzer-warnings | Jared Morrow | 2013-12-17 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | rebar_dia_compiler: fix Dialyzer warnings | ||||
| * | | rebar_dia_compiler: fix Dialyzer warnings | Tuncer Ayaz | 2013-12-17 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #184 from tuncer/logging | Jared Morrow | 2013-12-16 | 11 | -37/+158 |
|\ \ | | | | | | | Fix log levels | ||||
| * | | Fix is_verbose/1 helper function | Tuncer Ayaz | 2013-12-06 | 6 | -24/+30 |
| | | | |||||
| * | | Write ERROR messages to standard_error device | Tuncer Ayaz | 2013-12-06 | 2 | -3/+7 |
| | | |