Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -13/+27 |
| | | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause() | ||||
* | Implement error handling | Joseph Hunkeler | 2020-04-19 | 1 | -12/+42 |
| | | | | * Die on bad root directory | ||||
* | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 1 | -1/+1 |
| | | | | * test_spm_mkdtemp revealed a difference in how variables are stored (Linux vs. MacOS) | ||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+328 |
possible |