aboutsummaryrefslogtreecommitdiff
path: root/lib/error_handler.c
Commit message (Collapse)AuthorAgeFilesLines
* Error handler:Joseph Hunkeler2020-05-251-0/+5
| | | | | * Add spm_die() * Add SPM_ERR_FETCH to handle non-package download failures
* Add SPM_ERR_NOT_IMPLEMENTED error typeJoseph Hunkeler2020-05-011-0/+1
|
* Consolidate platform detection preprocessor checksJoseph Hunkeler2020-04-241-0/+1
|
* Handle NULL reasonJoseph Hunkeler2020-04-211-3/+9
|
* Properly declare SPM_ERR_STRING globalJoseph Hunkeler2020-04-191-0/+12
|
* Better reporting when a package does not existJoseph Hunkeler2020-04-191-0/+10
| | | | | | | | * 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 handlerJoseph Hunkeler2020-04-191-0/+27