Report missing requirements better #70
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At present Arsse does a bad job complaining about missing requirements: for most of them an unhandled PHP-level error or exception will halt processing once a missing function or class is naïvely used, and that's the extent of it. Once logging is implemented, we should make an effort to check the requirements, log what's missing, and fail gracefully.