Open onslaughtq opened 2 months ago
Would you be able to put together a small example repo that demonstrates the issue so I can have a look at it?
I have published a branch pedantic-packages-broken
to https://github.com/onslaughtq/spago-test that can be used as an example.
Thanks! I can replicate the issue - not sure where it's coming from, but it is a bug
With the latest version of spago, 0.93.39, we are having an issue with using pedantic packages. It is reporting that packages, which are defined in the same repo are not needed.
Our setup is
Our
packageA
listspackageB
as a dependency in thepackage
sectionand also includes a reference to
packageB` as an extra package in the workspace, i.e.With this setup, packageB is now being listed as unused, even though it is definitely used by package A.