Moisés Ackerman

Results 39 issues of Moisés Ackerman

Avoid generating doc for interface type-classes / instances such as `HasToInterface`, `HasFromInterface` or `HasImplementation` (spun off from https://github.com/digital-asset/daml/issues/14694)

language

https://github.com/digital-asset/daml/blob/a74c020dddb1f10b3fd8fe43125adbbe9c93c648/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion.hs#L1240

language

Updates the upgrades tests to allow for "test dars" to be generated inline for test files using a comment yaml syntax, and cpp pragmas to modify per version. This allows...

(targetting `sw/inline-package-upgrades-test` until https://github.com/digital-asset/daml/pull/18404 is merged)

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"...

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 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