-
```
Hello,
Do you plan also to store also hierarchy of the classes, which are
instanciated in the Jena model.
What steps will reproduce the problem?
1. Compile the attached file (Test.java)
2. Obser…
-
```
Hello,
Do you plan also to store also hierarchy of the classes, which are
instanciated in the Jena model.
What steps will reproduce the problem?
1. Compile the attached file (Test.java)
2. Obser…
-
# Affected Daml version
- Seemingly only on linux and macos, much more frequent on linux
- Every revision after https://github.com/digital-asset/daml/commit/61ba0fa6faf1c63e765b9392718988b2ade41…
-
-
Given
```
module Main where
template Asset
with
issuer : Party
owner : Party
name : Text
where
signatory owner
let p = (issuer, name)
controller owner can…
-
I often find myself needing access to the parties that are currently authorizing my update block. I can always get access by looking at the controllers & signatories & recomputing it but this is somew…
-
```
module Main where
template T
with
p : Party
f : MyBrokenType
where
signatory p
```
This produces 4 errors. 3/4 have no location which in vscode confusingly pops up as a …
-
As part of the support for the Identity Providers at runtime, a new user role has been added: `IdentityProviderAdmin`.
Please support this new role in the Daml Script.
-
When opening a daml module that uses the `CPP` pragma, a red underline will appear at the bottom of the file, and the "Problems" tab will show the error "Main.daml: ❌ 22 in hpp-0.6.4:Hpp.CmdLine CPP".…
akrmn updated
11 months ago
-
https://discuss.daml.com/t/is-there-a-way-to-pretty-print-in-repl/3922
Some linebreaks would be nice.