Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #166 from tsloughter/xdg | Fred Hebert | 2015-02-21 | 8 | -37/+45 | |
|\ \ | |/ |/| | follow xdg standard. fixes #122 | |||||
| * | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 8 | -37/+45 | |
| | | ||||||
* | | Merge pull request #155 from tsloughter/new_deps | Fred Hebert | 2015-02-19 | 2 | -12/+37 | |
|\ \ | | | | | | | check for newly added deps in the config file that aren't level 0 in lock | |||||
| * | | check for newly added deps in config file that aren't level 0 in the lock | Tristan Sloughter | 2015-02-19 | 2 | -12/+37 | |
| |/ | ||||||
* | | update project app list with new appinfo records after build | Tristan Sloughter | 2015-02-19 | 3 | -29/+32 | |
|/ | ||||||
* | Merge pull request #160 from tsloughter/sub_deps | Fred Hebert | 2015-02-19 | 3 | -15/+34 | |
|\ | | | | | use project sub-apps with deps in their rebar.config | |||||
| * | sort project apps before merging deps | Tristan Sloughter | 2015-02-19 | 3 | -13/+15 | |
| | | ||||||
| * | use project sub-apps with deps in their rebar.config | Tristan Sloughter | 2015-02-17 | 2 | -3/+20 | |
| | | ||||||
* | | fix error where an exception in ct could hang rebar by monitoring | alisdair sullivan | 2015-02-18 | 1 | -2/+4 | |
| | | | | | | | | the process where ct is performed | |||||
* | | Merge pull request #159 from talentdeficit/quiet_ct | Tristan Sloughter | 2015-02-17 | 1 | -8/+33 | |
|\ \ | | | | | | | suppress common_test output unless `rebar3 ct` is run with verbose switch | |||||
| * | | suppress common_test output unless `rebar3 ct` is run with verbose switch | alisdair sullivan | 2015-02-17 | 1 | -8/+33 | |
| |/ | ||||||
* | | purge mods loaded during check to see if they need to be recompiled | alisdair sullivan | 2015-02-17 | 1 | -2/+4 | |
|/ | | | | during compile task before running subsequent tasks | |||||
* | Merge pull request #157 from talentdeficit/real_needs_recompile | Tristan Sloughter | 2015-02-17 | 1 | -9/+26 | |
|\ | | | | | check already compiled modules compile arguments against current compile arguments | |||||
| * | check already compiled modules compile arguments against current compile | alisdair sullivan | 2015-02-16 | 1 | -9/+26 | |
| | | | | | | | | arguments to ensure compile results as as intended | |||||
* | | print error message suggesting to run rebar3 update if missing package index | Tristan Sloughter | 2015-02-17 | 1 | -0/+1 | |
| | | ||||||
* | | parse version constraints in hex registry for digraph | Tristan Sloughter | 2015-02-17 | 1 | -10/+52 | |
| | | ||||||
* | | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 9 | -80/+122 | |
| | | ||||||
* | | remove unused functions from app utils | Tristan Sloughter | 2015-02-17 | 1 | -26/+5 | |
| | | ||||||
* | | Initial `deps` command | Fred Hebert | 2015-02-16 | 1 | -1/+69 | |
| | | ||||||
* | | Merge pull request #154 from tsloughter/git_ref_needs_update | Fred Hebert | 2015-02-16 | 1 | -8/+15 | |
|\ \ | | | | | | | needs_update: on ref defined deps only have to match prefix if 7+ chars | |||||
| * | | needs_update: on ref defined deps only have to match prefix if 7+ chars | Tristan Sloughter | 2015-02-16 | 1 | -8/+15 | |
| | | | ||||||
* | | | Remove extra default warnings | James Fish | 2015-02-16 | 1 | -7/+1 | |
|/ / | | | | | | | | | | | It is not convenient for everyone to handle unmatched_returns and underspecs warnings. Extra default warnings are removed to match dialyzer's behaviour. | |||||
* | | Fix dialyzer when only updating plt | James Fish | 2015-02-15 | 1 | -1/+1 | |
| | | | | | | | | Previously dialyzer would crash when not doing success typing analysis. | |||||
* | | Fix {dialyzer_plt_warnings, false} returning warnings | James Fish | 2015-02-14 | 1 | -6/+26 | |
|/ | | | | | | When dialyzer_plt_warnings is false no warnings should be returned when updating a PLT. Previously any callgraph warnings would be returned when updating a PLT regardless of the get_warnings option. | |||||
* | Merge pull request #142 from rebar/wtf-provider | Tristan Sloughter | 2015-02-13 | 4 | -2/+105 | |
|\ | | | | | Initial WTF provider implementation | |||||
| * | Advertise rebar3 wtf in error messages | Fred Hebert | 2015-02-13 | 1 | -1/+3 | |
| | | ||||||
| * | Initial WTF provider implementation | Fred Hebert | 2015-02-12 | 3 | -1/+102 | |
| | | | | | | | | Tests missing | |||||
* | | Fix #140 and preserve erl_first_files order | Martin Karlsson | 2015-02-13 | 1 | -5/+20 | |
|/ | | | | | | Match erl_first_files properly against all files needing compilation and make sure the order of erl_first_files as specified in rebar.config is preserved (rebar/rebar#445) | |||||
* | Warnings for Deletions and friendly errors | Fred Hebert | 2015-02-12 | 1 | -10/+28 | |
| | | | | | | | | | Apps that are no longer used are not automatically deleted, but we tell users it can be done. This is safer while we're not sure of the correctness of these messages. Error messages are added for transient dependencies and dependencies not found. | |||||
* | Support multiple app upgrade & lock tests | Fred Hebert | 2015-02-11 | 1 | -19/+19 | |
| | | | | | | - Many apps is supported through and through - Not mentioning any app upgrades all apps - Locks are refreshed on disk and tested as such after an upgrade | |||||
* | Fix testcases, add multi-app upgrade support | Fred Hebert | 2015-02-11 | 2 | -22/+75 | |
| | | | | | | | | todo: - relock stuff - default to all apps needing upgrade - more tests? - pkgs? | |||||
* | Refactor install_deps to match 'upgrade' ideas | Fred Hebert | 2015-02-11 | 1 | -52/+61 | |
| | | | | | | - rename 'update' to 'upgrade' -- 'update' stands for package list updates, not dependencies upgrades - extracting some deeply nested code | |||||
* | More progress on upgrades | Fred Hebert | 2015-02-11 | 2 | -13/+19 | |
| | | | | | | Only the most complex case is failing, where cross-dependencies would need to be refetched as an update clears an app of its dependencies and a different subtree should override it. | |||||
* | Partial work + Failing tests | Fred Hebert | 2015-02-11 | 1 | -1/+1 | |
| | | | | | The problem with the current effort is handling of transitive dependency upgrades and possible values. | |||||
* | Alternative attempt | Fred Hebert | 2015-02-11 | 2 | -34/+36 | |
| | ||||||
* | WIP | Fred Hebert | 2015-02-11 | 4 | -18/+42 | |
| | | | | | | Test that all the correct locks are set for an upgrade run. Now to actually re-run the install deps and prove it works | |||||
* | Merge pull request #138 from talentdeficit/args_to_tasks | Fred Hebert | 2015-02-11 | 2 | -7/+56 | |
|\ | | | | | factor out task/args parsing from `do` for use in other meta commands | |||||
| * | factor out task/args parsing from `do` for use in other meta | alisdair sullivan | 2015-02-08 | 2 | -7/+56 | |
| | | | | | | | | commands | |||||
* | | Merge pull request #132 from fishcakez/dialyzer_fail | Tristan Sloughter | 2015-02-08 | 1 | -28/+51 | |
|\ \ | | | | | | | Dialyzer fails if any warnings | |||||
| * | | Fix dialyzer plt checking typo | James Fish | 2015-02-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Display full path in dialyzer warningss | James Fish | 2015-02-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fail if any dialyzer warnings aren't unknowns | James Fish | 2015-02-07 | 1 | -25/+48 | |
| | | | ||||||
* | | | Merge pull request #135 from fishcakez/dialyzer_erts_app | Tristan Sloughter | 2015-02-08 | 1 | -0/+7 | |
|\ \ \ | | | | | | | | | Fix dialyzer erts file lookup for releases prior to R16B02 | |||||
| * | | | Fix dialyzer erts file lookup for releases prior to R16B02 | James Fish | 2015-02-08 | 1 | -0/+7 | |
| |/ / | | | | | | | | | | | | | erts.app was introduced in R16B02 so read all beam files from the erts ebin directory if erts.app file does not exist. | |||||
* | | | return an error when an app file is missing | nuex | 2015-02-07 | 1 | -0/+1 | |
|/ / | ||||||
* | | Change mock_pkg_resource to create ebin directory | Kelly McLaughlin | 2015-02-06 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | | | | | Change mock_pkg_resource to use rebar_test_utils:create_empty_app so that an ebin directory is created which is a good expectation for a package. Also revert the check in rebar_fetch:download_source to check for an ebin directory before adding it to the code path for package installs. If a package does not have an ebin directory it is probably a good for an exception to be thrown. | |||||
* | | Ensure package ebin directory exists prior to adding to code path | Kelly McLaughlin | 2015-02-06 | 1 | -1/+6 | |
| | | ||||||
* | | Add packages to code path after installation | Kelly McLaughlin | 2015-02-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Fix a bug where packages are not added to the code path after installation. Dependent applications that build from source are not affected by this issue since the build_apps function in rebar_prv_compiler takes care of the code path changes for them. It is only the precompiled packages that suffer from this issue. | |||||
* | | Add xref support for multi-app projects | Kelly McLaughlin | 2015-02-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | Add xref support for multi-app projects. Instead of only adding the top-level ebin directory to the xref server use rebar_state:project_apps/1 to enumerate the applications for the project and add the ebin directory for each one. | |||||
* | | Merge pull request #123 from tsloughter/pkg_deps | Tristan Sloughter | 2015-02-05 | 2 | -10/+10 | |
|\ \ | | | | | | | package dep names are binary, fix install deps and related tests |