Commit dce84cf
Fix CI failures: remove unused deps, fix clippy, add missing test fixtures
- Remove unused `rustc-hash` from vite_task_bin dependencies
- Remove unused `which` from vite_task_graph dev-dependencies
- Fix clippy: use `Result::ok` instead of redundant `|e| e.ok()` closure in vtt.rs
- Add SAFETY comment for `libc::dup2` unsafe block in vtt.rs (undocumented-unsafe-blocks)
- Add missing `folder1/` and `folder2/` directories to builtin-different-cwd fixture
(the cd builtin changes CWD before spawning vtt, which fails with ENOENT if the
directory doesn't exist)
- Fix direct lint snapshot: update quote style to match actual main.js content
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e089b46 commit dce84cf
File tree
7 files changed
+4
-6
lines changed- crates
- vite_task_bin
- src
- tests/e2e_snapshots/fixtures
- builtin-different-cwd
- folder1
- folder2
- e2e-lint-cache/snapshots
- vite_task_graph
7 files changed
+4
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments