Fix elixir 1.17 and migration lock warnings #810
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 docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#810
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:ex1.17-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?
Remaining deprecation warnings are in external deps and the captcha dep from pleroma
tested
MIX_ENV=test mix ecto.reset
,mix test
andmix compile
EDIT: for the deprecation warning from elixir-captcha which pops up on every
mix
invocation, i sent the trivial fix to Pleroma’s upstream, not sure if/when this get’s merged though or if forking it to akkoma.dev would be better: https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha/-/merge_requests/6b9391adecf
to1a4238bf98
all seems good ,thanks!