daml icon indicating copy to clipboard operation
daml copied to clipboard

The Daml smart contract language

Results 662 daml issues
Sort by recently updated
recently updated
newest added

"Step 1" means most of the "easy" files, i.e. the ones neither Azure Pipelines nor GitHub directly depends on. In practice it mostly means everything except a couple top-level GitHub...

The core of the change here is that we set `optMbPackage{Name,Version}` in the `cliOptions` passed to `execTest` to the values from `daml.yaml`, but only when running `daml test` in "project"...

Improves the variant/enum missing constructor errors to suggest a failed downgrade, and provide all information needed.

Firstly extract sample files from: [example.tar.gz](https://github.com/digital-asset/daml/files/14330900/example.tar.gz) Then build If package ``` > (cd If;daml clean;daml build) Removing directory .daml Removed build artifacts. Running single package build of UpgradeIf as no...

Addresses https://github.com/digital-asset/daml/issues/18504 DA-GHC PR: https://github.com/digital-asset/ghc/pull/180 daml PR: https://github.com/digital-asset/daml/pull/18513

This currently does not build. It fails with ``` java.lang.IllegalArgumentException: error: invalid source release: 17 ```

This program currently fails to build ``` module Main where data MyEnum = MyEnum deriving (Enum) ``` with the error message ``` Message: error type checking value Main.$con2tag_BJw0GctXQ6lDBoq1ZFgqgC: unknown type...

language

Testing for participant upload-time upgradeability checks in `UpgradeSpec.scala` will persist the entire Canton log on Linux and Mac while running a test. In the event of a failure, they will...

good first issue