Tristan Sloughter
a41fbf6cfe
add processing_base_dir to rebar_api
hace 10 años
Tristan Sloughter
498ec5d3ae
add all plugins, not those just built, to path
hace 10 años
Fred Hebert
671617f03e
Merge pull request #405 from tsloughter/ignore_pkgs
ignore pkgs that can't build with rebar or make
hace 10 años
Tristan Sloughter
c5aee4b375
ignore pkgs that can't build with rebar or make
hace 10 años
Tristan Sloughter
d53d3b56be
update mustache to v0.3.0 and relx to 2.0.0
hace 10 años
Tristan Sloughter
bacde15b48
include debug_info when running tests of rebar3
hace 10 años
Tristan Sloughter
964c57f964
no_debug_info brings down size of escript from 757K to 549K
hace 10 años
Fred Hebert
eb1dec19c7
Merge pull request #404 from tsloughter/master
update mustache to v0.3.0 and relx to current master ref
hace 10 años
Tristan Sloughter
4e5bc6056f
update mustache to v0.3.0 and relx to 2.0.0
hace 10 años
Fred Hebert
6bc5af5479
Merge pull request #393 from tsloughter/no_debug_info
no_debug_info brings down size of escript from 757K to 549K
hace 10 años
Fred Hebert
b5661bd836
Merge pull request #396 from tsloughter/master
use mustache as a dep
hace 10 años
Tristan Sloughter
f79b14068f
Merge pull request #400 from tsloughter/ingwinlu-fix_windows_bootstrap
Ingwinlu fix windows bootstrap
hace 10 años
Tristan Sloughter
c2aece9dda
switch to soranoba's mustache repo
hace 10 años
Tristan Sloughter
b4724009b5
don't use rebar_dir function in bootstrap
hace 10 años
Tristan Sloughter
c7281abb30
Merge branch 'fix_windows_bootstrap' of https://github.com/ingwinlu/rebar3 into ingwinlu-fix_windows_bootstrap
hace 10 años
derwinlu
3edede54e7
fix rebar_git_resource
* fix shell commands relying on non windows shell commands
* fix shell commands using wrong quotes
* implement native wc -l
hace 10 años
derwinlu
3e005ab107
fix bootstrap on windows, fallback to copy if symlinking fails
hace 10 años
Tristan Sloughter
5ebaf44f6a
include debug_info when running tests of rebar3
hace 10 años
Tristan Sloughter
d128bffcdd
Merge pull request #380 from waisbrot/shell-config
try to read sys.config when running `rebar shell`
hace 10 años
Nathaniel Waisbrot
5cc7c76a8a
try to read a config file when running `rebar shell`
Adds a `--config` flag to the shell command to specify a config file.
If the flag is not specified, attempts to read the sys_config
defined for relx.
hace 10 años
Tristan Sloughter
b3d444ef67
update mustache for r15 support
hace 10 años
Tristan Sloughter
0fb32e173f
use mustache as a dep
hace 10 años
Fred Hebert
18555c207d
Merge pull request #394 from umbec/master
Manage syntax error in app.src files.
hace 10 años
Umberto Corponi
291e0de2fe
Manage syntax error in app.src files.
- Solve "Uncaught error" failure in case of syntax error in app.src file.
- Print helpful information on the location of the syntax error.
hace 10 años
Tristan Sloughter
f301efae32
no_debug_info brings down size of escript from 757K to 549K
hace 10 años
Fred Hebert
5cf005d3a6
Merge pull request #392 from tsloughter/mustache2
switch mustache imlementation to https://github.com/soranoba/mustache
hace 10 años
Tristan Sloughter
275bdd6c04
fix integer to binary conversion for pre17 releases
hace 10 años
Tristan Sloughter
d8509f7842
fix types for pre-17 releases
hace 10 años
Tristan Sloughter
ec600a5b85
add license
hace 10 años
Tristan Sloughter
a364e16ed7
switch mustache imlementation to https://github.com/soranoba/mustache
hace 10 años
Fred Hebert
0883a6eca7
Merge pull request #390 from tsloughter/mustache_bug
fix }}} bug in mustache
hace 10 años
Tristan Sloughter
a6bd9be2a2
fix }}} bug in mustache
hace 10 años
Fred Hebert
8642e923c6
Bump to alpha-5
Changelog since alpha-4:
- rebar3 now bootstraps itself
- app compile fixes on app info contents and config inheritance
- dropping ErlyDTL and going to Mustache for smaller executable sizes
and faster load time on small CPUs
- dropping `erlydtl compile` command, ErlyDTL task moved to a plugin
- default dependencies are always fetched in the right place and don't
need to be copied across profile runs
- escriptize fixes
- `unlock` command added
- resolving/avoiding clashes when a rebar3 dep and an application
dependency conflict together
- profile deduplication (`rebar3 as test,test,prod,test eunit` returns
the profile/directories for `prod+test`)
- `upgrade` command bugfixes to recognize promotion of transient deps to
top-level deps
- support template when rebar3 is run as an embedded library
- some optimizations
- parse transform support is better in erl_opts
- fixes to package handling
- fixes to `rebar3 deps`
hace 10 años
Tristan Sloughter
9969e73446
Merge pull request #388 from ferd/fix-semver-stuff
Use resource handlers to deal with deps/semver
hace 10 años
Fred Hebert
4dd3eb5aef
Use resource handlers to deal with deps/semver
hace 10 años
Tristan Sloughter
aa7a272aae
set resources to empty list if non in app env
hace 10 años
Tristan Sloughter
bfd08c129d
set resources of state in state initialize functions
hace 10 años
Fred Hebert
4bdfb1ff9f
Merge pull request #387 from tsloughter/missing_pkg
handle missing package in registry by skipping
hace 10 años
Tristan Sloughter
ce74589a56
handle missing package in registry by skipping
hace 10 años
Tristan Sloughter
f91e4a570c
Merge pull request #384 from ferd/rework-deps-provider
Fix dupes in deps provider, support atom pkgs
hace 10 años
Fred Hebert
750bd6bec6
Merge pull request #383 from ferd/kovyl2404-app-discover-profile-duplication
Kovyl2404 app discover profile duplication
hace 10 años
Fred Hebert
17d94e0e61
Merge pull request #386 from tsloughter/relx_templates
include relx templates in escript
hace 10 años
Tristan Sloughter
ef9362dfc0
include relx templates in escript
hace 10 años
Fred Hebert
b3c14675c1
Fix dupes in deps provider, support atom pkgs
Whenever files were being locked *and* provided in rebar.config
duplicates could be printed. This is taken care of.
Also whenever atom packages were being used, they would cause the merge
step to fail. The new format does proper name-based deduplication of
resources, giving priority to locks to work.
ModificatioN/needs-update support is still in.
This may also act as a fix for #341 , if automation isn't required too
much.
hace 10 años
Fred Hebert
681c8f7189
Adding directory path test for deduplication
hace 10 años
Fred Hebert
5920ee29be
Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl2404/rebar3 into kovyl2404-app-discover-profile-duplication
hace 10 años
Fred Hebert
9b770b8967
Merge pull request #381 from tsloughter/upgrade_branch
on upgrade of git branch check against remote
hace 10 años
Tristan Sloughter
d4c7dea735
only fetch branch needed, remove rebar_vsn_plugins from erlware_commons
hace 10 años
Tristan Sloughter
214d6c9797
on upgrade of git branch check against remote
hace 10 años
Fred Hebert
b4b6638ba9
Merge pull request #382 from tsloughter/upgrade_relx
upgrade relx dep to latest mustache branch commit
hace 10 años