Remove stale to_long/1 TODO in profile.ex #158
Labels
No labels
bug
ci-cd
client
epic:security-hardening
feature
optimization
priority:high
priority:low
priority:medium
server
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
BlackLobster/Server#158
Loading…
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?
lib/black_lobster/database/schemas/profile.ex:123carries a# TODO(content-port): Protocol.Name.to_long/1 is not yet portedcomment, but the function IS implemented (protocol/name.ex, base-37 packed-long encoder) and the same block calls it. The TODO is inaccurate — delete it. Trivial cleanup.