Tristan Sloughter
794b985b1b
don't traverse into subdirectories looking for beams
10 년 전
Fred Hebert
5ef7d024c3
Merge pull request #241 from tsloughter/erlydtl
update erlydtl compiler to output to _build, add simple test
10 년 전
Fred Hebert
cd5ba717ba
Merge pull request #243 from ferd/alpha
Bump to alpha
10 년 전
Fred Hebert
f65f506ac2
Bump to alpha
10 년 전
Tristan Sloughter
3f5fa807cb
update erlydtl compiler to output to _build, add simple test
10 년 전
Tristan Sloughter
a18ddc4c97
Merge pull request #242 from ferd/namespace-regression
Fix namespace regressions
10 년 전
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 년 전
Fred Hebert
c6f069fe47
Merge pull request #240 from tsloughter/master
update all examples in providers to use rebar3
10 년 전
Tristan Sloughter
ea82d0561d
update all examples in providers to use rebar3
10 년 전
Fred Hebert
fe6ad4dde1
Merge pull request #239 from talentdeficit/as_comma_then_space
parse `rebar3 as foo, bar task` correctly
10 년 전
alisdair sullivan
ba79fc0823
parse `rebar3 as foo, bar task` correctly
fixes #238
10 년 전
Fred Hebert
11840e3083
Merge pull request #237 from tsloughter/proper_code_path
fix code path update for deps
10 년 전
Tristan Sloughter
061c632b01
Merge pull request #236 from fenollp/escript
escript provider
10 년 전
Pierre Fenoll
2d3a0ebe21
Add escriptize provider and a minimal test
10 년 전
Tristan Sloughter
d623b39642
fix code path update for deps
10 년 전
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 년 전
Tristan Sloughter
0399b0eeb3
add comment about resetting opts
10 년 전
Tristan Sloughter
0638c85634
store base opts after initialization of providers
10 년 전
alisdair sullivan
67aca881c1
add test for test profile applied to project apps
10 년 전
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 년 전
Fred Hebert
9903b5271f
Merge pull request #234 from tsloughter/makefile_fixes
makefile tabs replace spaces and force clean
10 년 전
Tristan Sloughter
8ff6a9f935
makefile tabs replace spaces and force clean
10 년 전
Tristan Sloughter
7f508c30a1
apply profiles and overrides for an app's opts to the base opts
10 년 전
Tristan Sloughter
2a7e0ff2b4
Merge pull request #229 from fishcakez/ct_result
Fix handling of ct results
10 년 전
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 년 전
Tristan Sloughter
4297d53408
Merge pull request #227 from fishcakez/dialyzer_plt
Change PLT name and directory
10 년 전
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 년 전
Fred Hebert
3355e848b5
Merge pull request #228 from fishcakez/dialyzer_debug
Add debug statements to dialyzer provider
10 년 전
Fred Hebert
c20e824e63
Merge pull request #221 from tsloughter/new_template_defaults
New template defaults
10 년 전
James Fish
c7d0c40703
Add debug statements to dialyzer provider
10 년 전
James Fish
37850ed819
Shorten default PLT name
10 년 전
Tristan Sloughter
1b851267f8
use git or hg configs if exist for default user and email in templates
10 년 전
James Fish
53e43298ba
Fix dialyzer active otp release detection
10 년 전
Tristan Sloughter
28694fa4ef
test end case cleanups
10 년 전
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 년 전
alisdair sullivan
ccfebdd155
switch from loading modules to read compile info to using `beam_lib`
fixes #216 and #220
10 년 전
Tristan Sloughter
5f773d7adf
Merge pull request #219 from tsloughter/profiles_remain_applied
fix for profiles_remain_applied_with_config_present fixes #212
10 년 전
Tristan Sloughter
4a2996a756
fix for profiles_remain_applied_with_config_present
10 년 전
Tristan Sloughter
49af56ff23
Merge pull request #218 from fishcakez/ct_dir
Don't include directories when testing subset of ct suites
10 년 전
James Fish
d6d45258d6
Don't include directories when testing subset of ct suites
10 년 전
Fred Hebert
768cfccda5
Merge pull request #213 from talentdeficit/eunit_fix
preserve state when compiling directories with a `rebar.config`
10 년 전
alisdair sullivan
90bff8f8d4
preserve state when compiling directories with a `rebar.config`
10 년 전
Tristan Sloughter
cdca70dfec
Merge pull request #211 from talentdeficit/ct_fixes
ct fixes
10 년 전
alisdair sullivan
1c56941225
fix issue where apps with a `rebar.config` were preventing
rebar state from propogating appropriately
10 년 전
alisdair sullivan
945eb364ee
include full path in pointer to `ct` output
10 년 전
Fred Hebert
5fb6bc680a
Merge pull request #210 from talentdeficit/shorter_build_dirs
shorter build dirs
10 년 전
Tristan Sloughter
c43641654f
Merge pull request #207 from talentdeficit/move_logs_and_cover
move `_logs` and `_cover` to `_build` dir
10 년 전
alisdair sullivan
434c662816
rename `_logs` and `_cover` dirs to `logs` and `cover`, respectively
10 년 전
alisdair sullivan
d72812cb5f
name profile directories in `_build` similarly to the arguments
to `as` used to generate them
10 년 전
alisdair sullivan
08ee1d9f9f
fix names in `rebar_as_SUITE`
10 년 전