Skip to content

Commit ebdb19f

Browse files
authored
std-freestanding-alloc-kal 0.1.4 --- the ninth package of the openkal 0.11 move (#316)
A repin. openkal 0.11 collapses the three spawn declarations into one, makes the unit a resource, and adds an enquiry; none of them belongs to an interface this package uses, and its twelve definitions are unchanged. ⚠️ SEPARATE FROM THE BATCH FOR THE SAME REASON AS LAST TIME, and it is worth stating twice because it looks like an oversight and is not. This package's CI resolves openkal from the PUBLISHED index artifact, which republishes only when mcpp-index's main is pushed. While openkal 0.11.0 existed as a release but not yet as an index entry, its CI could not go green whatever the package said. The batch had to land first and this had to follow it; no ordering puts both in one change. ⚠️ And the first rerun after the batch landed STILL failed, with the same message, because it had synced the artifact from before the merge --- visible in the log as `mcpplibs@artifact:c188c38' against a merge commit of 9a7f40d. The artifact for the merge was verified by hand to carry all eight before this was retried, so that "not found" was distinguished from "not published".
1 parent 9a7f40d commit ebdb19f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/s/std-freestanding-alloc-kal.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ package = {
2222

2323
xpm = {
2424
linux = {
25+
["0.1.4"] = {
26+
url = {
27+
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.4.tar.gz",
28+
CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.4/std-freestanding-alloc-kal-0.1.4.tar.gz",
29+
},
30+
sha256 = "1cd6589b42cf8355b99cc1458c4f48e90b1ae6614b9aefa7e60b9fd6b1863bdd",
31+
},
2532
["0.1.3"] = {
2633
url = {
2734
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz",
@@ -52,6 +59,13 @@ package = {
5259
},
5360
},
5461
macosx = {
62+
["0.1.4"] = {
63+
url = {
64+
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.4.tar.gz",
65+
CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.4/std-freestanding-alloc-kal-0.1.4.tar.gz",
66+
},
67+
sha256 = "1cd6589b42cf8355b99cc1458c4f48e90b1ae6614b9aefa7e60b9fd6b1863bdd",
68+
},
5569
["0.1.3"] = {
5670
url = {
5771
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz",
@@ -82,6 +96,13 @@ package = {
8296
},
8397
},
8498
windows = {
99+
["0.1.4"] = {
100+
url = {
101+
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.4.tar.gz",
102+
CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.4/std-freestanding-alloc-kal-0.1.4.tar.gz",
103+
},
104+
sha256 = "1cd6589b42cf8355b99cc1458c4f48e90b1ae6614b9aefa7e60b9fd6b1863bdd",
105+
},
85106
["0.1.3"] = {
86107
url = {
87108
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz",

0 commit comments

Comments
 (0)