The Daml smart contract language
Go to file
Stefano Baghino aec3390904
Replace silencer plugin with built-in warning configuration (#12543)
Since Scala 2.13.2, Scala introduced built-in support to
manage warnings in a more granular fashion, thus making
the silencer plugin we are currently using no longer
strictly useful. Removing compiler plugins also removes
friction from migrating to Scala 3 in the future. As a
cherry on top, the built-in warning configuration also
allows to check whether a `@nowarn` actually does
anything, allowing us to proactively remove unused
warnings should the need arise.

[Here][1] is s a blog post by the Scala team about it.

Warnings have been either solved or preserved if useful,
trying to minimize the scope (keeping it at the single
expression scope if possible). In particular, all
remaining usages of the Scala Collection API compatibility
module have been removed.

Using the silencer plugin also apparently hid a few
remaining usages of compatibility libraries that were used
as part of the transition from Scala 2.12 to Scala 2.13
that are no longer needed. Removing those warnings
highlighted those.

changelog_begin
changelog_end

[1]: https://www.scala-lang.org/2021/01/12/configuring-and-suppressing-warnings.html
2022-01-24 15:01:35 +00:00
.github Minor fixes to issue templates (#12195) 2021-12-17 17:07:32 +00:00
.vscode Update .vscode/settings.json (#8425) 2021-01-07 14:32:33 +00:00
3rdparty Further copyright updates (#12249) 2022-01-04 16:32:17 +01:00
bazel_tools Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
build-scripts update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
ci Upgrade to oracle 19.14 image for ci (#12523) 2022-01-21 07:50:55 -05:00
compatibility Fix trigger compat test for canton sandbox (#12549) 2022-01-24 12:24:33 +00:00
compiler Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
daml-assistant Use canton sandbox in script+trigger compat tests (#12514) 2022-01-20 17:10:11 +00:00
daml-lf Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
daml-script Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
dev-env Upgrade msys2 (#12545) 2022-01-24 10:58:34 +00:00
docs docs: typos and minor clarification for authz docs (#12534) 2022-01-24 10:42:30 +01:00
ghc-lib Further copyright updates (#12249) 2022-01-04 16:32:17 +01:00
infra ci: use service account for Windows nodes (#12489) 2022-01-19 19:58:17 +00:00
language-support Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
ledger Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
ledger-api Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
ledger-service Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
libs-haskell Add eager timeouts to the polling functions used in daml start and assistant integration tests. (#12361) 2022-01-12 10:01:56 +00:00
libs-scala Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
navigator Upgrade css-loader to 5.2.7 (#12550) 2022-01-24 12:07:21 +00:00
nix Upgrade to NodeJS 14 (#12429) 2022-01-17 12:05:53 +01:00
release Update windows testing instructions (#12504) 2022-01-20 10:35:07 +00:00
replacements update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
rules_daml Fix damlc warnings & compile flags (#12404) 2022-01-13 18:32:31 +00:00
runtime-components [ledger-api-test-tool] - Merge KVCommandDeduplicationIT and CommandDeduplicationIT (#12257) 2022-01-11 01:53:55 -08:00
scala-protoc-plugins update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
security update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
templates alert on invalid users in create-daml-app (#12518) 2022-01-23 10:28:48 +01:00
triggers Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
.bazelignore Remove redundant clean --expunge (#6890) 2020-07-28 09:49:36 +02:00
.bazelrc Limit the number of parallel Bazel actions (#11779) 2021-11-18 18:32:33 +00:00
.dadew Upgrade to NodeJS 14 (#12429) 2022-01-17 12:05:53 +01:00
.envrc open-sourcing daml 2019-04-04 09:33:38 +01:00
.gitattributes Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
.gitignore Commit compatibility/.bazelrc (#8955) 2021-02-25 19:53:30 +01:00
.hie-bios Update rules_haskell (#4751) 2020-03-13 16:49:34 +01:00
.hlint.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
.scalafmt.conf Set scalafmt dialect explicitly (#11898) 2021-11-26 13:57:57 +00:00
azure-cron.yml Upgrade vsce and markdown-it (#12431) 2022-01-17 13:40:42 +00:00
azure-pipelines.yml split-release: Canton dependencies to public GCS (#12552) 2022-01-24 13:19:18 +00:00
BAZEL-bash.md add Bazel bash help (#2223) 2019-07-19 15:31:45 +00:00
BAZEL-go.md Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
bazel-haskell-deps.bzl Drop unused vars from bazel-haskell-deps (#12387) 2022-01-13 14:47:58 +01:00
BAZEL-haskell.md Update rules_haskell (#10674) 2021-08-26 10:41:58 +02:00
bazel-java-deps.bzl Upgrade H2 to v2.1.210 (#12461) 2022-01-18 18:44:34 +01:00
BAZEL-JVM.md Drop Scala 2.12 support (#11619) 2021-11-17 18:38:43 +01:00
BAZEL-oracle.md Write a few lines on how to run tests against an Oracle database (#10230) 2021-07-09 14:14:03 +02:00
BAZEL.md Drop Scala 2.12 support (#11619) 2021-11-17 18:38:43 +01:00
buf-kvutils.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
buf-ledger-api.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
buf-lf-transaction.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
buf-participant-integration-api.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
BUILD Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
build.ps1 Upgrade msys2 (#12545) 2022-01-24 10:58:34 +00:00
build.sh update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
CHANGELOG Fix links in changelog (#10409) 2021-07-26 13:16:14 +00:00
CODE_OF_CONDUCT.md open-sourcing daml 2019-04-04 09:33:38 +01:00
CODEOWNERS Rename kv-transaction-support library [KVL-1168] (#12212) 2021-12-20 16:33:36 +01:00
CONTRIBUTING.md Remove Extractor (#12188) 2021-12-17 13:43:23 +00:00
COPY update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-logo.png Replace Daml logo on README (#8756) 2021-02-04 16:28:52 +01:00
deps.bzl Upgrade to the latest Canton snapshot (#12544) 2022-01-24 12:48:34 +00:00
dotfiles open-sourcing daml 2019-04-04 09:33:38 +01:00
fmt.sh update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
ghcide_snapshot_windows.json Switch to GHC 8.10.3 (#8394) 2021-01-25 11:53:53 +00:00
ghcide_snapshot.json Switch to GHC 8.10.3 (#8394) 2021-01-25 11:53:53 +00:00
ghcide-snapshot.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
go_deps.bzl update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
go.mod Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
go.sum Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
LATEST split release (#12492) 2022-01-19 20:09:03 +00:00
LICENSE Further copyright updates (#12249) 2022-01-04 16:32:17 +01:00
maven_install_2.13.json Upgrade H2 to v2.1.210 (#12461) 2022-01-18 18:44:34 +01:00
NOTICES update NOTICES file (#12542) 2022-01-23 10:27:34 +01:00
NOTICES.md cleanup oss-compliance & NOTICES.md (#8242) 2020-12-10 16:45:56 +01:00
package.json Upgrade typescript and typedoc (#12457) 2022-01-18 15:52:39 +01:00
Pipfile add blackduck scan to run on master (#6130) (#8161) 2020-12-07 19:59:39 +00:00
README.md Tell users to use --install-assistant=yes (#12507) 2022-01-20 13:59:53 +00:00
release.sh update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
security-evidence.md LF: Test evaluation order of exercise and exercise_by_key (#12519) 2022-01-24 12:23:31 +00:00
SECURITY.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
shell.nix dev-env: Use nix-shell for scripts instead of sourcing dade-common. (#10088) 2021-06-23 09:39:00 +00:00
stack-snapshot.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
stackage_snapshot_windows.json Move ghc-lib{,-parser} to bazel-haskell-deps (#11775) 2021-11-30 18:11:33 +00:00
stackage_snapshot.json Move ghc-lib{,-parser} to bazel-haskell-deps (#11775) 2021-11-30 18:11:33 +00:00
tsconfig.json open-sourcing daml 2019-04-04 09:33:38 +01:00
unreleased.sh update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
Upgrading.md Upgrade Nixpkgs [KVL-1045] (#10624) 2021-08-20 12:34:19 +00:00
WORKSPACE Upgrade to NodeJS 14 (#12429) 2022-01-17 12:05:53 +01:00
workspace_status.sh update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
yarn.lock Upgrade typescript and typedoc (#12457) 2022-01-18 15:52:39 +01:00

Daml logo

Download License Build

Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Welcome to the Daml repository!

This repository hosts all code for the Daml smart contract language and SDK, originally created by Digital Asset. Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime. The SDK is a set of tools to help you develop applications based on Daml.

Using Daml

To download Daml, follow the installation instructions. Once installed, to try it out, follow the quickstart guide.

If you have questions about how to use Daml or how to build Daml-based solutions, please join us on the Daml forum. Alternatively, if you prefer asking on StackOverflow, please use the daml tag.

Contributing to Daml

We warmly welcome contributions. If you are looking for ideas on how to contribute, please browse our issues. To build and test Daml:

1. Clone this repository

git clone git@github.com:digital-asset/daml.git
cd daml

2. Set up the development dependencies

Our builds require various development dependencies (e.g. Java, Bazel, Python), provided by a tool called dev-env.

Linux and Mac

On Linux and Mac dev-env can be installed with:

  1. Install Nix by running: bash <(curl -sSfL https://nixos.org/nix/install)
  2. Enter dev-env by running: eval "$(dev-env/bin/dade assist)"

If you don't want to enter dev-env manually each time using eval "$(dev-env/bin/dade assist)", you can also install direnv. This repo already provides a .envrc file, with an option to add more in a .envrc.private file.

Windows

On Windows you need to enable long file paths by running the following command in an admin powershell:

Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name LongPathsEnabled -Type DWord -Value 1

Then start dev-env from PowerShell with:

.\dev-env\windows\bin\dadew.ps1 install
.\dev-env\windows\bin\dadew.ps1 sync
.\dev-env\windows\bin\dadew.ps1 enable

In all new PowerShell processes started, you need to repeat the enable step.

3. First build and test

We have a single script to build most targets and run the tests. On Linux and Mac run ./build.sh. On Windows run .\build.ps1. Note that these scripts may take over an hour the first time.

To just build do bazel build //..., and to just test do bazel test //.... To read more about Bazel and how to use it, see the Bazel site.

On Mac if building is causing trouble complaining about missing nix packages, you can try first running nix-build -A tools -A cached nix repeatedly until it completes without error.

4. Installing a local copy

On Linux and Mac run daml-sdk-head which installs a version of the SDK with version number 0.0.0. Set the version: field in any Daml project to 0.0.0 and it will use the locally installed one.

On Windows:

bazel build //release:sdk-release-tarball
tar -vxf .\bazel-bin\release\sdk-release-tarball-ce.tar.gz
cd sdk-*
daml\daml.exe install . --install-assistant=yes

That should tell you what to put in the path, something along the lines of C:\Users\admin\AppData\Roaming\daml\bin. Note that the Windows build is not yet fully functional.

Caching: build speed and disk space considerations

Bazel has a lot of nice properties, but they come at the cost of frequently rebuilding "the world". To make that bearable, we make extensive use of caching. Most artifacts should be cached in our CDN, which is configured in .bazelrc in this project.

However, even then, you may end up spending a lot of time (and bandwidth!) downloading artifacts from the CDN. To alleviate that, by default, our build will create a subfolder .bazel-cache in this project and keep an on-disk cache. This can take about 10GB at the time of writing.

To disable the disk cache, remove the following lines:

build:linux --disk_cache=.bazel-cache
build:darwin --disk_cache=.bazel-cache

from the .bazelrc file.

If you work with multiple copies of this repository, you can point all of them to the same disk cache by overwriting these configs in either a .bazelrc.local file in each copy, or a ~/.bazelrc file in your home directory.

Shared memory segment issues

On macOS at least, it looks like our setup does not always properly close the resources PostgreSQL uses. After a number of test runs, you may encounter an error message along the lines of:

FATAL:  could not create shared memory segment: No space left on device
DETAIL:  Failed system call was shmget(key=5432001, size=56, 03600).
HINT:  This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.
        The PostgreSQL documentation contains more information about shared memory configuration.
child process exited with exit code 1

In this case, this is a memory leak, so increasing SHMNI (or SHMALL etc.) as suggested will only delay the issue. You can look at the existing shared memory segments on your system by running ipcs -mcopt; this will print a line per segment, indicating the process ID of the last process to connect to the segment as well as the last access time and the number of currently connected processes.

If you identify segments with no connected processes, and you are confident you can remove them, you can do so with ipcrm $sid, where $sid is the process ID displayed (as the second column) by ipcs. Not many macOS applications use shared memory segments; if you have verified that all the existing memory segments on your machine need to be deleted, e.g. because they have all been created by PostgreSQL instances that are no longer running, here is a Bash invocation you can use to remove all shared memory segments from your system.

This is a dangerous command. Make sure you understand what it does before running it.

for shmid in $(ipcs -m | sed 1,3d | awk '{print $2}' | sed '$d'); do ipcrm -m $shmid; done

Haskell profiling builds

To build Haskell executables with profiling enabled, pass -c dbg to Bazel, e.g. bazel build -c dbg damlc. If you want to build the whole SDK with profiling enabled use daml-sdk-head --profiling.