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
494669c added an example of monorepo management with PDM.
However it seems to me that this would lead to dependencies "bleeding" into various packages. Suppose I have sub-packages A and B with disjoint dependencies and I accidentally import a dependency of B in A; I believe PDM will allow this silently, but it should not (because it will fail when A is deployed standalone).
494669c added an example of monorepo management with PDM.
However it seems to me that this would lead to dependencies "bleeding" into various packages. Suppose I have sub-packages
A
andB
with disjoint dependencies and I accidentallyimport
a dependency ofB
inA
; I believe PDM will allow this silently, but it should not (because it will fail whenA
is deployed standalone).This issue is analogous to astral-sh/rye#735 and related to #1505.
The text was updated successfully, but these errors were encountered: