Fred Hebert
400140a4c4
Merge pull request #255 from rebar/revert-254-smp
Revert "disable smp in escript"
пре 10 година
Fred Hebert
2882ffa4f6
Revert "disable smp in escript"
пре 10 година
Fred Hebert
f5ca4bae33
Merge pull request #254 from tsloughter/smp
disable smp in escript
пре 10 година
Tristan Sloughter
4cfd9f0816
disable smp in escript
пре 10 година
Fred Hebert
de85f24c04
Merge pull request #253 from tsloughter/master
templater: return error, don't throw, if git or hg fail
пре 10 година
Tristan Sloughter
cb1a5b945c
templater: return error, don't throw, if git or hg fail
пре 10 година
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 година
alisdair sullivan
b0300f1b2f
symlink extra test dirs and compile from there instead of from
root project
пре 10 година
Tristan Sloughter
963f975423
Merge pull request #249 from talentdeficit/compile_from_build
compile source from the symlinked directories under `_build`
пре 10 година
alisdair sullivan
ab84fc89cc
compile source from the symlinked directories under `_build` to
get correct compile paths included in module info
пре 10 година
Fred Hebert
5f61bd5b06
Merge pull request #246 from tsloughter/master
update sample config to remove unsupported rebar2 options
пре 10 година
Tristan Sloughter
25092c41ee
update sample config to remove unsupported rebar2 options
пре 10 година
Fred Hebert
d26289daf9
Merge pull request #244 from tsloughter/master
don't traverse into subdirectories looking for beams
пре 10 година
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 година