From b785885132490ce3b0d8134d664035074a8f470b Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Sun, 15 Dec 2024 22:53:35 +0800 Subject: [PATCH 1/6] Remove '--target=1.15' requirement. --- docs/2.10.0/docs/daml/reference/interfaces.rst | 10 ++-------- docs/2.7.9/docs/daml/reference/interfaces.rst | 10 ++-------- docs/2.8.11/docs/daml/reference/interfaces.rst | 10 ++-------- docs/2.9.5/docs/daml/reference/interfaces.rst | 10 ++-------- docs/3.1/docs/daml/reference/interfaces.rst | 10 ++-------- 5 files changed, 10 insertions(+), 40 deletions(-) diff --git a/docs/2.10.0/docs/daml/reference/interfaces.rst b/docs/2.10.0/docs/daml/reference/interfaces.rst index 8f1c67a59..4cbbfe071 100644 --- a/docs/2.10.0/docs/daml/reference/interfaces.rst +++ b/docs/2.10.0/docs/daml/reference/interfaces.rst @@ -17,14 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this new feature, your Daml project needs to -explicitly target Daml-LF version ``1.15`` or higher which is -specified by adding the following line to the project's ``daml.yaml`` -file: - -.. code-block:: yaml - - build-options: [--target=1.15] +In order to use this feature, your Daml project needs to target +Daml-LF version ``1.15`` or higher which is the current default. If using Canton, the protocol version of the sync domain should be `4` or higher, see :ref:`Canton protocol version ` for more diff --git a/docs/2.7.9/docs/daml/reference/interfaces.rst b/docs/2.7.9/docs/daml/reference/interfaces.rst index 91345c776..bf325cd2a 100644 --- a/docs/2.7.9/docs/daml/reference/interfaces.rst +++ b/docs/2.7.9/docs/daml/reference/interfaces.rst @@ -17,14 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this new feature, your Daml project needs to -explicitly target Daml-LF version ``1.15`` or higher which is -specified by adding the following line to the project's ``daml.yaml`` -file: - -.. code-block:: yaml - - build-options: [--target=1.15] +In order to use this feature, your Daml project needs to target +Daml-LF version ``1.15`` or higher which is the current default. If using Canton, the protocol version of the domain should be `4` or higher, see :ref:`Canton protocol version ` for more diff --git a/docs/2.8.11/docs/daml/reference/interfaces.rst b/docs/2.8.11/docs/daml/reference/interfaces.rst index 91345c776..bf325cd2a 100644 --- a/docs/2.8.11/docs/daml/reference/interfaces.rst +++ b/docs/2.8.11/docs/daml/reference/interfaces.rst @@ -17,14 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this new feature, your Daml project needs to -explicitly target Daml-LF version ``1.15`` or higher which is -specified by adding the following line to the project's ``daml.yaml`` -file: - -.. code-block:: yaml - - build-options: [--target=1.15] +In order to use this feature, your Daml project needs to target +Daml-LF version ``1.15`` or higher which is the current default. If using Canton, the protocol version of the domain should be `4` or higher, see :ref:`Canton protocol version ` for more diff --git a/docs/2.9.5/docs/daml/reference/interfaces.rst b/docs/2.9.5/docs/daml/reference/interfaces.rst index 8f1c67a59..4cbbfe071 100644 --- a/docs/2.9.5/docs/daml/reference/interfaces.rst +++ b/docs/2.9.5/docs/daml/reference/interfaces.rst @@ -17,14 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this new feature, your Daml project needs to -explicitly target Daml-LF version ``1.15`` or higher which is -specified by adding the following line to the project's ``daml.yaml`` -file: - -.. code-block:: yaml - - build-options: [--target=1.15] +In order to use this feature, your Daml project needs to target +Daml-LF version ``1.15`` or higher which is the current default. If using Canton, the protocol version of the sync domain should be `4` or higher, see :ref:`Canton protocol version ` for more diff --git a/docs/3.1/docs/daml/reference/interfaces.rst b/docs/3.1/docs/daml/reference/interfaces.rst index 446ba3283..aecc049f1 100644 --- a/docs/3.1/docs/daml/reference/interfaces.rst +++ b/docs/3.1/docs/daml/reference/interfaces.rst @@ -17,14 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this new feature, your Daml project needs to -explicitly target Daml-LF version ``1.15`` or higher which is -specified by adding the following line to the project's ``daml.yaml`` -file: - -.. code-block:: yaml - - build-options: [--target=1.15] +In order to use this feature, your Daml project needs to target +Daml-LF version ``1.15`` or higher which is the current default. If using Canton, the protocol version of the sync domain should be `4` or higher, see Canton protocol version for more details. From ec996b8aecd4d1fdca527f9b12741975cfc9c03d Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Mon, 16 Dec 2024 10:40:16 -0600 Subject: [PATCH 2/6] Update docs/2.10.0/docs/daml/reference/interfaces.rst Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com> --- docs/2.10.0/docs/daml/reference/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.10.0/docs/daml/reference/interfaces.rst b/docs/2.10.0/docs/daml/reference/interfaces.rst index 4cbbfe071..0135658fb 100644 --- a/docs/2.10.0/docs/daml/reference/interfaces.rst +++ b/docs/2.10.0/docs/daml/reference/interfaces.rst @@ -17,8 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this feature, your Daml project needs to target -Daml-LF version ``1.15`` or higher which is the current default. +To use this feature your Daml project must target +Daml-LF version ``1.15`` or higher, which is the current default. If using Canton, the protocol version of the sync domain should be `4` or higher, see :ref:`Canton protocol version ` for more From b7943a77c098041ac92b307ab976022c444bf304 Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Mon, 16 Dec 2024 10:40:24 -0600 Subject: [PATCH 3/6] Update docs/2.7.9/docs/daml/reference/interfaces.rst Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com> --- docs/2.7.9/docs/daml/reference/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.7.9/docs/daml/reference/interfaces.rst b/docs/2.7.9/docs/daml/reference/interfaces.rst index bf325cd2a..430a62e4e 100644 --- a/docs/2.7.9/docs/daml/reference/interfaces.rst +++ b/docs/2.7.9/docs/daml/reference/interfaces.rst @@ -17,8 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this feature, your Daml project needs to target -Daml-LF version ``1.15`` or higher which is the current default. +To use this feature your Daml project must target +Daml-LF version ``1.15`` or higher, which is the current default. If using Canton, the protocol version of the domain should be `4` or higher, see :ref:`Canton protocol version ` for more From 3cff49e451373b8f0b36ab7aedd455e281b17fcf Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Mon, 16 Dec 2024 10:40:36 -0600 Subject: [PATCH 4/6] Update docs/2.8.11/docs/daml/reference/interfaces.rst Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com> --- docs/2.8.11/docs/daml/reference/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.8.11/docs/daml/reference/interfaces.rst b/docs/2.8.11/docs/daml/reference/interfaces.rst index bf325cd2a..430a62e4e 100644 --- a/docs/2.8.11/docs/daml/reference/interfaces.rst +++ b/docs/2.8.11/docs/daml/reference/interfaces.rst @@ -17,8 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this feature, your Daml project needs to target -Daml-LF version ``1.15`` or higher which is the current default. +To use this feature your Daml project must target +Daml-LF version ``1.15`` or higher, which is the current default. If using Canton, the protocol version of the domain should be `4` or higher, see :ref:`Canton protocol version ` for more From 4c5dfe5f2e3edfaf66b029649a57dce56f454a07 Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Mon, 16 Dec 2024 10:40:42 -0600 Subject: [PATCH 5/6] Update docs/3.1/docs/daml/reference/interfaces.rst Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com> --- docs/3.1/docs/daml/reference/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3.1/docs/daml/reference/interfaces.rst b/docs/3.1/docs/daml/reference/interfaces.rst index aecc049f1..7566b98e4 100644 --- a/docs/3.1/docs/daml/reference/interfaces.rst +++ b/docs/3.1/docs/daml/reference/interfaces.rst @@ -17,8 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this feature, your Daml project needs to target -Daml-LF version ``1.15`` or higher which is the current default. +To use this feature your Daml project must target +Daml-LF version ``1.15`` or higher, which is the current default. If using Canton, the protocol version of the sync domain should be `4` or higher, see Canton protocol version for more details. From 0c5d6cf93c2a4107385fe9077037010315a8e2d6 Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Mon, 16 Dec 2024 10:41:20 -0600 Subject: [PATCH 6/6] Update docs/2.9.5/docs/daml/reference/interfaces.rst Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com> --- docs/2.9.5/docs/daml/reference/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.9.5/docs/daml/reference/interfaces.rst b/docs/2.9.5/docs/daml/reference/interfaces.rst index 4cbbfe071..0135658fb 100644 --- a/docs/2.9.5/docs/daml/reference/interfaces.rst +++ b/docs/2.9.5/docs/daml/reference/interfaces.rst @@ -17,8 +17,8 @@ interface instead of the concrete template. Configuration ************* -In order to use this feature, your Daml project needs to target -Daml-LF version ``1.15`` or higher which is the current default. +To use this feature your Daml project must target +Daml-LF version ``1.15`` or higher, which is the current default. If using Canton, the protocol version of the sync domain should be `4` or higher, see :ref:`Canton protocol version ` for more