Dave Smith
329eba4e52
Merge pull request #13 from tuncer/fixes
Fixes
il y a 12 ans
Dave Smith
7325784fb0
Merge pull request #27 from norton/norton-qc-clean
Add missing clean/2
il y a 12 ans
Joseph Wayne Norton
7d624e9018
Add missing rebar_qc:clean/2
il y a 12 ans
Tuncer Ayaz
e86ec457b6
rebar.config.sample: remove non-existing option
il y a 12 ans
Tuncer Ayaz
a6617bdaff
rebar.config.sample: document escriptize options
il y a 12 ans
Tuncer Ayaz
e74a0feb05
rebar.config: delete unused and unimplemented 'app_bin' option
app_bin option was used by the install command which has been
removed in 51ed787
.
il y a 12 ans
Tuncer Ayaz
06dbb4cb80
Document escriptize command
il y a 12 ans
Tuncer Ayaz
abb319d10a
rebar_ct: fix wording in comments
il y a 12 ans
Tuncer Ayaz
39728242f0
rebar.config.sample: document leex and yecc options
il y a 12 ans
Tuncer Ayaz
0d5583db5a
rebar_require_vsn: remove trailing whitespace
il y a 12 ans
Tuncer Ayaz
3ee2a4a6d0
rebar.config.sample: document require_*_vsn options
il y a 12 ans
Tuncer Ayaz
ed55df9648
rebar_neotoma_compiler: fix comment
il y a 12 ans
Tuncer Ayaz
a015892e21
Cleanup rebar_core and rebar_erlc_compiler
Rename rebar_core functions for improved readability.
Remove redundant comments and blank lines.
il y a 12 ans
Dave Smith
92fb083011
Merge pull request #18 from tuncer/fix-config-sample
Fix rebar.config.sample
il y a 12 ans
Tuncer Ayaz
6a63ab9f6c
rebar_erlc_compiler: fix src_dirs comment
il y a 12 ans
Tuncer Ayaz
e593a90a3c
rebar.config.sample: fix erl_opts example
il y a 12 ans
Tuncer Ayaz
9ac9d935c0
rebar.config.sample: fix raw dep example formatting
il y a 12 ans
Tuncer Ayaz
e6ee469c4d
rebar.config.sample: fix syntax error
il y a 12 ans
Dave Smith
bf35ec9392
Merge branch 'ates-diameter'
il y a 12 ans
Dave Smith
473843d3cc
Add diameter exclusions to xref
il y a 12 ans
Dave Smith
7dad2b384b
Be sure to filter empty sources (h/t to Tuncer and Joe Norton)
il y a 12 ans
Dave Smith
ebb474b759
Bumping to 2.1.0-pre
il y a 12 ans
Dave Smith
9d42b72bcc
Merge pull request #15 from rebar/dss-restore-ports
Restore support for so_name, port_envs and port_sources
il y a 12 ans
Artem Teslenko
4c25718492
Add support to compile the Diameter dictionary files
il y a 12 ans
Dave Smith
9ac6c25f6d
Restore support for so_name, port_envs and port_sources
il y a 12 ans
Dave Smith
38b08252c6
Merge pull request #14 from tuncer/fix-list-keysort-call
Fix rebar_erlydtl_compiler:erlydtl_opts/1 and rebar:run/2
il y a 12 ans
Tuncer Ayaz
a9491e112f
Fix Dialyzer warning in rebar:run/2
il y a 12 ans
Tuncer Ayaz
93f6ef36af
rebar_erlydtl_compiler: fix incorrect lists:keysort/2 call
il y a 12 ans
Dave Smith
0c8dd15c79
Merge pull request #328 from saleyn/depcheck
Fix erlydtl dependency check
il y a 12 ans
Dave Smith
7826232a03
Merge pull request #327 from saleyn/erlydtl_compiler
Erlydtl compiler
il y a 12 ans
Dave Smith
a2fb8fdc39
Expose Erlang API for invoking rebar
il y a 12 ans
Dave Smith
a7c32f8d98
Add comment to explain why we're using sub_dirs by hand
il y a 12 ans
Daniel Luna
b1a947488b
Add all subdirs to xref library path
il y a 12 ans
Daniel Luna
2b5844d14c
Add email address to my name
il y a 12 ans
Dave Smith
3ef13839d7
Merge pull request #5 from tuncer/zsh-typos
zsh completion: fix typos
il y a 12 ans
Dave Smith
516acd43b7
Merge branch 'master' of github.com:/basho/rebar
il y a 12 ans
Tuncer Ayaz
d97f94ae1e
zsh completion: fix typos
il y a 12 ans
Dave Smith
6eb7c08499
Merge pull request #293 from Motiejus/skip_deps
Add skip_deps=AppListSeparatedByCommas feature.
I agree it's a bit of a weird thing, but it's a reasonable and safe extension. When time comes to properly overhaul stuff, skip_deps should disappear entirely.
il y a 12 ans
Dave Smith
5966880fe1
Merge pull request #4 from shkumagai/feature/add-zsh-completion
Add zsh completion script
il y a 12 ans
Arjan Scherpenisse
cc67814b65
ct: skip instead of halt on missing/unknown suite
This allows `rebar ct suites=abc` to consider all suites when
you have a rebar setup with multiple sub_dirs.
Previously, rebar halted after it could not find the suite in the
first dir. But the suite might be present in another dir (when
sub_dirs contains multiple dirs).
This commit makes it so instead of halting, it prints a warning and
continues with looking for the suite in the other `sub_dir`s.
Note -- This uses try/catch to cause the test to be skipped because
otherwise I needed to adjust the return values of 4 functions, the
code path is pretty deeply nested here. Otherwise the whole call chain
needed to be adjusted for this return value:
`run_test -> make_cmd -> get_suites -> find_suite_path`
IMHO, I think for exceptional cases like this it is fine to use throw;
specially since only the {skip} is catched and nothing else.
il y a 12 ans
Shoji KUMAGAI
468e1ec9a9
Add zsh completion script
For enable to shell-completion in zsh.
il y a 12 ans
Dave Smith
380506c380
Update travis-ci link.
il y a 12 ans
Dave Smith
26bec9f459
Updating .travis.yml for new primary repo
il y a 12 ans
Dave Smith
3a78ef8aa9
Various updates for README to reflect new home for rebar
il y a 12 ans
Dave Smith
3ee3a7cd9e
Merge remote-tracking branch 'basho/master'
il y a 12 ans
Dave Smith
08c510130e
Merge pull request #243 from evanmcc/pevm_min_otp_version
Add support for minimum OTP versions
il y a 12 ans
Dave Smith
fa5c8f44ac
Merge pull request #1 from tuncer/ta-old-arch_string
Revert arch string changes
il y a 12 ans
Tuncer Ayaz
588244465f
Revert arch string changes
il y a 12 ans
Serge Aleynikov
3f5ab55787
Fix erlydtl dependency check
When a DTL template includes other template files, those files don't need
to be compiled separately, and therefore can be given an extension different
from `source_ext` (such as `.dtli`) to avoid being compiled. This fix
allows rebar to find included dependencies with names `*.dtl*` rather
than `*.dtl` and properly determine if a template file needs to be recompiled.
il y a 12 ans
Tuncer Ayaz
27a1bbb9da
Add Magnus Henoch to THANKS
il y a 12 ans