Tristan Sloughter
0399b0eeb3
add comment about resetting opts
10 år sedan
Tristan Sloughter
0638c85634
store base opts after initialization of providers
10 år sedan
alisdair sullivan
67aca881c1
add test for test profile applied to project apps
10 år sedan
alisdair sullivan
ed45ed2d8a
two failing tests and one passing test to attempt to isolate where
profiles are failing to be applied
relevant to #224 and #233
10 år sedan
Fred Hebert
9903b5271f
Merge pull request #234 from tsloughter/makefile_fixes
makefile tabs replace spaces and force clean
10 år sedan
Tristan Sloughter
8ff6a9f935
makefile tabs replace spaces and force clean
10 år sedan
Tristan Sloughter
7f508c30a1
apply profiles and overrides for an app's opts to the base opts
10 år sedan
Tristan Sloughter
2a7e0ff2b4
Merge pull request #229 from fishcakez/ct_result
Fix handling of ct results
10 år sedan
James Fish
c53dfe0020
Fix handling of ct results
* Return error on failed and/or auto skipped tests
* Print all results for quiet repeated tests
* Sum results of repeated tests
10 år sedan
Tristan Sloughter
4297d53408
Merge pull request #227 from fishcakez/dialyzer_plt
Change PLT name and directory
10 år sedan
Tristan Sloughter
7e608a4c9a
Merge pull request #222 from talentdeficit/no_superfluous_loads
switch from loading modules to read compile info to using `beam_lib`
10 år sedan
Fred Hebert
3355e848b5
Merge pull request #228 from fishcakez/dialyzer_debug
Add debug statements to dialyzer provider
10 år sedan
Fred Hebert
c20e824e63
Merge pull request #221 from tsloughter/new_template_defaults
New template defaults
10 år sedan
James Fish
c7d0c40703
Add debug statements to dialyzer provider
10 år sedan
James Fish
37850ed819
Shorten default PLT name
10 år sedan
Tristan Sloughter
1b851267f8
use git or hg configs if exist for default user and email in templates
10 år sedan
James Fish
53e43298ba
Fix dialyzer active otp release detection
10 år sedan
Tristan Sloughter
28694fa4ef
test end case cleanups
10 år sedan
James Fish
7f60448d33
Change default project PLT location to base directory
Previously dialyzer stored the project PLT in ./build/, which meant the
same PLT was used for all profiles. This could mean partial rebuilding
of a PLT when switching between profiles.
10 år sedan
alisdair sullivan
ccfebdd155
switch from loading modules to read compile info to using `beam_lib`
fixes #216 and #220
10 år sedan
Tristan Sloughter
5f773d7adf
Merge pull request #219 from tsloughter/profiles_remain_applied
fix for profiles_remain_applied_with_config_present fixes #212
10 år sedan
Tristan Sloughter
4a2996a756
fix for profiles_remain_applied_with_config_present
10 år sedan
Tristan Sloughter
49af56ff23
Merge pull request #218 from fishcakez/ct_dir
Don't include directories when testing subset of ct suites
10 år sedan
James Fish
d6d45258d6
Don't include directories when testing subset of ct suites
10 år sedan
Fred Hebert
768cfccda5
Merge pull request #213 from talentdeficit/eunit_fix
preserve state when compiling directories with a `rebar.config`
10 år sedan
alisdair sullivan
90bff8f8d4
preserve state when compiling directories with a `rebar.config`
10 år sedan
Tristan Sloughter
cdca70dfec
Merge pull request #211 from talentdeficit/ct_fixes
ct fixes
10 år sedan
alisdair sullivan
1c56941225
fix issue where apps with a `rebar.config` were preventing
rebar state from propogating appropriately
10 år sedan
alisdair sullivan
945eb364ee
include full path in pointer to `ct` output
10 år sedan
Fred Hebert
5fb6bc680a
Merge pull request #210 from talentdeficit/shorter_build_dirs
shorter build dirs
10 år sedan
Tristan Sloughter
c43641654f
Merge pull request #207 from talentdeficit/move_logs_and_cover
move `_logs` and `_cover` to `_build` dir
10 år sedan
alisdair sullivan
434c662816
rename `_logs` and `_cover` dirs to `logs` and `cover`, respectively
10 år sedan
alisdair sullivan
d72812cb5f
name profile directories in `_build` similarly to the arguments
to `as` used to generate them
10 år sedan
alisdair sullivan
08ee1d9f9f
fix names in `rebar_as_SUITE`
10 år sedan
Tristan Sloughter
7480b06e62
Merge pull request #206 from fishcakez/check_plt
Do not automatically check plt
10 år sedan
alisdair sullivan
993a9efa58
move `_logs` and `_cover` to `_build` dir
10 år sedan
James Fish
4ac347c4bf
Do not automatically check plt
10 år sedan
Tristan Sloughter
f161cd90c6
Merge pull request #205 from ferd/fix-hg-diffing
Fix hg diffing
10 år sedan
Fred Hebert
3ef3a7abec
Fix hg diffing
- fetch more complete refs for tags (may download more history than
required, but it works)
- Fix comparison of tag distance by using lists everywhere
10 år sedan
Fred Hebert
27dae6a655
Merge pull request #204 from tsloughter/git_hg_cmd
use rebar_utils:sh for git and hg commands to have better errors and log
10 år sedan
Tristan Sloughter
46bd6fc59d
Merge pull request #203 from tsloughter/mv
use rebar_file_utils:mv instead of copy for fetched source
10 år sedan
Tristan Sloughter
392108000a
use rebar_utils:sh for git and hg commands to have better errors and logs
10 år sedan
Tristan Sloughter
8ce1de1825
use rebar_file_utils:mv instead of copy for fetched source
10 år sedan
Tristan Sloughter
358046b095
Merge pull request #202 from talentdeficit/cover
`cover` task
10 år sedan
Tristan Sloughter
4c70d16e50
Merge pull request #194 from talentdeficit/more_space_for_as
`as` delegates task handling to `do` provider
10 år sedan
alisdair sullivan
6c421e5433
change from post-purging modules after checking their module info to
pre-purging before checking to facilitate long do chains
10 år sedan
alisdair sullivan
9d41b75638
add `cover` task to README
10 år sedan
alisdair sullivan
af7ba345fa
erlang r15x (and possibly earlier) don't put the correct path to
source files in the `compile` key of `module_info/1` so `rebar cover`
struggles locating source in some instances. in these cases a warning
is printed and crappy coverage info is written rather than none at all
10 år sedan
alisdair sullivan
0e606138c5
print warning if cover can't annotate source and skip file
10 år sedan
alisdair sullivan
eb93bb000a
replace use of `float_to_list/2` for r15x
10 år sedan