digital-asset / daml

The Daml smart contract language
https://www.digitalasset.com/developers
797 stars 199 forks source link

Multi-package doesn't support `source: .` #19459

Closed samuel-williams-da closed 1 month ago

samuel-williams-da commented 2 months ago

Both multi-package build and multi-ide struggle with packages that define source: . in daml.yaml For build, we get an error when it tried to initialize the package database For multi-ide, goto definition on source packages defined like this fails

In general for multi-package, we should recommend users have a separate folder for daml files - i.e. source: daml For 2.10, we will fix this behaviour.

samuel-williams-da commented 1 month ago

I can't seem to recreate the build issues. I'll fix the IDE issues.