abi-dumper icon indicating copy to clipboard operation
abi-dumper copied to clipboard

Cyclic dependency between abi-dumper & abi-compliance-checker

Open darmac opened this issue 4 years ago • 3 comments

I found abi-dumper and abi-compliance-checker are depend on each other. So how can we break the cyclic dependency?

darmac avatar Oct 26 '20 01:10 darmac

Why this is bad? Just install both simultaneously.

linuxhw avatar Oct 26 '20 05:10 linuxhw

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

darmac avatar Oct 26 '20 07:10 darmac

Ok, let's remove abi-dumper's dependency on abi-compliance-checker in this case.

linuxhw avatar Oct 26 '20 12:10 linuxhw