daml/triggers
Gary Verhaegen dfa648f585
hunt down DAML better (#13195)
Process:

- `git ls-files -z | xargs -0 -n 100 sed -i --follow-symlinks 's/DAML/Daml/g'`
- `git add -p`
- `git restore -p`
- Check there is no unstaged change left.

To review:

- Check for false positives by carefully reviewing the diff in this PR.
- Check for false negatives with `git grep DAML`.
- Quicker check for fals positives:

```
git grep DAML | grep -v migration | grep -v DAML_
```

Fixes #13190

Note: This is the "second half" of #13191, which failed to cover all the
remaining DAMLs because of:

```
$ git ls-files | grep "'"
compiler/damlc/tests/daml-test-files/MangledScenario'.daml
```

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-08 17:04:58 +01:00
..
daml hunt down DAML better (#13195) 2022-03-08 17:04:58 +01:00
runner Triggers: Connect Logging context from Triggers to the Speedy. (#13009) 2022-02-22 18:28:49 +01:00
service use user token for trigger service sandbox test fixture (#13077) 2022-02-25 14:08:44 -05:00
tests Interface methods can use plain function declaration syntax (#13102) 2022-03-02 15:59:01 +00:00