From 185bcfe0fadcf5f85bcb14a59d69983e7aaa77ee Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 9 Sep 2021 01:19:12 -0700 Subject: [PATCH] update to zig master 0.9.0-dev.946 --- .circleci/config.yml | 2 +- README.md | 2 +- deps.zig | 12 ++++++------ docs/README.md | 2 +- zig.mod | 2 ++ zigmod.lock | 12 ++++++------ zigmod.sum | 12 ++++++------ 7 files changed, 23 insertions(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 447cfc18656478118a956896dc633859726d2fd1..ff36864f21a1d308253055c528c363b1bba30f93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - run: git submodule update --init --recursive - run: apt -y install xz-utils jq - - run: ./download_zig.sh 0.9.0-dev.865+f30aa25cb + - run: ./download_zig.sh 0.9.0-dev.946+6237dc0ab - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index c89981c697c38eee4e01b75ca842167125423003..9860ec36197300b3dc6569f2757e3c7b20d55d39 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A package manager for the Zig programming language. - https://github.com/nektro/zigmod/releases ## Built With -- Zig master `0.9.0-dev.865+f30aa25cb` +- Zig master `0.9.0-dev.946+6237dc0ab` - https://github.com/yaml/libyaml - https://github.com/nektro/zig-ansi - https://github.com/ziglibs/known-folders diff --git a/deps.zig b/deps.zig index 98f6d5243b0e6c44fc67ace7e31cf41e44f60541..d2aef9b712462c2bc2a59a8ecb6a008756d2aea5 100644 --- a/deps.zig +++ b/deps.zig @@ -43,12 +43,12 @@ const dirs = struct { pub const _root = ""; pub const _89ujp8gq842x = cache ++ "/../.."; pub const _8mdbh0zuneb0 = cache ++ "/v/git/github.com/yaml/libyaml/tag-0.2.5"; + pub const _csbnipaad8n7 = cache ++ "/git/github.com/nektro/iguanaTLS"; pub const _s84v9o48ucb0 = cache ++ "/git/github.com/nektro/zig-ansi"; pub const _2ta738wrqbaq = cache ++ "/git/github.com/ziglibs/known-folders"; pub const _0npcrzfdlrvk = cache ++ "/git/github.com/nektro/zig-licenses"; pub const _ejw82j2ipa0e = cache ++ "/git/github.com/truemedian/zfetch"; pub const _9k24gimke1an = cache ++ "/git/github.com/truemedian/hzzp"; - pub const _csbnipaad8n7 = cache ++ "/git/github.com/alexnask/iguanaTLS"; pub const _yyhw90zkzgmu = cache ++ "/git/github.com/MasterQ32/zig-network"; pub const _u9w9dpp6p804 = cache ++ "/git/github.com/MasterQ32/zig-uri"; pub const _ocmr9rtohgcc = cache ++ "/git/github.com/nektro/zig-json"; @@ -69,6 +69,10 @@ pub const package_data = struct { .c_source_files = &.{ "src/api.c", "src/dumper.c", "src/emitter.c", "src/loader.c", "src/parser.c", "src/reader.c", "src/scanner.c", "src/writer.c" }, .c_source_flags = &.{ "-DYAML_VERSION_MAJOR=0", "-DYAML_VERSION_MINOR=2", "-DYAML_VERSION_PATCH=5", "-DYAML_VERSION_STRING=\"0.2.5\"", "-DYAML_DECLARE_STATIC=1" }, }; + pub const _csbnipaad8n7 = Package{ + .directory = dirs._csbnipaad8n7, + .pkg = Pkg{ .name = "iguanaTLS", .path = .{ .path = dirs._csbnipaad8n7 ++ "/src/main.zig" }, .dependencies = null }, + }; pub const _s84v9o48ucb0 = Package{ .directory = dirs._s84v9o48ucb0, .pkg = Pkg{ .name = "ansi", .path = .{ .path = dirs._s84v9o48ucb0 ++ "/src/lib.zig" }, .dependencies = null }, @@ -85,10 +89,6 @@ pub const package_data = struct { .directory = dirs._9k24gimke1an, .pkg = Pkg{ .name = "hzzp", .path = .{ .path = dirs._9k24gimke1an ++ "/src/main.zig" }, .dependencies = null }, }; - pub const _csbnipaad8n7 = Package{ - .directory = dirs._csbnipaad8n7, - .pkg = Pkg{ .name = "iguanaTLS", .path = .{ .path = dirs._csbnipaad8n7 ++ "/src/main.zig" }, .dependencies = null }, - }; pub const _yyhw90zkzgmu = Package{ .directory = dirs._yyhw90zkzgmu, .pkg = Pkg{ .name = "network", .path = .{ .path = dirs._yyhw90zkzgmu ++ "/network.zig" }, .dependencies = null }, @@ -135,7 +135,7 @@ pub const package_data = struct { }; pub const _89ujp8gq842x = Package{ .directory = dirs._89ujp8gq842x, - .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.?, _2ovav391ivak.pkg.?, _c1xirp1ota5p.pkg.?, _u7sysdckdymi.pkg.? } }, + .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _csbnipaad8n7.pkg.?, _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.?, _2ovav391ivak.pkg.?, _c1xirp1ota5p.pkg.?, _u7sysdckdymi.pkg.? } }, }; pub const _o6ogpor87xc2 = Package{ .directory = dirs._o6ogpor87xc2, diff --git a/docs/README.md b/docs/README.md index 1f96ebd6cef8604682f9336ae6b7e9365057214c..6bcb069fe5fdf1609354a2e8ce26f11e6efe58c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed. As 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. -The most recent release Zigmod was verified to work with is `0.9.0-dev.865+f30aa25cb`. +The most recent release Zigmod was verified to work with is `0.9.0-dev.946+6237dc0ab`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. diff --git a/zig.mod b/zig.mod index ec454119c5dc0816c4acf36e7388186ea387fa04..c984f4c18dff0d98391b3b50fd31210b6d407b35 100644 --- a/zig.mod +++ b/zig.mod @@ -29,6 +29,8 @@ dependencies: # -------- # Entries below this line are only fetched with zigmod itself + - src: git https://github.com/nektro/iguanaTLS + - src: git https://github.com/nektro/zig-ansi - src: git https://github.com/ziglibs/known-folders - src: git https://github.com/nektro/zig-licenses diff --git a/zigmod.lock b/zigmod.lock index 5a3be7471f3dcf578028e225085313beb99b552c..63590579fb3be2cfa6b0aa0ba1bb90f77ac8e65d 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -1,14 +1,14 @@ 2 git https://github.com/yaml/libyaml tag-0.2.5 +git https://github.com/nektro/iguanaTLS commit-953ad821fae6c920fb82399493663668cd91bde7 git https://github.com/nektro/zig-ansi commit-d4a53bcac5b87abecc65491109ec22aaf5f3dc2f git https://github.com/ziglibs/known-folders commit-234b589d3cd0c00f2f675f98fd9674e208fd2bd0 git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680 -git https://github.com/truemedian/zfetch commit-55b3354ae16089b9e1020580e0b93aa9c698eb8f -git https://github.com/truemedian/hzzp commit-492107d44caa2676c7b5aa4e934e1e937232d652 -git https://github.com/alexnask/iguanaTLS commit-0d39a361639ad5469f8e4dcdaea35446bbe54b48 -git https://github.com/MasterQ32/zig-network commit-8e03f59d6d4cb01a7039edb2cf2a6288704a9bae +git https://github.com/truemedian/zfetch commit-e65c50fb924701d51fd83826b28948c957aad13e +git https://github.com/truemedian/hzzp commit-417eb13fefb05835c0534e622b5a6e2dc2fcd3d7 +git https://github.com/MasterQ32/zig-network commit-9fa47b74f4d66f6e136d8e35bcf30bc5e6c45025 git https://github.com/MasterQ32/zig-uri commit-52cdd2061bec0579519f0d30280597f3a1db8b75 -git https://github.com/nektro/zig-json commit-b7c42514db96ad9cb6d57c792499b5f92d516fa1 +git https://github.com/nektro/zig-json commit-41a4656180a7a460598a53061c07adfbf174c1f4 git https://github.com/nektro/zig-range commit-890ca308fe09b3d5c866d5cfb3b3d7a95dbf939f git https://github.com/nektro/zig-detect-license commit-d4544410f811c402b866f21f63588d1aae1b2d90 git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c @@ -16,4 +16,4 @@ git https://github.com/nektro/zig-leven commit-8e9f827117ab1418578b692a2325754cc git https://github.com/nektro/zig-fs-check commit-dcd8da90fcb8bf3c9887e713bf0ec072bc897dd5 git https://github.com/nektro/zig-inquirer commit-9a068122c59ac2785f330c37bf4412aed644ed37 git https://github.com/arqv/ini commit-4b215c2c41cfb0156873bdb0e074b84f5308de4e -git https://github.com/marlersoft/zigwin32 commit-b2cdb54fd83caf8679b8370ead57332df40e90df +git https://github.com/marlersoft/zigwin32 commit-05b6a1b82abcc3358ee53275f5bd10b71c8f6a94 diff --git a/zigmod.sum b/zigmod.sum index a261e98c0244ba37dcf088211893e00bcec976e6..5ea6ef28bd0b1dbc6cebadf1de480777bd90a7eb 100644 --- a/zigmod.sum +++ b/zigmod.sum @@ -1,13 +1,13 @@ blake3-22472b867734926b202c055892fb0abb03f91556cd88998e2fe77addb003b1dd v/git/github.com/yaml/libyaml/tag-0.2.5 +blake3-50ded64054dd11e855ef88595f16a031bb87f47cba9a1cbe3aa49a408e6c1ae9 git/github.com/nektro/iguanaTLS blake3-3c76436cde156ef2b92eca8e2a38cc2e07f23055422cfe903585bab8bcc47dd9 git/github.com/nektro/zig-ansi blake3-b55d85de06e4921e85be2fb312c7e023729946be3ac73fe3229b58b173089df8 git/github.com/ziglibs/known-folders blake3-42c3fae77ef41d2074e74de2d91cfc66bc591170494b10262dd2aeaea0b60cb5 git/github.com/nektro/zig-licenses -blake3-811ba5947b9d8d4d714ac46d4c045ba6086db18659abc3e4f0af5a5761a7cbdc git/github.com/truemedian/zfetch -blake3-39ecd07006b01d710e2e98e5b059ae21edea39987414a18aa9b4dae38705440d git/github.com/truemedian/hzzp -blake3-e6901bd7432450d5b22b01880cc7fa3fa2433e766a527206f18b29c67c1349bb git/github.com/alexnask/iguanaTLS -blake3-c58475c89031a6c71c3de42b4ea8ab74161060c5a5cb4631bf3dab31a87ca6dc git/github.com/MasterQ32/zig-network +blake3-306356b36b7bef1c8fb8a93806ba3478850091d90af00a66870cf2a35b98c87b git/github.com/truemedian/zfetch +blake3-b844e3e4dd46b90062ae8f5dcb111358132f0be2dbf7a9e7e70257527183c0a3 git/github.com/truemedian/hzzp +blake3-3694392c90c86b83cf16b19d24ec08728c724139cb0902b951561971b040803b git/github.com/MasterQ32/zig-network blake3-030ebb03f1ed21122e681b06786bea6f2f1b810e8eb9f2029d0eee4f4fb3103f git/github.com/MasterQ32/zig-uri -blake3-9978fc554d0d96253bda4db1cc9962976463ca50807aea0de23d49169b3f79be git/github.com/nektro/zig-json +blake3-114b5a5dd578529803f724918f7626088fd02d74269cccff1e51d61d333cc168 git/github.com/nektro/zig-json blake3-09698753782139ab4877d08f33235170836f68b73e482b65cdee5637a6addf86 git/github.com/nektro/zig-range blake3-dbbd8d54afa4f2ba93fe11396ca8137c85b4be358ffd106829668f74c9568739 git/github.com/nektro/zig-detect-license blake3-20ceb9e27bdb93540e93006628fb94e0540f3f69a2304a8f73ad2989b8e27226 git/github.com/nektro/zig-licenses-text @@ -15,4 +15,4 @@ blake3-cf68eaad66254b89c8bc18578f58607aa2e87ae59dd5696c2394eb5a0a31c455 git/gith blake3-10460da714f5c8436d09c268795597b0b2686ffc1e789c9f50366c2cbb0e1ff3 git/github.com/nektro/zig-fs-check blake3-e476d1ceb5eb5bf59654c92fc5c0892a8ebd0bdb2ae502a67febe1c218d5e608 git/github.com/nektro/zig-inquirer blake3-11e4547318be39f37bef2883e8fdb3a0d1237031cbbbada1a1ba2f40f1146834 git/github.com/arqv/ini -blake3-96b07b1c07fe284067d9d5eb7d232f18ce61074fcb9260a4c63e5a2a4bf4e032 git/github.com/marlersoft/zigwin32 +blake3-94d1797f665a6e40821fb34faa081c4cf564babf945dd67be1dae227020079f9 git/github.com/marlersoft/zigwin32 -- 2.54.0