authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 10:31:39 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 09:13:18 -08:00
log88a33e0f9e1a8a929feed3bf88b3c6f38869ed2c
tree2f0441bca05b7cd4ca3f3a5ab541d5e3fdf6f664
parent67e6d4ca6243f836a0159c54907d24f46ad854d5

extras now exposes range directly


4 files changed, 5 insertions(+), 4 deletions(-)

deps.zig+1-1
...@@ -249,7 +249,7 @@ pub const package_data = struct {...@@ -249,7 +249,7 @@ pub const package_data = struct {
249 pub var _89ujp8gq842x = Package{249 pub var _89ujp8gq842x = Package{
250 .name = "zigmod",250 .name = "zigmod",
251 .entry = "/../..//src/lib.zig",251 .entry = "/../..//src/lib.zig",
252 .deps = &[_]*Package{ &_g982zq6e8wsv, &_s84v9o48ucb0, &_2ta738wrqbaq, &_0npcrzfdlrvk, &_ejw82j2ipa0e, &_ocmr9rtohgcc, &_tnj3qf44tpeq, &_2ovav391ivak, &_c1xirp1ota5p, &_u7sysdckdymi, &_iecwp4b3bsfm, &_f7dubzb7cyqe },252 .deps = &[_]*Package{ &_g982zq6e8wsv, &_s84v9o48ucb0, &_2ta738wrqbaq, &_0npcrzfdlrvk, &_ejw82j2ipa0e, &_ocmr9rtohgcc, &_2ovav391ivak, &_c1xirp1ota5p, &_u7sysdckdymi, &_iecwp4b3bsfm, &_f7dubzb7cyqe },
253 };253 };
254 pub var _root = Package{254 pub var _root = Package{
255 };255 };
src/cmd/zpm/search.zig+2-1
...@@ -1,6 +1,7 @@...@@ -1,6 +1,7 @@
1const std = @import("std");1const std = @import("std");
2const gpa = std.heap.c_allocator;2const gpa = std.heap.c_allocator;
3const range = @import("range").range;3const extras = @import("extras");
4const range = extras.range;
45
5const zpm = @import("./../zpm.zig");6const zpm = @import("./../zpm.zig");
67
src/cmd/zpm/tags.zig+2-1
...@@ -1,6 +1,7 @@...@@ -1,6 +1,7 @@
1const std = @import("std");1const std = @import("std");
2const gpa = std.heap.c_allocator;2const gpa = std.heap.c_allocator;
3const range = @import("range").range;3const extras = @import("extras");
4const range = extras.range;
45
5const zpm = @import("./../zpm.zig");6const zpm = @import("./../zpm.zig");
67
zig.mod-1
...@@ -11,7 +11,6 @@ dependencies:...@@ -11,7 +11,6 @@ dependencies:
11 - src: git https://github.com/nektro/zig-licenses11 - src: git https://github.com/nektro/zig-licenses
12 - src: git https://github.com/truemedian/zfetch12 - src: git https://github.com/truemedian/zfetch
13 - src: git https://github.com/nektro/zig-json13 - src: git https://github.com/nektro/zig-json
14 - src: git https://github.com/nektro/zig-range
15 - src: git https://github.com/nektro/zig-detect-license14 - src: git https://github.com/nektro/zig-detect-license
16 - src: git https://github.com/nektro/zig-inquirer15 - src: git https://github.com/nektro/zig-inquirer
17 - src: git https://github.com/nektro/arqv-ini16 - src: git https://github.com/nektro/arqv-ini