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 only matters for the DAML codebase (so I’ll add a test on that
side) where we use relative paths:
Previously, we would produce the include dir "." for moduleImportPath
"./A.daml"
and "" for moduleImportPath "./A/B.daml". This resulted in us ending
up with ./A.daml and A.daml in the Shake graph which resulted in
issues like digital-asset/daml#2929.
We should move this logic completely over to the DAML repo at some
point but I’ll leave that for a separate PR.
0 commit comments