OTP26 support #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "gitlab-mr-iid-6"
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 fixes the test failure in Pleroma as the Map.keys/1 ordering is not guaranteed.
mix.lockshouldn't be committed in libraries as their only version constraints are inmix.exs.I'm not sure about that, see https://hexdocs.pm/elixir/main/library-guidelines.html#dependency-handling
For very active libraries it could make sense to commit it, but for ones updated not even once a year like all our libraries I think it's better to consider the
mix.lockas a SBOM that maybe CI could give as an artifact for reproducibility needs, rather than having it committed and end up with something that you'd need to remember to update everytime a modification is done, else it ends up being stuck in an old era which doesn't matches deployments.Pull request closed