Lang class fails in pathological cases #33
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
-
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#33
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?
There are errors in the Lang class which causes it to fail in cases such as when the default language file (locale/en.php) is missing or unreadable; this may even lead to endless loops. Unit tests for the class (see #3) should help to isolate these cases and make a fix easier.