Fred Hebert
fbfcdfcb8b
Merge pull request #1274 from deadtrickster/ssl_verify_fun_bump
ssl_verify_hostname was renamed to ssl_verify_fun
пре 8 година
alisdair sullivan
690b5c6843
Merge pull request #1270 from ferd/add-issue-template
Add issue template to help people fill tickets
пре 8 година
alisdair sullivan
f57102aeb6
Merge pull request #1279 from gbour/fix-dialyzer
fix catching `not_valid` error on dialyzer
пре 8 година
Guillaume Bour
b668329a9e
Fix return error on `not_valid` to force .plt file regeneration
пре 8 година
Fred Hebert
fef403b341
Merge pull request #1280 from ferd/fix-warning-opts
Fix opts check when compiler called with dict opts
пре 8 година
Fred Hebert
2c7296babf
Fix opts check when compiler called with dict opts
rebar_base_compiler allows to be called with two types of options: a
dictionary, or a rebar_state record. In the later case, the options are
taken out with a call from rebar_opts, which fetches options that have
been inserted in the application via rebar_app_info as part of the
app_discovery phase, and are a list.
This yields a possibility that options used when formatting warnings can
either be a list of a dict, and we only used lists when making checks.
This ended up breaking 3rd party compiler users (i.e. LFE compile
plugin) since they were calling us with a dict rather than our own
internal records.
This patch supports both types of lookups to avoid issues.
пре 8 година
Guillaume Bour
ffe5e42521
Fix support for `not_valid` dialyzer error
пре 8 година
Ilya Khaprov
b75f95e063
ssl_verify_hostname was renamed to ssl_verify_fun
пре 8 година
Fred Hebert
0b3a8ad77e
Add issue template to help people fill tickets
пре 8 година
Fred Hebert
21571ad38a
Merge pull request #1268 from stuart-thackray/relx_upgrade_3.20.0
Relx upgrade to version 3.20.0
пре 8 година
Stuart Thackray
b911b75812
rebar update relx
пре 8 година
Stuart Thackray
48565557e4
upgrade relx version
пре 8 година
Fred Hebert
91a25c1184
Merge pull request #1266 from ferd/add-otp-19-travis
Add OTP 19.0 to travis
пре 8 година
Fred Hebert
a759ed6620
Add OTP 19.0 to travis
пре 8 година
Fred Hebert
47380929c4
Merge pull request #1265 from fishcakez/avoid-rebuild
Avoid PLT rebuild when files deleted on new dialyzer
пре 8 година
James Fish
941048dce7
Avoid PLT rebuild when files deleted on new dialyzer
пре 8 година
Fred Hebert
403d338307
Merge pull request #1262 from fishcakez/empty-plt
Handle empty PLT or app when using dialyzer
пре 8 година
James Fish
0fa2b501f0
Don't error when analyzing empty app
пре 8 година
James Fish
e334f211e3
Handle empty PLTs
пре 8 година
Fred Hebert
8f6c13dead
Merge pull request #1249 from ferd/required-escript-deps
Escriptize based on configured apps only
пре 8 година
Fred Hebert
90f9b0e619
Merge pull request #1251 from srstrong/master
Fixes for windows environment: 1) copy empty directories when cloning…
пре 8 година
Steve Strong
c86201b85b
Fixes for windows environment: 1) copy empty directories when cloning (since git occasionally has a refs directory with no files in it - if the directory is not present, then git does not believe it is a git repo) and 2) change order of git rev-parse arguments to match git docs
пре 8 година
Fred Hebert
c3f336763f
Fix invalid template value
Used a nonexisting option instead of a correct one
пре 8 година
Fred Hebert
6bc8ccefd3
Escriptize based on configured apps only
Prior to this patch, the escriptize command flat out selected all
declared dependencies.
This patch instead looks at the app files and only includes the
dependencies of the top level app and the extra ones, avoiding to
package more apps than required.
This required a version bump on cth_readable as it mistakenly included
'syntax_lib' instead of 'syntax_tools' as a dependency.
пре 8 година
Fred Hebert
feed75ca91
Merge pull request #1207 from ferd/pkg-local-hash-lock
lock file contains expected hash for pkg dependencies
пре 8 година
Fred Hebert
4fd4195281
Merge pull request #1242 from jonathn/unset-debug
Let DEBUG="" and QUIET="" mean disable the option
пре 8 година
Fred Hebert
4400ff5ce1
Merge pull request #1244 from ferd/shell-pr2relnotes-script
use logs rather than skimming github pages
пре 8 година
Fred Hebert
f1ae529d58
use logs rather than skimming github pages
пре 8 година
Fred Hebert
7b56c41090
go back to semver post-release
пре 8 година
Fred Hebert
2ffbb80cea
Bump to 3.2.0
пре 8 година
Fred Hebert
aa273a15d5
Merge pull request #1243 from jonathn/fix-unicode-tree
Fix unicode rendering of deps tree (issue #1140 )
пре 8 година
Jon
c7b7b9005f
Fix unicode rendering of deps tree (issue #1140 )
пре 8 година
Jon
391f3b3bec
Let DEBUG="" and QUIET="" mean disable the option
Setting DEBUG/QUIET environment variable to the empty string now acts
the same as unsetting it. Unsetting is not always easy/possible.
пре 8 година
Fred Hebert
ac69558087
Merge pull request #1234 from talentdeficit/shell_config
ignore return value of `rebar_utils:reread_config` in shell provider
пре 9 година
alisdair sullivan
74cc922fb4
ignore return value of `rebar_utils:reread_config` in shell provider
пре 9 година
Fred Hebert
db8dbdfbcf
Merge pull request #1233 from talentdeficit/REBAR-1199
normalize include dirs to absolute paths during compilation
пре 9 година
alisdair sullivan
dfec27a1cd
normalize include dirs to absolute paths during compilation
changed include files were not properly picked up by `erlc_compiler`
in cases where they were in directories relative to the application
source and not the current working dir of rebar3
fixes #1199
пре 9 година
Fred Hebert
095af3bfca
Merge pull request #1232 from talentdeficit/REBAR-1184
REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is set
пре 9 година
alisdair sullivan
aba5a721e1
REBAR-1184 exclude tests for `ERL_COMPILER_OPTIONS` on r15
пре 9 година
Fred Hebert
dabf56646e
Merge pull request #1227 from ferd/compiler-source-format
Compiler source paths in output are now relative
пре 9 година
alisdair sullivan
fb26525a52
REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is set
partially addresses #1184
пре 9 година
Fred Hebert
caaa4be10d
Merge pull request #1231 from tsloughter/ct_sys_config
add support for passing a sys_config to common test
пре 9 година
Tristan Sloughter
854abc1bda
add support for passing a sys_config to common test
пре 9 година
Fred Hebert
e337793e9f
Merge pull request #1230 from ferd/support-env-proxy-vars
Expand os ENV proxy support to bootstrap script
пре 9 година
Fred Hebert
87f9950839
Expand os ENV proxy support to bootstrap script
пре 9 година
Fred Hebert
3978062dc1
Merge pull request #1229 from ferd/support-env-proxy-vars
Support ENV config for proxy values
пре 9 година
Fred Hebert
398b3085fc
Support ENV config for proxy values
- The configured stuff in rebar3 takes precedence over the ENV
- The env is then chosen
пре 9 година
Fred Hebert
979bb18b27
Merge pull request #1080 from project-fifo/crashdump
Write rebar3.crashdump on errors
пре 9 година
Fred Hebert
71df9bf141
Only display old version warning once
This uses the env variable as a global store for variables. It's not the
cleanest thing, but it sounded nicer than pdicts.
пре 9 година
Fred Hebert
589eaf13e1
Hashes in lockfile are diff friendly
This reworks the version and hash printing in the lockfile to minimize
diff changes:
- the version is on its own line so that the locks are mostly the same
aside from the last line
- the hashes are each printed on one line with the package name for
simpler diffing too.
пре 9 година