Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | store plugin providers in app_info's state for deps | Tristan Sloughter | 2015-05-28 | 1 | -17/+13 |
| | |||||
* | add test for plugin with transitive deps | Tristan Sloughter | 2015-05-27 | 1 | -1/+52 |
| | |||||
* | install plugins from the global config to ~/.cache/plugins | Tristan Sloughter | 2015-05-17 | 1 | -2/+55 |
| | |||||
* | enable parse transformations in rebar config | Tristan Sloughter | 2015-04-26 | 1 | -2/+25 |
| | |||||
* | track and cleanup code paths for different contexts | Tristan Sloughter | 2015-04-21 | 1 | -5/+8 |
| | |||||
* | add test for single atom pkg dep picking the highest available | Tristan Sloughter | 2015-04-11 | 1 | -2/+28 |
| | |||||
* | rm old beams, make erlcinfo graph per app isntad of global to project | Tristan Sloughter | 2015-04-10 | 1 | -2/+21 |
| | |||||
* | test touching a header file causes module recompiled | Tristan Sloughter | 2015-04-10 | 1 | -2/+39 |
| | |||||
* | test building of deps plugins | Tristan Sloughter | 2015-04-04 | 1 | -2/+34 |
| | |||||
* | treat _checkouts as deps that are always compiled | Tristan Sloughter | 2015-03-21 | 1 | -3/+124 |
| | |||||
* | compile source from the symlinked directories under `_build` to | alisdair sullivan | 2015-03-08 | 1 | -0/+27 |
| | | | | get correct compile paths included in module info | ||||
* | switch from loading modules to read compile info to using `beam_lib` | alisdair sullivan | 2015-03-05 | 1 | -12/+2 |
| | | | | fixes #216 and #220 | ||||
* | change from post-purging modules after checking their module info to | alisdair sullivan | 2015-03-03 | 1 | -2/+13 |
| | | | | pre-purging before checking to facilitate long do chains | ||||
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -7/+7 |
| | |||||
* | don't unescessarily recompile yrl/xrl files | alisdair sullivan | 2015-02-22 | 1 | -2/+43 |
| | | | | fixes #175 | ||||
* | check already compiled modules compile arguments against current compile | alisdair sullivan | 2015-02-16 | 1 | -2/+56 |
| | | | | arguments to ensure compile results as as intended | ||||
* | MORE TESTS | Fred Hebert | 2014-12-29 | 1 | -2/+23 |
| | |||||
* | Adding tests for checkouts being found & compiled | Fred Hebert | 2014-12-29 | 1 | -4/+21 |
| | |||||
* | Add release-structured compiling tests | Fred Hebert | 2014-12-24 | 1 | -2/+17 |
| | |||||
* | Fix up programmatic interface to rebar3 | Fred Hebert | 2014-12-21 | 1 | -1/+1 |
| | | | | Now supports arbitrary commands | ||||
* | Partial fix to circular deps (#40) | Fred Hebert | 2014-12-06 | 1 | -1/+1 |
| | | | | | | | | | - Adding tests - fixing use of set fetching to find repeated deps and prevent infinite loops On a circular loop rebar3 now fails with `{error, no_sort}`, which is uncaught and should be handled to consider the issue fully fixed. | ||||
* | Initial tests for dependency resolving | Fred Hebert | 2014-12-04 | 1 | -85/+6 |
| | | | | | | | | | | | | | - Reworked the helpers for existing suites and expanded them - Created a mock git resource module to test for its dependency fetching - Added a test suite for dependency resolving with first checks for common cases (https://gist.github.com/ferd/197cc5c0b85aae370436) Left to do would include: - Verify warnings - Verify failures - Verify dependency updates resolving | ||||
* | start of breaking out test code for ease of checks | Tristan Sloughter | 2014-11-29 | 1 | -9/+12 |
| | |||||
* | pass command as arg to run_aux for now | Tristan Sloughter | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | fix ct test for new command handling | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | update common tests | Tristan Sloughter | 2014-09-17 | 1 | -2/+2 |
| | |||||
* | change name of suite | Tristan Sloughter | 2014-09-01 | 1 | -0/+113 |