Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error handler: | Joseph Hunkeler | 2020-05-25 | 1 | -0/+2 |
| | | | | | * Add spm_die() * Add SPM_ERR_FETCH to handle non-package download failures | ||||
* | Add SPM_ERR_NOT_IMPLEMENTED error type | Joseph Hunkeler | 2020-05-01 | 1 | -0/+1 |
| | |||||
* | Add SPM_ERR_PARSE error type | Joseph Hunkeler | 2020-04-24 | 1 | -0/+1 |
| | |||||
* | Properly declare SPM_ERR_STRING global | Joseph Hunkeler | 2020-04-19 | 1 | -13/+1 |
| | |||||
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -0/+5 |
| | | | | | | | | * 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() | ||||
* | Add error handler | Joseph Hunkeler | 2020-04-19 | 1 | -0/+34 |