daml
daml copied to clipboard
The Daml smart contract language
# Affected Daml version 2.7.0 # Bug description When starting `daml studio` with the following `daml.yaml` contents ``` sdk-version: 2.7.0 name: daml-app-template source: app/daml/src/test/daml version: 0.0.1 dependencies: - daml-prim -...
Following on from https://github.com/digital-asset/daml/issues/16310, https://github.com/digital-asset/daml/pull/16353 More specifically: https://github.com/digital-asset/daml/issues/16310#issuecomment-1440375540 This enables them to do their own visualizations and analysis of results
# Affected Daml version 2.4.0 # Bug description In Daml Studio, when using the "Quick Fix" feature for a Month enum, the quick fix is not correct. # To reproduce...
For larger scenarios, in partiuclar if they fail (but I’m not confident that’s the trigger), daml studio gets really slow to the point where even scrolling in the codepane gets...
This is slightly different from #11691: Some limits will probably be enforced as part of serialization (we cannot reasonably guess size) but Daml Studio doesn’t serialize transactions the same way...
Currently a diagnostics for an error in a scenario always points to the beginning of the scenario. For on-ledger code we could instead point to the location of the `submit`...
Currently, we remap contract ids in Daml Studio in the transaction view to event ids to have something shorter and nicer. However, the `Show` instances in LF >= 1.11 expose...
When using Live Share in Visual Studio Code, some features like the linter output is shown to connected clients. Unfortunately, other features like error messages aren't shown. Can we do...
Should allow the user to generate an email to us with their problem. There should be a 1-click button to report errors in the IDE, which sends us the source...