Heinz N. Gies
6557820cc7
Remove rebar_colour and replace it with cf
9 лет назад
Heinz N. Gies
a00cc833ad
Fix bad string caused by missing fmt call
9 лет назад
Heinz N. Gies
3c917be234
Split out colour printing code in own module
9 лет назад
Heinz N. Gies
f49ddaaf75
Fix some indentation and add debug on format errors
9 лет назад
Heinz N. Gies
f0812710e3
Enable highlighting in contracts
9 лет назад
Heinz N. Gies
ffe84add67
Fix colors for bad and good args
9 лет назад
Heinz N. Gies
de7b8b84bf
Remove dubplicated call to format_warning
9 лет назад
Heinz N. Gies
c49327c817
Check term cap for color output
9 лет назад
Heinz N. Gies
e6ef19ecb3
Make it easy to switch colors off in cfmt
9 лет назад
Heinz N. Gies
a6f067cb04
Add missing colors to cfmt
9 лет назад
alisdair sullivan
9d82215296
add an export to allow specifing arbitrary extra erl files to be compiled
to `rebar_erlc_compiler`
9 лет назад
Heinz N. Gies
5ad1687fe5
Remove color login from text
9 лет назад
Heinz N. Gies
2d93ba32c1
Color the remaining functions in basic a way
9 лет назад
Heinz N. Gies
3ea484530f
Formating for inproper list construction
9 лет назад
Zachary Hueras
2fa68051ef
Improve semantic versioning from git between tags
In the scenario we that we have selected a commit
that is between two tags, we should base the
version on the most recent tag we can see in the
revision history, but we should not treat this as
the tag version.
`git describe --tags --abbrev=0` finds the most
recent tag visible in the revision history from
the current HEAD. Return this as the version
string and undefined as the tag to trigger ref
counting.
9 лет назад
Zachary Hueras
a70c1baf79
Only match current HEAD tag in git semver
In the scenario that someone had cloned an entire
repository and then checked out an older version
tag, the semantic versioning would detect the
newest tag, not the checked out tag. Look for
the HEAD string prior to tag: to indicate the
currently selected tag.
9 лет назад
Heinz N. Gies
bba67f8b21
Add no local return styling
9 лет назад
Heinz N. Gies
cbbd8b60a1
Shorten filenames slightly
9 лет назад
Heinz N. Gies
59cbba3f1a
Add more messages, split up display in more then 1 line
9 лет назад
Tristan Sloughter
a58ef016b1
include source the app is being ugpraded to, like with fetching, in info
9 лет назад
Heinz N. Gies
6f7f3eabb8
Add 'will never return' warning to nice warnings
9 лет назад
Heinz N. Gies
dd9a0bb8a8
Colorize the first dialyzer message
9 лет назад
Tristan Sloughter
8421d5ce81
handle case that upgraded app no longer has .app.src file
9 лет назад
Heinz N. Gies
0867cadbd7
Fix consult_and_eval/2 to behave like consult
9 лет назад
Tristan Sloughter
860df96cd5
update erlware_commons
9 лет назад
Tristan Sloughter
85ce3628c1
make v prefix in git tag version optional
9 лет назад
Tristan Sloughter
722d264c9b
Revert "Improved git versioning"
9 лет назад
Tristan Sloughter
b4c840b2fd
add DEBUG statement of the command sequence that'll be run
9 лет назад
Benoit Chesneau
56f8f6d7df
uses erlang-certifi
9 лет назад
Jess Balint
731916870d
Fix parsing of version #'s of dependencies
Version #'s with patch info like "1.1.1-x" would cause an error. Now
tokenize the version string with "." AND "-".
9 лет назад
Zachary Hueras
1469e59c3a
Improve semantic versioning from git between tags
In the scenario we that we have selected a commit
that is between two tags, we should base the
version on the most recent tag we can see in the
revision history, but we should not treat this as
the tag version.
`git describe --tags` finds the most recent tag
visible in the revision history from the current
HEAD. Return this as the version string and
undefined as the tag to trigger ref counting.
9 лет назад
Zachary Hueras
82faab2fe7
Only match current HEAD tag in git semver
In the scenario that someone had cloned an entire
repository and then checked out an older version
tag, the semantic versioning would detect the
newest tag, not the checked out tag. Look for
the HEAD string prior to tag: to indicate the
currently selected tag.
9 лет назад
Zachary Hueras
979610b44c
Make the v-prefix optional in git semver
Not all repositories use a v-prefix for version
tags. All tags should be considered valid
versions.
9 лет назад
Mickael Remond
16757c0c54
Fix typo in plugins command help
9 лет назад
Tristan Sloughter
7ad9f7ea75
append ebin dirs to path in local start script
9 лет назад
Tristan Sloughter
665bdf6bdb
add --paths option to bare compile provider
9 лет назад
Tristan Sloughter
9dfec19c67
escript should append the ebin dirs to the code path not prepend
9 лет назад
Tristan Sloughter
16ea08b9c3
add rebar3 paths to the end of the code path in start script
9 лет назад
Tristan Sloughter
4c29a771c1
add bare compile provider, for starters for use by mix
9 лет назад
alisdair sullivan
ae275c6396
function name changes:
`reduce_path/1` -> `canonical_path/1`
`relative_path/2` -> `path_from_ancestor/2`
9 лет назад
Tristan Sloughter
168f423baa
replace noinput with noshell so providers that ask for input work
9 лет назад
alisdair sullivan
6a89485448
extract `retarget_path/2', `relative_path/2' and `reduce_path/1' and
add tests
9 лет назад
Tristan Sloughter
ef8fc6ab61
parse versions in deps tree output and support checkouts
9 лет назад
Takeru Ohta
f5d413e90f
Change option name from "plt_include_all_deps" to "plt_apps"
9 лет назад
Takeru Ohta
4891912790
Fix error handlings for unknown applications
9 лет назад
Garret Smith
ce19c2e16d
Terms is already a list
Fixes compiling yaws, which has an .app.src.script file
9 лет назад
alisdair sullivan
34816ad8dc
cover compile beams compiled for ct/eunit seperately from beams compiled otherwise
fixes #788
9 лет назад
Tristan Sloughter
242d12b234
check checksum of rebar3 download in local_upgrade provider
9 лет назад
Tristan Sloughter
a3a590947a
fix rebar3 url for upgrade
9 лет назад
Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
9 лет назад