You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/release/RELEASE.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ windows` inside the `daml-language-ad-hoc` project. This command prints IP
162
162
1. Kill `daml start` with `Ctrl-C` (followed by "y" because Windows).
163
163
164
164
1. Build all packages by moving out of the main package (`cd ..`) and running `daml build --all`.
165
+
(The first line should say `Running multi-package build of all packages in <location>`)
165
166
166
167
1. Run `daml studio --replace=always` and open `test/daml/Test.daml`. Verify that there is a `Script results` link above `main` (in the code), click on it, and
167
168
verify that the script result appears within 30 seconds.
@@ -198,9 +199,9 @@ You will now also need to test the release using DPM, please follow the instruct
If running `dpm` fails with a "cannot find command" error, inform the language team on #team-daml-language, and then proceed with testing by running `setx /M PATH "%PATH%;%APPDATA%\dpm\bin"` in an administrator command prompt and restarting your existing terminals.
201
203
202
-
1. Be sure to use a new terminal (created after installation) for the following steps.
203
-
If running `dpm` fails with a "cannot find command" error, run `setx /M PATH "%PATH%;%APPDATA%\dpm\bin"` in an administrator command prompt, and restart your existing terminals.
204
+
1. Run `dpm versions` and verify the (green) version is what you expect. If you used the latest-download URL to get DPM and thus don't know what version to expect, ensure it is less than a week old for weekly testing.
204
205
205
206
1. Run `dpm versions` and verify the (green) version is what you expect. If you did not know what version to expect, ensure it is less than a week old for weekly testing.
206
207
(If it is too old, leave a message about this in #project-dpm and pause testing until you get a response. #project-dpm is US based so consider this for timezones.)
@@ -213,6 +214,7 @@ You will now also need to test the release using DPM, please follow the instruct
213
214
`cd myproject`.
214
215
215
216
1. Build all packages by running `dpm build --all`.
217
+
(The first line should say `Running multi-package build of all packages in <location>`)
216
218
217
219
1. Run `dpm sandbox --dar ./main/.daml/dist/myproject-main-1.0.0.dar`. Wait for "Canton sandbox is ready." (it may take up to around 2 minutes)
218
220
@@ -336,6 +338,7 @@ You will now also need to test the release using DPM, please follow the instruct
336
338
then cd into it.
337
339
338
340
1. Build it using `daml build --all`
341
+
(The first line should say `Running multi-package build of all packages in <location>`)
339
342
340
343
1. Run `daml studio --replace=always`. This should open VSCode and trigger the
341
344
Daml extension that's bundled with the new SDK version (the new VSCode
@@ -474,6 +477,7 @@ You will now also need to test the release using DPM, please follow the instruct
474
477
then cd into it.
475
478
476
479
1. Build it using `dpm build --all`
480
+
(The first line should say `Running multi-package build of all packages in <location>`)
477
481
478
482
1. Run `dpm studio --replace=always`. This should open VSCode and trigger the
479
483
Daml extension that's bundled with the new SDK version (the new VSCode
0 commit comments