Fred Hebert
de85f24c04
Merge pull request #253 from tsloughter/master
templater: return error, don't throw, if git or hg fail
10 vuotta sitten
Tristan Sloughter
cb1a5b945c
templater: return error, don't throw, if git or hg fail
10 vuotta sitten
Tristan Sloughter
d020c0089d
Merge pull request #251 from talentdeficit/compile_from_build
symlink extra test dirs and compile from there instead of from root project
10 vuotta sitten
alisdair sullivan
b0300f1b2f
symlink extra test dirs and compile from there instead of from
root project
10 vuotta sitten
Tristan Sloughter
963f975423
Merge pull request #249 from talentdeficit/compile_from_build
compile source from the symlinked directories under `_build`
10 vuotta sitten
alisdair sullivan
ab84fc89cc
compile source from the symlinked directories under `_build` to
get correct compile paths included in module info
10 vuotta sitten
Fred Hebert
5f61bd5b06
Merge pull request #246 from tsloughter/master
update sample config to remove unsupported rebar2 options
10 vuotta sitten
Tristan Sloughter
25092c41ee
update sample config to remove unsupported rebar2 options
10 vuotta sitten
Fred Hebert
d26289daf9
Merge pull request #244 from tsloughter/master
don't traverse into subdirectories looking for beams
10 vuotta sitten
Tristan Sloughter
794b985b1b
don't traverse into subdirectories looking for beams
10 vuotta sitten
Fred Hebert
5ef7d024c3
Merge pull request #241 from tsloughter/erlydtl
update erlydtl compiler to output to _build, add simple test
10 vuotta sitten
Fred Hebert
cd5ba717ba
Merge pull request #243 from ferd/alpha
Bump to alpha
10 vuotta sitten
Fred Hebert
f65f506ac2
Bump to alpha
10 vuotta sitten
Tristan Sloughter
3f5fa807cb
update erlydtl compiler to output to _build, add simple test
10 vuotta sitten
Tristan Sloughter
a18ddc4c97
Merge pull request #242 from ferd/namespace-regression
Fix namespace regressions
10 vuotta sitten
Fred Hebert
8cfb4df3e0
Fix namespace regressions
This adds some more convolution to command parsing, unfortunately, but
makes some cases clearer (`rebar3 as as as as` is no longer valid). It
unfortunately disallows using $REBAR_PROFILE along with `as` in a rebar
command.
10 vuotta sitten
Fred Hebert
c6f069fe47
Merge pull request #240 from tsloughter/master
update all examples in providers to use rebar3
10 vuotta sitten
Tristan Sloughter
ea82d0561d
update all examples in providers to use rebar3
10 vuotta sitten
Fred Hebert
fe6ad4dde1
Merge pull request #239 from talentdeficit/as_comma_then_space
parse `rebar3 as foo, bar task` correctly
10 vuotta sitten
alisdair sullivan
ba79fc0823
parse `rebar3 as foo, bar task` correctly
fixes #238
10 vuotta sitten
Fred Hebert
11840e3083
Merge pull request #237 from tsloughter/proper_code_path
fix code path update for deps
10 vuotta sitten
Tristan Sloughter
061c632b01
Merge pull request #236 from fenollp/escript
escript provider
10 vuotta sitten
Pierre Fenoll
2d3a0ebe21
Add escriptize provider and a minimal test
10 vuotta sitten
Tristan Sloughter
d623b39642
fix code path update for deps
10 vuotta sitten
Fred Hebert
bc5d1cb155
Merge pull request #233 from tsloughter/base_opts
apply profiles and overrides for an app's opts to the base opts
10 vuotta sitten
Tristan Sloughter
0399b0eeb3
add comment about resetting opts
10 vuotta sitten
Tristan Sloughter
0638c85634
store base opts after initialization of providers
10 vuotta sitten
alisdair sullivan
67aca881c1
add test for test profile applied to project apps
10 vuotta sitten
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 vuotta sitten
Fred Hebert
9903b5271f
Merge pull request #234 from tsloughter/makefile_fixes
makefile tabs replace spaces and force clean
10 vuotta sitten
Tristan Sloughter
8ff6a9f935
makefile tabs replace spaces and force clean
10 vuotta sitten
Tristan Sloughter
7f508c30a1
apply profiles and overrides for an app's opts to the base opts
10 vuotta sitten
Tristan Sloughter
2a7e0ff2b4
Merge pull request #229 from fishcakez/ct_result
Fix handling of ct results
10 vuotta sitten
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 vuotta sitten
Tristan Sloughter
4297d53408
Merge pull request #227 from fishcakez/dialyzer_plt
Change PLT name and directory
10 vuotta sitten
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 vuotta sitten
Fred Hebert
3355e848b5
Merge pull request #228 from fishcakez/dialyzer_debug
Add debug statements to dialyzer provider
10 vuotta sitten
Fred Hebert
c20e824e63
Merge pull request #221 from tsloughter/new_template_defaults
New template defaults
10 vuotta sitten
James Fish
c7d0c40703
Add debug statements to dialyzer provider
10 vuotta sitten
James Fish
37850ed819
Shorten default PLT name
10 vuotta sitten
Tristan Sloughter
1b851267f8
use git or hg configs if exist for default user and email in templates
10 vuotta sitten
James Fish
53e43298ba
Fix dialyzer active otp release detection
10 vuotta sitten
Tristan Sloughter
28694fa4ef
test end case cleanups
10 vuotta sitten
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 vuotta sitten
alisdair sullivan
ccfebdd155
switch from loading modules to read compile info to using `beam_lib`
fixes #216 and #220
10 vuotta sitten
Tristan Sloughter
5f773d7adf
Merge pull request #219 from tsloughter/profiles_remain_applied
fix for profiles_remain_applied_with_config_present fixes #212
10 vuotta sitten
Tristan Sloughter
4a2996a756
fix for profiles_remain_applied_with_config_present
10 vuotta sitten
Tristan Sloughter
49af56ff23
Merge pull request #218 from fishcakez/ct_dir
Don't include directories when testing subset of ct suites
10 vuotta sitten
James Fish
d6d45258d6
Don't include directories when testing subset of ct suites
10 vuotta sitten
Fred Hebert
768cfccda5
Merge pull request #213 from talentdeficit/eunit_fix
preserve state when compiling directories with a `rebar.config`
10 vuotta sitten