Age | Commit message (Collapse) | Author |
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is sub-optimal but I suspect rcl_depsolver is going to migrate
away from depsolver in any case.
|
|
|
|
|
|
|
|
This allows errors to be printed at the source
|
|
Dialyzer has warnings that often would allow you to fix problems
before the tests are even run. In some cases, dialyzer is even faster
then the tests. So it makes sense to run dialyzer before any unit or
common tests in the system.
|
|
|
|
This provides a public api for relcool in addition to its escript oriented api
|
|
|
|
This lets us know whether we where called from the command line or the API
|
|
|
|
|
|
This changes moves rcl_app_info to store the version as a parsed
semver rather then a string, making it comparable.
tmp app info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|