authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-01-11 10:43:10 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-01-11 10:43:10 -08:00
log827c27ef00d14468fde26506fd4999d96ce7c448
tree275859f25a907706feea49bef26ddfbcec46a348
parente5f5b8bf26b27d23f2b3be2694f68683b2137a1f

update to zig master 0.11.0-dev.874+40ed6ae84


8 files changed, 37 insertions(+), 37 deletions(-)

.github/workflows/nightly.yml+1-1
...@@ -26,7 +26,7 @@ jobs:...@@ -26,7 +26,7 @@ jobs:
26 - name: Setup Zig26 - name: Setup Zig
27 uses: goto-bus-stop/setup-zig@v127 uses: goto-bus-stop/setup-zig@v1
28 with:28 with:
29 version: "0.11.0-dev.193+eed82ca28"29 version: "0.11.0-dev.874+40ed6ae84"
3030
31 - run: zig version31 - run: zig version
32 - run: zig env32 - run: zig env
.github/workflows/push.yml+1-1
...@@ -19,7 +19,7 @@ jobs:...@@ -19,7 +19,7 @@ jobs:
19 - name: Setup Zig19 - name: Setup Zig
20 uses: goto-bus-stop/setup-zig@v120 uses: goto-bus-stop/setup-zig@v1
21 with:21 with:
22 version: "0.11.0-dev.193+eed82ca28"22 version: "0.11.0-dev.874+40ed6ae84"
2323
24 - run: zig version24 - run: zig version
25 - run: zig env25 - run: zig env
README.md+1-1
...@@ -17,7 +17,7 @@ A package manager for the Zig programming language....@@ -17,7 +17,7 @@ A package manager for the Zig programming language.
17- https://github.com/nektro/zigmod/releases17- https://github.com/nektro/zigmod/releases
1818
19## Built With19## Built With
20- Zig master (at least `0.11.0-dev.193+eed82ca28`)20- Zig master (at least `0.11.0-dev.874+40ed6ae84`)
21- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)21- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)
2222
23### Build from Source23### Build from Source
deps.zig+29-29
...@@ -48,24 +48,24 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {...@@ -48,24 +48,24 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {
48 const root = if (@field(package_data, decl.name).store) |_| b.cache_root else ".";48 const root = if (@field(package_data, decl.name).store) |_| b.cache_root else ".";
49 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });49 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
50 }50 }
51 exe.step.dependOn(&GitExactStep.create(b, "https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc", "24c01e844396d18a90bbbfb91f8a5a12023e9379").step);51 exe.step.dependOn(&GitExactStep.create(b, "https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc", "00f00febc5ad7c485fb101583d5a74930f6ac313").step);
52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "b7e688fc019e33f900fba0940eab74c81b480c13").step);52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "d4299ad6043ad19f2ce0676687b0bff57273eae2").step);
53 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "209f07cc5861c7bd9c3010a37f32bf6244f9a158").step);53 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "56cf335ddcdb72a6d7059c5b6f131263830b3eca").step);
54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "1a9b2e90379895e197893b6e19c93bd213ad36e6").step);54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "ee395fd34e152d9067def609d86b7af5382b83b1").step);
55 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "5ad811124d46018df53bbff6e90a37097a8f170c").step);55 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "5dee3ead2b289319080834add91b5f35dfdb1847").step);
56 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "8d6fdb4983a616940c1d5137110292a7862f6a7e").step);56 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "8d6fdb4983a616940c1d5137110292a7862f6a7e").step);
57 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "de5c285d999eea68b9189b48bb000243fef0a689").step);57 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "de5c285d999eea68b9189b48bb000243fef0a689").step);
58 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "01fae956e2f17aa992e717e041a3dd457d440b31").step);58 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "b45c99e2e747e3bb8df5e1051078cacb1470a430").step);
59 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "25e35a46400cfa1d7278436c0b7d14d314889d7c").step);59 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "25e35a46400cfa1d7278436c0b7d14d314889d7c").step);
60 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "0e7d026b0d3889ed7f96e1b24566a66cd9df6cb3").step);60 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "0e7d026b0d3889ed7f96e1b24566a66cd9df6cb3").step);
61 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "ab852cf74fa0b4edc530d925f0654b62c60365bf").step);61 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "ab852cf74fa0b4edc530d925f0654b62c60365bf").step);
62 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "c9b8cbf3565675a056ad4e9b57cb4f84020e7680").step);62 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "c9b8cbf3565675a056ad4e9b57cb4f84020e7680").step);
63 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "3c07c6e4eb0965dafd0b029c632f823631b3169c").step);63 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "3c07c6e4eb0965dafd0b029c632f823631b3169c").step);
64 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-range", "4b2f12808aa09be4b27a163efc424dd4e0415992").step);64 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-range", "4b2f12808aa09be4b27a163efc424dd4e0415992").step);
65 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "52a6050939b83e9f8b52b2236a36332dcb4c17a3").step);65 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "aff2df866eb16ad781e26a25f8b664d498e2211a").step);
66 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/hzzp", "d4fbade2d806fc93bc5f79ec8efdcc25ea625fa3").step);66 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/hzzp", "2d2ab34b666e6806a6f6c98cc50ca94e606c9103").step);
67 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/zfetch", "829973144f680cd16be16923041fa810c1dee417").step);67 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/zfetch", "829973144f680cd16be16923041fa810c1dee417").step);
68 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/ziglibs/known-folders", "24845b0103e611c108d6bc334231c464e699742c").step);68 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/ziglibs/known-folders", "6b37490ac7285133bf09441850b8102c9728a776").step);
69 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/yaml/libyaml", "2c891fc7a770e8ba2fec34fc6b545c672beb37e6").step);69 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/yaml/libyaml", "2c891fc7a770e8ba2fec34fc6b545c672beb37e6").step);
70}70}
7171
...@@ -143,30 +143,30 @@ pub const Package = struct {...@@ -143,30 +143,30 @@ pub const Package = struct {
143};143};
144144
145fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {145fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {
146 const min = std.SemanticVersion.parse("0.11.0-dev.193+eed82ca28") catch return;146 const min = std.SemanticVersion.parse("0.11.0-dev.874+40ed6ae84") catch return;
147 if (current.order(min).compare(.lt)) @panic(exe.builder.fmt("Your Zig version v{} does not meet the minimum build requirement of v{}", .{current, min}));147 if (current.order(min).compare(.lt)) @panic(exe.builder.fmt("Your Zig version v{} does not meet the minimum build requirement of v{}", .{current, min}));
148}148}
149149
150pub const package_data = struct {150pub const package_data = struct {
151 pub var _u9w9dpp6p804 = Package{151 pub var _u9w9dpp6p804 = Package{
152 .store = "/git/github.com/MasterQ32/zig-uri/b7e688fc019e33f900fba0940eab74c81b480c13",152 .store = "/git/github.com/MasterQ32/zig-uri/d4299ad6043ad19f2ce0676687b0bff57273eae2",
153 .name = "uri",153 .name = "uri",
154 .entry = "/git/github.com/MasterQ32/zig-uri/b7e688fc019e33f900fba0940eab74c81b480c13/uri.zig",154 .entry = "/git/github.com/MasterQ32/zig-uri/d4299ad6043ad19f2ce0676687b0bff57273eae2/uri.zig",
155 };155 };
156 pub var _o6ogpor87xc2 = Package{156 pub var _o6ogpor87xc2 = Package{
157 .store = "/git/github.com/marlersoft/zigwin32/209f07cc5861c7bd9c3010a37f32bf6244f9a158",157 .store = "/git/github.com/marlersoft/zigwin32/56cf335ddcdb72a6d7059c5b6f131263830b3eca",
158 .name = "win32",158 .name = "win32",
159 .entry = "/git/github.com/marlersoft/zigwin32/209f07cc5861c7bd9c3010a37f32bf6244f9a158/win32.zig",159 .entry = "/git/github.com/marlersoft/zigwin32/56cf335ddcdb72a6d7059c5b6f131263830b3eca/win32.zig",
160 };160 };
161 pub var _u7sysdckdymi = Package{161 pub var _u7sysdckdymi = Package{
162 .store = "/git/github.com/nektro/arqv-ini/1a9b2e90379895e197893b6e19c93bd213ad36e6",162 .store = "/git/github.com/nektro/arqv-ini/ee395fd34e152d9067def609d86b7af5382b83b1",
163 .name = "ini",163 .name = "ini",
164 .entry = "/git/github.com/nektro/arqv-ini/1a9b2e90379895e197893b6e19c93bd213ad36e6/src/ini.zig",164 .entry = "/git/github.com/nektro/arqv-ini/ee395fd34e152d9067def609d86b7af5382b83b1/src/ini.zig",
165 };165 };
166 pub var _csbnipaad8n7 = Package{166 pub var _csbnipaad8n7 = Package{
167 .store = "/git/github.com/nektro/iguanaTLS/5ad811124d46018df53bbff6e90a37097a8f170c",167 .store = "/git/github.com/nektro/iguanaTLS/5dee3ead2b289319080834add91b5f35dfdb1847",
168 .name = "iguanaTLS",168 .name = "iguanaTLS",
169 .entry = "/git/github.com/nektro/iguanaTLS/5ad811124d46018df53bbff6e90a37097a8f170c/src/main.zig",169 .entry = "/git/github.com/nektro/iguanaTLS/5dee3ead2b289319080834add91b5f35dfdb1847/src/main.zig",
170 };170 };
171 pub var _s84v9o48ucb0 = Package{171 pub var _s84v9o48ucb0 = Package{
172 .store = "/git/github.com/nektro/zig-ansi/8d6fdb4983a616940c1d5137110292a7862f6a7e",172 .store = "/git/github.com/nektro/zig-ansi/8d6fdb4983a616940c1d5137110292a7862f6a7e",
...@@ -189,15 +189,15 @@ pub const package_data = struct {...@@ -189,15 +189,15 @@ pub const package_data = struct {
189 .entry = "/git/github.com/nektro/zig-range/4b2f12808aa09be4b27a163efc424dd4e0415992/src/lib.zig",189 .entry = "/git/github.com/nektro/zig-range/4b2f12808aa09be4b27a163efc424dd4e0415992/src/lib.zig",
190 };190 };
191 pub var _f7dubzb7cyqe = Package{191 pub var _f7dubzb7cyqe = Package{
192 .store = "/git/github.com/nektro/zig-extras/01fae956e2f17aa992e717e041a3dd457d440b31",192 .store = "/git/github.com/nektro/zig-extras/b45c99e2e747e3bb8df5e1051078cacb1470a430",
193 .name = "extras",193 .name = "extras",
194 .entry = "/git/github.com/nektro/zig-extras/01fae956e2f17aa992e717e041a3dd457d440b31/src/lib.zig",194 .entry = "/git/github.com/nektro/zig-extras/b45c99e2e747e3bb8df5e1051078cacb1470a430/src/lib.zig",
195 .deps = &[_]*Package{ &_tnj3qf44tpeq },195 .deps = &[_]*Package{ &_tnj3qf44tpeq },
196 };196 };
197 pub var _g982zq6e8wsv = Package{197 pub var _g982zq6e8wsv = Package{
198 .store = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/24c01e844396d18a90bbbfb91f8a5a12023e9379",198 .store = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/00f00febc5ad7c485fb101583d5a74930f6ac313",
199 .name = "yaml",199 .name = "yaml",
200 .entry = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/24c01e844396d18a90bbbfb91f8a5a12023e9379/yaml.zig",200 .entry = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/00f00febc5ad7c485fb101583d5a74930f6ac313/yaml.zig",
201 .deps = &[_]*Package{ &_f7dubzb7cyqe },201 .deps = &[_]*Package{ &_f7dubzb7cyqe },
202 };202 };
203 pub var _c1xirp1ota5p = Package{203 pub var _c1xirp1ota5p = Package{
...@@ -225,15 +225,15 @@ pub const package_data = struct {...@@ -225,15 +225,15 @@ pub const package_data = struct {
225 .deps = &[_]*Package{ &_pt88y5d80m25, &_96h80ezrvj7i },225 .deps = &[_]*Package{ &_pt88y5d80m25, &_96h80ezrvj7i },
226 };226 };
227 pub var _iecwp4b3bsfm = Package{227 pub var _iecwp4b3bsfm = Package{
228 .store = "/git/github.com/nektro/zig-time/52a6050939b83e9f8b52b2236a36332dcb4c17a3",228 .store = "/git/github.com/nektro/zig-time/aff2df866eb16ad781e26a25f8b664d498e2211a",
229 .name = "time",229 .name = "time",
230 .entry = "/git/github.com/nektro/zig-time/52a6050939b83e9f8b52b2236a36332dcb4c17a3/time.zig",230 .entry = "/git/github.com/nektro/zig-time/aff2df866eb16ad781e26a25f8b664d498e2211a/time.zig",
231 .deps = &[_]*Package{ &_tnj3qf44tpeq, &_f7dubzb7cyqe },231 .deps = &[_]*Package{ &_f7dubzb7cyqe },
232 };232 };
233 pub var _9k24gimke1an = Package{233 pub var _9k24gimke1an = Package{
234 .store = "/git/github.com/truemedian/hzzp/d4fbade2d806fc93bc5f79ec8efdcc25ea625fa3",234 .store = "/git/github.com/truemedian/hzzp/2d2ab34b666e6806a6f6c98cc50ca94e606c9103",
235 .name = "hzzp",235 .name = "hzzp",
236 .entry = "/git/github.com/truemedian/hzzp/d4fbade2d806fc93bc5f79ec8efdcc25ea625fa3/src/main.zig",236 .entry = "/git/github.com/truemedian/hzzp/2d2ab34b666e6806a6f6c98cc50ca94e606c9103/src/main.zig",
237 };237 };
238 pub var _ejw82j2ipa0e = Package{238 pub var _ejw82j2ipa0e = Package{
239 .store = "/git/github.com/truemedian/zfetch/829973144f680cd16be16923041fa810c1dee417",239 .store = "/git/github.com/truemedian/zfetch/829973144f680cd16be16923041fa810c1dee417",
...@@ -242,9 +242,9 @@ pub const package_data = struct {...@@ -242,9 +242,9 @@ pub const package_data = struct {
242 .deps = &[_]*Package{ &_9k24gimke1an, &_csbnipaad8n7, &_u9w9dpp6p804 },242 .deps = &[_]*Package{ &_9k24gimke1an, &_csbnipaad8n7, &_u9w9dpp6p804 },
243 };243 };
244 pub var _2ta738wrqbaq = Package{244 pub var _2ta738wrqbaq = Package{
245 .store = "/git/github.com/ziglibs/known-folders/24845b0103e611c108d6bc334231c464e699742c",245 .store = "/git/github.com/ziglibs/known-folders/6b37490ac7285133bf09441850b8102c9728a776",
246 .name = "known-folders",246 .name = "known-folders",
247 .entry = "/git/github.com/ziglibs/known-folders/24845b0103e611c108d6bc334231c464e699742c/known-folders.zig",247 .entry = "/git/github.com/ziglibs/known-folders/6b37490ac7285133bf09441850b8102c9728a776/known-folders.zig",
248 };248 };
249 pub var _89ujp8gq842x = Package{249 pub var _89ujp8gq842x = Package{
250 .name = "zigmod",250 .name = "zigmod",
docs/README.md+1-1
...@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed....@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed.
1010
11As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master.11As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master.
1212
13The earliest Zig release this Zigmod was verified to work with is `0.11.0-dev.193+eed82ca28`.13The earliest Zig release this Zigmod was verified to work with is `0.11.0-dev.874+40ed6ae84`.
1414
15## Download15## Download
16You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.16You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.
src/common.zig+2-2
...@@ -49,7 +49,7 @@ pub fn collect_deps_deep(cachepath: string, mdir: std.fs.Dir, options: *CollectO...@@ -49,7 +49,7 @@ pub fn collect_deps_deep(cachepath: string, mdir: std.fs.Dir, options: *CollectO
49 .id = "root",49 .id = "root",
50 .name = "root",50 .name = "root",
51 .main = m.main,51 .main = m.main,
52 .deps = moduledeps.toOwnedSlice(),52 .deps = try moduledeps.toOwnedSlice(),
53 .clean_path = "",53 .clean_path = "",
54 .yaml = m.yaml,54 .yaml = m.yaml,
55 .dep = null,55 .dep = null,
...@@ -80,7 +80,7 @@ pub fn collect_deps(cachepath: string, mdir: std.fs.Dir, dtype: zigmod.Dep.Type,...@@ -80,7 +80,7 @@ pub fn collect_deps(cachepath: string, mdir: std.fs.Dir, dtype: zigmod.Dep.Type,
80 .c_include_dirs = m.c_include_dirs,80 .c_include_dirs = m.c_include_dirs,
81 .c_source_flags = m.c_source_flags,81 .c_source_flags = m.c_source_flags,
82 .c_source_files = m.c_source_files,82 .c_source_files = m.c_source_files,
83 .deps = moduledeps.toOwnedSlice(),83 .deps = try moduledeps.toOwnedSlice(),
84 .clean_path = "../..",84 .clean_path = "../..",
85 .yaml = m.yaml,85 .yaml = m.yaml,
86 .dep = null,86 .dep = null,
src/util/module.zig+1-1
...@@ -46,7 +46,7 @@ pub const Module = struct {...@@ -46,7 +46,7 @@ pub const Module = struct {
46 .c_include_dirs = dep.c_include_dirs,46 .c_include_dirs = dep.c_include_dirs,
47 .c_source_flags = dep.c_source_flags,47 .c_source_flags = dep.c_source_flags,
48 .c_source_files = dep.c_source_files,48 .c_source_files = dep.c_source_files,
49 .deps = moddeps.toOwnedSlice(),49 .deps = try moddeps.toOwnedSlice(),
50 .clean_path = try dep.clean_path(alloc),50 .clean_path = try dep.clean_path(alloc),
51 .only_os = dep.only_os,51 .only_os = dep.only_os,
52 .except_os = dep.except_os,52 .except_os = dep.except_os,
zig.mod+1-1
...@@ -3,7 +3,7 @@ name: zigmod...@@ -3,7 +3,7 @@ name: zigmod
3main: src/lib.zig3main: src/lib.zig
4license: MIT4license: MIT
5description: A package manager for the Zig programming language.5description: A package manager for the Zig programming language.
6min_zig_version: 0.11.0-dev.193+eed82ca286min_zig_version: 0.11.0-dev.874+40ed6ae84
7dependencies:7dependencies:
8 - src: git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc # yaml8 - src: git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc # yaml
9 - src: git https://github.com/nektro/zig-ansi9 - src: git https://github.com/nektro/zig-ansi