You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- packageA
| -- src/
| -- spago.yaml (with a workspace section)
- packageB
| -- src/
| -- spago.yaml (also with a workspace section)
Our packageA lists packageB as a dependency in the package sectionand also includes a reference topackageB` as an extra package in the workspace, i.e.
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.
The text was updated successfully, but these errors were encountered: