authorgravatar for igor.anic@gmail.comIgor Anić <igor.anic@gmail.com> 2024-03-31 21:35:18+02:00
committergravatar for igor.anic@gmail.comIgor Anić <igor.anic@gmail.com> 2024-04-09 15:00:21+02:00
log84fac2242cb6dfaec4916279ad14ee1256a7aa59
tree6e892eba7f35109a36db6008e2cfa2e4202a834b
parentdc61c2e9043f89fcfe540431131563a7269167b5

fix zig fmt


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

src/Package/Fetch.zig+4-4
...@@ -2150,13 +2150,13 @@ test "pathological packages" {...@@ -2150,13 +2150,13 @@ test "pathological packages" {
2150 // tar2150 // tar
2151 .{ .files = &.{ "build.zig", "build.zig.zon" } },2151 .{ .files = &.{ "build.zig", "build.zig.zon" } },
2152 .{ .files = &.{ "build.zig", "build.zig.zon", "main" } },2152 .{ .files = &.{ "build.zig", "build.zig.zon", "main" } },
2153 .{ .err_msg =2153 .{ .err_msg =
2154 \\error: unable to unpack tarball2154 \\error: unable to unpack tarball
2155 \\ note: unable to create file 'main': PathAlreadyExists2155 \\ note: unable to create file 'main': PathAlreadyExists
2156 \\ note: unable to create file 'subdir/main': PathAlreadyExists2156 \\ note: unable to create file 'subdir/main': PathAlreadyExists
2157 \\2157 \\
2158 },2158 },
2159 .{ .err_msg =2159 .{ .err_msg =
2160 \\error: unable to unpack tarball2160 \\error: unable to unpack tarball
2161 \\ note: unable to create symlink from 'link' to 'main': AccessDenied2161 \\ note: unable to create symlink from 'link' to 'main': AccessDenied
2162 \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied2162 \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied
...@@ -2165,13 +2165,13 @@ test "pathological packages" {...@@ -2165,13 +2165,13 @@ test "pathological packages" {
2165 // git2165 // git
2166 .{ .files = &.{ "build.zig", "build.zig.zon" } },2166 .{ .files = &.{ "build.zig", "build.zig.zon" } },
2167 .{ .files = &.{ "build.zig", "build.zig.zon", "main" } },2167 .{ .files = &.{ "build.zig", "build.zig.zon", "main" } },
2168 .{ .err_msg =2168 .{ .err_msg =
2169 \\error: unable to unpack packfile2169 \\error: unable to unpack packfile
2170 \\ note: unable to create file 'main': PathAlreadyExists2170 \\ note: unable to create file 'main': PathAlreadyExists
2171 \\ note: unable to create file 'subdir/main': PathAlreadyExists2171 \\ note: unable to create file 'subdir/main': PathAlreadyExists
2172 \\2172 \\
2173 },2173 },
2174 .{ .err_msg =2174 .{ .err_msg =
2175 \\error: unable to unpack packfile2175 \\error: unable to unpack packfile
2176 \\ note: unable to create symlink from 'link' to 'main': AccessDenied2176 \\ note: unable to create symlink from 'link' to 'main': AccessDenied
2177 \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied2177 \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied