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
This arises out of a code comment in #5659. The data constructor of the Package type now includes fields:
, packageDeps ::!(MapPackageNameDepValue)
--^ Packages that the package depends on, both as libraries and build tools.
, packageAllDeps ::!(SetPackageName)
--^ Original dependencies (not sieved).
, packageSubLibDeps ::!(MapMungedPackageNameDepValue)
--^ Original sub-library dependencies (not sieved).
The question is: is some or all of that duplicative and capable of rationalisation? The answer to that question is likely downstream of solving the residual problem of getting sub-library dependencies to work (eg #5839).
The text was updated successfully, but these errors were encountered:
This arises out of a code comment in #5659. The data constructor of the
Package
type now includes fields:The question is: is some or all of that duplicative and capable of rationalisation? The answer to that question is likely downstream of solving the residual problem of getting sub-library dependencies to work (eg #5839).
The text was updated successfully, but these errors were encountered: