abi-dumper
abi-dumper copied to clipboard
Cyclic dependency between abi-dumper & abi-compliance-checker
I found abi-dumper
and abi-compliance-checker
are depend on each other.
So how can we break the cyclic dependency?
Why this is bad? Just install both simultaneously.
We want to enable this software on the package manger application: spack
.
And we need to specify the dependency which make it automatic installed on user's environment.
If they are depend on each other, that will enter a dead loop.
https://github.com/spack/spack/pull/18738
Ok, let's remove abi-dumper
's dependency on abi-compliance-checker
in this case.