TTRSS output typing inconsistencies #125
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#125
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?
TTRSS returns many integers as strings, for whatever reason, with no pattern to what will be which type. We have been always returning integers, which causes FeedReader to fail to sync. We therefore need to adjust every operation's output to output the correct types.
TTRSS input typing inconsistenciesto TTRSS output typing inconsistencies