Skip to content

Recompilation speedup: Switch to runtime deps in Pleroma.Instances

Alex Gleason requested to merge cycles-instances into develop

#2651 (closed)

Instance depends on Instances, but Instances has a compile-dep back on Instance.

To fix that, we can change the defdelegate calls into regular functions, converting Instance into a runtime dep.

Removes a cycle: https://www.diffchecker.com/Y3G4kZRP

Screenshot_from_2021-06-08_18-05-19

Edited by Alex Gleason

Merge request reports