derwinlu
3e005ab107
fix bootstrap on windows, fallback to copy if symlinking fails
10 years ago
Tristan Sloughter
d128bffcdd
Merge pull request #380 from waisbrot/shell-config
try to read sys.config when running `rebar shell`
10 years ago
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.
10 years ago
Fred Hebert
18555c207d
Merge pull request #394 from umbec/master
Manage syntax error in app.src files.
10 years ago
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.
10 years ago
Fred Hebert
5cf005d3a6
Merge pull request #392 from tsloughter/mustache2
switch mustache imlementation to https://github.com/soranoba/mustache
10 years ago
Tristan Sloughter
275bdd6c04
fix integer to binary conversion for pre17 releases
10 years ago
Tristan Sloughter
d8509f7842
fix types for pre-17 releases
10 years ago
Tristan Sloughter
ec600a5b85
add license
10 years ago
Tristan Sloughter
a364e16ed7
switch mustache imlementation to https://github.com/soranoba/mustache
10 years ago
Fred Hebert
0883a6eca7
Merge pull request #390 from tsloughter/mustache_bug
fix }}} bug in mustache
10 years ago
Tristan Sloughter
a6bd9be2a2
fix }}} bug in mustache
10 years ago
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`
10 years ago
Tristan Sloughter
9969e73446
Merge pull request #388 from ferd/fix-semver-stuff
Use resource handlers to deal with deps/semver
10 years ago
Fred Hebert
4dd3eb5aef
Use resource handlers to deal with deps/semver
10 years ago
Tristan Sloughter
aa7a272aae
set resources to empty list if non in app env
10 years ago
Tristan Sloughter
bfd08c129d
set resources of state in state initialize functions
10 years ago
Fred Hebert
4bdfb1ff9f
Merge pull request #387 from tsloughter/missing_pkg
handle missing package in registry by skipping
10 years ago
Tristan Sloughter
ce74589a56
handle missing package in registry by skipping
10 years ago
Tristan Sloughter
f91e4a570c
Merge pull request #384 from ferd/rework-deps-provider
Fix dupes in deps provider, support atom pkgs
10 years ago
Fred Hebert
750bd6bec6
Merge pull request #383 from ferd/kovyl2404-app-discover-profile-duplication
Kovyl2404 app discover profile duplication
10 years ago
Fred Hebert
17d94e0e61
Merge pull request #386 from tsloughter/relx_templates
include relx templates in escript
10 years ago
Tristan Sloughter
ef9362dfc0
include relx templates in escript
10 years ago
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.
10 years ago
Fred Hebert
681c8f7189
Adding directory path test for deduplication
10 years ago
Fred Hebert
5920ee29be
Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl2404/rebar3 into kovyl2404-app-discover-profile-duplication
10 years ago
Fred Hebert
9b770b8967
Merge pull request #381 from tsloughter/upgrade_branch
on upgrade of git branch check against remote
10 years ago
Tristan Sloughter
d4c7dea735
only fetch branch needed, remove rebar_vsn_plugins from erlware_commons
10 years ago
Tristan Sloughter
214d6c9797
on upgrade of git branch check against remote
10 years ago
Fred Hebert
b4b6638ba9
Merge pull request #382 from tsloughter/upgrade_relx
upgrade relx dep to latest mustache branch commit
10 years ago
Tristan Sloughter
f61b129909
upgrade relx dep to latest mustache branch commit
10 years ago
Fred Hebert
99cd24f8a1
Merge pull request #379 from tsloughter/rm_erlydtl
Remove erlydtl and replace with mustache
10 years ago
Fred Hebert
6192feea27
Merge pull request #375 from tsloughter/kejv-support-parse-transforms
enable parse transformations in rebar config
10 years ago
Viacheslav V. Kovalev
33736f32a9
Merge branch 'master' into app-discover-profile-duplication
Conflicts:
test/rebar_profiles_SUITE.erl
10 years ago
Fred Hebert
7645a1118f
Merge pull request #378 from tsloughter/loading_registry
don't load package registry unless there are pkg deps to solve
10 years ago
Tristan Sloughter
2e5496f5f5
remove use of erlydtl in rebar
10 years ago
Tristan Sloughter
bce924e04a
don't load package registry unless there are pkg deps to solve
10 years ago
Tristan Sloughter
becf29a5ac
enable parse transformations in rebar config
10 years ago
Fred Hebert
212b23b889
Merge pull request #373 from tsloughter/checkouts_rel
include _checkouts in release lib dirs if it exists
10 years ago
Tristan Sloughter
ae7d1ca1ea
include _checkouts in release lib dirs if it exists
10 years ago
Tristan Sloughter
521fc144ae
Merge pull request #371 from tsloughter/fetch_app_details
read in application details into app_info after fetch
10 years ago
Tristan Sloughter
459746c5b1
Merge pull request #372 from ferd/optimize-topsorting
Avoid topsorting deps twice
10 years ago
Fred Hebert
bbb6bb2d90
Avoid topsorting deps twice
They can be culled and reused in one sort pass.
10 years ago
Tristan Sloughter
164cff4063
read in application details into app_info after fetch
10 years ago
Fred Hebert
b0fc3aeb2e
Merge pull request #369 from tsloughter/noescript
support templates even when not run as escript
10 years ago
Tristan Sloughter
f491e70cb8
support templates even when not run as escript
10 years ago
Tristan Sloughter
557de99d6c
Merge pull request #368 from ferd/fix-upgrade-promote
handle transitive deps being promoted
10 years ago
Fred Hebert
5d1634448c
handle transitive deps being promoted
10 years ago
Fred Hebert
e79397eaeb
Merge pull request #367 from tsloughter/merge_locks
merge_locks crashed if a config didn't have a deps entry
10 years ago
Tristan Sloughter
ee0f4dcd60
merge_locks crashed if a config didn't have a deps entry
10 years ago