Skip to content

Commit d1ff152

Browse files
std-freestanding-alloc-kal 0.1.1: it declares what it is built against (#268)
⚠️ `openkal = "0.5.1"' bounds the package below 0.6.0 --- a caret on a 0.x version stops at the next minor --- so it had been resolving 0.5.x while the specification released 0.6, 0.7 and 0.8. Nothing was broken by that and nothing would have reported it: clause 8 forbids the specification from altering a declaration it has published, so `kal_alloc' and `kal_free' mean in 0.8.0 exactly what they meant in 0.5.1. That is the reason to move rather than a reason not to. A package declaring a version it does not test against records what it was written against and stops recording what it works with. Co-authored-by: speak-agent <x.d2learn.org@gmail.com>
1 parent d5417d3 commit d1ff152

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.1"] = {
26+
url = {
27+
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.1.tar.gz",
28+
CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.1/std-freestanding-alloc-kal-0.1.1.tar.gz",
29+
},
30+
sha256 = "a25edb94353e99959d1789836df7368b58277168acadd46e554e2220c47642d7",
31+
},
2532
["0.1.0"] = {
2633
url = {
2734
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.0.tar.gz",
@@ -31,6 +38,13 @@ package = {
3138
},
3239
},
3340
macosx = {
41+
["0.1.1"] = {
42+
url = {
43+
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.1.tar.gz",
44+
CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.1/std-freestanding-alloc-kal-0.1.1.tar.gz",
45+
},
46+
sha256 = "a25edb94353e99959d1789836df7368b58277168acadd46e554e2220c47642d7",
47+
},
3448
["0.1.0"] = {
3549
url = {
3650
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.0.tar.gz",
@@ -40,6 +54,13 @@ package = {
4054
},
4155
},
4256
windows = {
57+
["0.1.1"] = {
58+
url = {
59+
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.1.tar.gz",
60+
CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.1/std-freestanding-alloc-kal-0.1.1.tar.gz",
61+
},
62+
sha256 = "a25edb94353e99959d1789836df7368b58277168acadd46e554e2220c47642d7",
63+
},
4364
["0.1.0"] = {
4465
url = {
4566
GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.0.tar.gz",

0 commit comments

Comments
 (0)