Skip to content

Commit 25e3e00

Browse files
committed
Add 2.2.1-3
1 parent d12d1fd commit 25e3e00

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Pending
44

5+
## 2.2.1.3
6+
7+
- Add `Tr1Fpath_Std`.
8+
- Add `Tr1Cmdliner_Std`.
9+
- Replace untrusted uses of `Fpath.v` with `Fpath.of_string`, which strengthens handling of user inputs. Use `Tr1Fpath_Cmdliner.Fpath_Cmdliner` to handle untrusted input in command line arguments.
10+
- Avoid hardcoded stdlib in REPL, and open the Stdlib shadow module from DkCoder instead.
11+
512
## 2.2.1.1
613

714
- `dk.sqlite3` is now backwards-compatible, which is required for soon-to-be old versions like `./dk DkRun_V2_2.Run` to co-exist with `./dk DkRun_V2_3.Run`.

__dk.cmake

+7-7
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ set(__DkRun_V2_1_SHA256_windows_x86_64 01ae44e396ea336f2633e1e0bf70eea3f79fe9ba0
8080
set(__DkRun_V2_1_SHA256_windows_x86 1c6a11a9647f9f8e801b570f424f8bcafb1994ca02f098fcfc66deb6bfa7d395)
8181
set(__DkRun_V2_1_EOL_YYYY_MM_DD "2025-08-30")
8282
set(__DkRun_V2_1_EOG_YYYY_MM_DD "2026-02-30")
83-
set(__DkRun_V2_2_COMPILE_VERSION 2.2.1-1)
83+
set(__DkRun_V2_2_COMPILE_VERSION 2.2.1-3)
8484
set(__DkRun_V2_2_URL_BASE https://gitlab.com/api/v4/projects/52918795/packages/generic/stdexport/${__DkRun_V2_2_COMPILE_VERSION})
85-
set(__DkRun_V2_2_SHA256_darwin_x86_64 2a4d250a069efa03fe2229bc52d0f90f9a816496bc17b7c3fd081f784085b6af)
86-
set(__DkRun_V2_2_SHA256_darwin_arm64 eaa77625063ffd83f11fde89df56523a88e03f97fab30a1fb17a24c55d5850b0)
87-
set(__DkRun_V2_2_SHA256_linux_x86_64 702ccd4664aa62af80e1177305a6550d1146663ca1db8f51a156f65a36e95405)
88-
set(__DkRun_V2_2_SHA256_linux_x86 ecba81358d18052e0b0055a7bd620e561d1022958363ca3a4fbdbec84b910336)
89-
set(__DkRun_V2_2_SHA256_windows_x86_64 382298fde75cadbb39a1616884635966a715c6682c0570b9e0116be1021ffd0b)
90-
set(__DkRun_V2_2_SHA256_windows_x86 3c4afa478fac5d359f898928c39b06173ed906cc3fc8c27ced19f9cc0948747e)
85+
set(__DkRun_V2_2_SHA256_darwin_x86_64 to_sign)
86+
set(__DkRun_V2_2_SHA256_darwin_arm64 to_sign)
87+
set(__DkRun_V2_2_SHA256_linux_x86_64 e1daf0c36d99e28a921075fb7c802d65b34741d8024bfc0ff69ea349937475d4)
88+
set(__DkRun_V2_2_SHA256_linux_x86 d5e0dec620f761f7e778a61db8862a4fc167293d3a014242c36881cb54483952)
89+
set(__DkRun_V2_2_SHA256_windows_x86_64 b292fd554860ab168557a758a5c723746550d0070a70b67e2ebf7684c9992d01)
90+
set(__DkRun_V2_2_SHA256_windows_x86 4093b448a1ceded3223b2ec26e416e7741f7d6cd16dc4ef0339a70a6de7660ee)
9191
set(__DkRun_V2_2_EOL_YYYY_MM_DD "2025-12-30")
9292
set(__DkRun_V2_2_EOG_YYYY_MM_DD "2026-06-30")
9393
# `Env` is a valid DkCoder version if $DKRUN_ENV_URL_BASE exists. Typically it is a file:// URL.

0 commit comments

Comments
 (0)