fix some elixir 1.18 deprecation warnings #930
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#930
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:build_deprecation-warnings"
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?
This deals with all but one warning generated from the main application; the remaining warning about an always matching
cond
is either a false positive or I’m misunderstanding what it wants to tell me.Tests generate more warnings but since they only appear over time while running the tests and mingled with warnings from dependencies and log output it’s hard to get a comprehensive list of them.