haskell-nix/hnix
Please, make a CI automation that tests the reverse dependencies
Open
#790 opened on Jan 2, 2021
automationgood first issue
Repository metrics
- Stars
- (835 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
We currently, thankfully, have a pretty small amount of projects that actively use us: https://packdeps.haskellers.com/reverse/hnix
Take all reverse dependencies, and build them in CI. In that way during any API work we would see what downstream projects are using - that would distinguish what is really used from what project exposed vacuously.
That would help to clean-up the public API, which would save us a lot of effort in the future work.