Eden
830196c628
fix(scripts): keep Windows lint runs from failing before any file is checked ( #126274 )
...
* fix(scripts): keep Windows lint runs from failing before any file is checked
`pnpm lint:extensions` aborts on Windows whenever the plugin SDK boundary
cache is cold: the boundary prep spawns `node_modules/.bin/tsgo` directly,
and Windows cannot execute the extensionless pnpm shim, so the run dies with
ENOENT before oxlint checks a single file. The stylelint runner reached by
`check-changed` fails the same way for the same reason.
Both now build their child process with `createManagedCommandInvocation`,
the launcher every other repo tool runner already uses, which routes the shim
through cmd.exe on Windows and returns the command unchanged everywhere else.
Off Windows the spawned command, arguments, and options are byte-identical to
before, so only the broken platform changes behavior.
* fix(scripts): stop the lint pipeline from spawning a tool shim directly
`pnpm lint` reaches stylelint through the same raw shim spawn that broke the
boundary prep, so the pipeline dies on Windows after oxlint succeeds. Route it
through the managed launcher like every other tool runner.
The remaining hazard is structural: the resolver hands out a path that only
some callers know to normalize, and the three sites that forgot were spread
across two spawn shapes. Add a static guard so a shim can only flow into a
launcher that understands the platform, and so the next occurrence fails on
Linux CI instead of on a contributor's Windows machine.
* test(scripts): trim Windows shim regression coverage
Punchcard-Session: cobalt-orchard-willow-2q
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-08-21 09:31:50 -07:00
..
2026-07-12 18:57:49 +02:00
2026-08-12 20:49:54 -07:00
2026-08-19 11:30:43 -07:00
2026-08-17 00:42:23 -07:00
2026-07-29 05:16:42 -04:00
2026-08-21 09:20:56 -07:00
2026-08-20 21:21:20 -07:00
2026-08-21 07:24:31 +00:00
2026-08-12 20:49:54 -07:00
2026-08-21 02:45:06 -07:00
2026-08-21 17:53:54 +05:30
2026-08-09 07:21:35 -07:00
2026-08-20 11:08:28 -07:00
2026-08-11 23:26:37 -07:00
2026-08-18 02:03:37 -07:00
2026-07-12 09:01:33 +01:00
2026-08-07 11:47:07 -07:00
2026-08-16 23:31:27 -07:00
2026-08-13 19:39:32 -07:00
2026-08-04 23:11:12 +08:00
2026-08-16 11:44:52 -07:00
2026-08-16 23:36:57 -07:00
2026-08-10 12:58:30 -07:00
2026-08-13 19:39:32 -07:00
2026-08-13 14:53:17 -07:00
2026-08-10 16:06:39 -07:00
2026-07-19 00:10:32 +01:00
2026-08-18 15:29:52 -07:00
2026-08-17 19:08:22 -07:00
2026-08-17 16:54:21 -07:00
2026-08-14 07:16:58 -07:00
2026-08-16 11:44:52 -07:00
2026-08-15 06:18:23 -07:00
2026-08-15 06:18:23 -07:00
2026-07-25 19:27:17 +08:00
2026-07-13 22:12:21 -07:00
2026-08-11 23:26:37 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-20 17:58:31 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:21:17 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 21:09:17 -07:00
2026-08-18 00:58:19 -07:00
2026-08-18 08:09:57 -07:00
2026-08-16 23:19:30 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 03:45:36 -07:00
2026-08-17 16:46:06 -07:00
2026-08-11 17:14:53 -07:00
2026-08-09 07:21:35 -07:00
2026-08-19 08:21:07 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 19:51:29 -07:00
2026-08-15 19:23:05 -07:00
2026-08-15 06:18:23 -07:00
2026-08-20 08:26:41 -07:00
2026-08-16 19:34:57 -07:00
2026-08-20 12:00:01 -07:00
2026-08-09 07:21:35 -07:00
2026-08-18 09:08:45 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 22:22:46 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-10 07:57:56 -07:00
2026-08-10 07:57:56 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-08 22:53:16 -07:00
2026-08-12 01:39:40 +08:00
2026-08-17 00:42:23 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 17:17:49 -07:00
2026-08-13 00:40:32 -07:00
2026-08-11 17:14:53 -07:00
2026-08-14 03:03:15 -07:00
2026-08-12 08:35:35 -07:00
2026-08-11 00:02:18 -07:00
2026-08-16 00:41:42 -07:00
2026-08-19 13:42:27 +08:00
2026-08-09 07:21:35 -07:00
2026-08-16 16:24:46 -07:00
2026-08-10 06:47:43 -07:00
2026-08-17 16:46:06 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 05:37:04 -07:00
2026-07-18 19:58:37 -07:00
2026-07-18 12:25:40 +01:00
2026-08-09 22:22:46 -07:00
2026-08-09 07:21:35 -07:00
2026-07-16 13:55:23 -07:00
2026-07-19 11:04:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 15:10:27 -07:00
2026-08-12 07:58:43 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 20:45:07 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-14 03:03:15 -07:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 12:41:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 08:35:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-14 19:44:29 -07:00
2026-08-19 11:05:12 -07:00
2026-08-10 16:43:27 -07:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 23:31:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 15:10:27 -07:00
2026-08-10 16:06:39 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-20 08:18:23 -07:00
2026-08-09 08:48:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-13 17:16:55 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 00:40:32 -07:00
2026-08-17 17:17:49 -07:00
2026-08-15 19:23:05 -07:00
2026-07-15 13:06:24 -07:00
2026-08-16 20:58:27 -07:00
2026-08-11 22:26:39 -07:00
2026-08-20 05:02:28 -07:00
2026-07-27 17:37:02 -04:00
2026-08-11 23:26:37 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 17:03:04 -07:00
2026-08-12 20:50:56 -07:00
2026-07-15 13:22:31 -07:00
2026-08-18 16:08:48 -07:00
2026-08-20 09:59:59 -07:00
2026-08-20 09:59:59 -07:00
2026-08-12 20:11:13 -07:00
2026-07-27 16:15:54 -04:00
2026-08-20 21:28:44 -07:00
2026-08-19 21:05:51 -03:00
2026-07-13 11:49:42 -07:00
2026-07-13 16:15:50 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:21:17 -07:00
2026-08-20 17:58:31 -07:00
2026-08-09 07:21:35 -07:00
2026-07-25 22:46:10 +08:00
2026-08-16 08:14:56 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 11:56:02 -07:00
2026-07-13 22:09:36 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-10 12:58:30 -07:00
2026-08-11 00:02:18 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 11:44:52 -07:00
2026-08-13 19:20:05 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 00:02:18 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 20:50:56 -07:00
2026-08-01 07:01:43 -07:00
2026-08-01 07:01:43 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 10:22:01 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 23:26:37 -07:00
2026-08-10 15:44:54 -07:00
2026-08-16 20:58:27 -07:00
2026-07-18 18:15:17 +01:00
2026-08-09 07:21:35 -07:00
2026-08-21 09:14:39 -07:00
2026-08-21 09:14:39 -07:00
2026-08-21 09:14:39 -07:00
2026-08-21 09:14:39 -07:00
2026-08-21 09:14:39 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 23:26:37 -07:00
2026-07-19 00:52:37 -07:00
2026-08-13 03:45:36 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 17:14:53 -07:00
2026-08-15 22:43:47 -07:00
2026-08-18 08:45:44 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-19 01:50:35 -07:00
2026-07-16 01:44:30 -07:00
2026-07-21 20:14:58 -07:00
2026-07-23 16:17:13 +00:00
2026-08-19 01:50:35 -07:00
2026-08-20 15:57:11 -07:00
2026-07-23 16:24:15 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 16:24:15 -05:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:42:16 -05:00
2026-07-22 22:56:22 -05:00
2026-07-23 18:42:16 -05:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-23 16:24:15 -05:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-20 19:42:56 -07:00
2026-07-13 07:57:23 -07:00
2026-08-17 21:40:38 -07:00
2026-08-09 16:01:14 +08:00
2026-07-25 21:19:28 -07:00
2026-08-10 14:45:05 -07:00
2026-08-20 12:18:23 -07:00
2026-07-30 02:47:59 -07:00
2026-08-13 19:39:32 -07:00
2026-07-18 07:15:41 +01:00
2026-08-14 05:39:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 01:05:54 -07:00
2026-08-12 09:25:28 -07:00
2026-08-08 21:45:16 +08:00
2026-07-23 10:03:11 +09:00
2026-08-19 18:47:38 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 16:58:20 -07:00
2026-08-21 07:24:31 +00:00
2026-08-11 23:26:37 -07:00
2026-08-09 16:44:25 -07:00
2026-08-20 01:13:06 -07:00
2026-08-11 23:26:37 -07:00
2026-08-15 22:03:48 -07:00
2026-08-01 07:01:43 -07:00
2026-08-17 17:03:04 -07:00
2026-07-30 08:58:34 +08:00
2026-08-09 16:44:25 -07:00
2026-08-09 16:44:25 -07:00
2026-08-09 07:21:35 -07:00
2026-08-20 01:13:06 -07:00
2026-08-11 10:22:01 -07:00
2026-08-04 23:11:12 +08:00
2026-08-11 22:44:21 +08:00
2026-08-12 09:25:28 -07:00
2026-08-21 07:24:31 +00:00
2026-08-09 07:21:35 -07:00
2026-08-02 10:27:44 +08:00
2026-08-09 07:21:35 -07:00
2026-08-13 03:45:36 -07:00
2026-08-13 03:45:36 -07:00
2026-08-20 00:42:41 -07:00
2026-08-09 07:21:35 -07:00
2026-07-25 13:17:58 -07:00
2026-08-17 19:26:51 -07:00
2026-08-17 00:42:23 -07:00
2026-07-12 10:17:00 +01:00
2026-08-21 09:31:50 -07:00
2026-08-10 10:14:24 +08:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-19 14:18:50 -07:00
2026-08-19 17:41:58 -07:00
2026-08-17 00:23:13 -07:00
2026-07-27 21:08:20 -04:00
2026-08-09 07:21:35 -07:00
2026-08-18 11:14:48 +05:30
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-12 10:17:00 +01:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:25:04 -07:00
2026-08-09 07:21:35 -07:00
2026-08-21 07:24:31 +00:00
2026-08-18 21:44:09 -07:00
2026-08-21 09:14:39 -07:00
2026-07-30 08:58:34 +08:00
2026-08-13 17:26:31 +08:00
2026-08-13 03:45:36 -07:00
2026-08-06 21:54:26 +08:00
2026-08-20 20:13:26 -07:00
2026-07-29 13:23:35 +08:00
2026-08-21 07:24:31 +00:00
2026-08-21 07:24:31 +00:00
2026-07-23 10:03:11 +09:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 09:25:28 -07:00
2026-08-15 15:38:57 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 22:03:47 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 02:13:37 -07:00
2026-08-16 09:43:12 -07:00
2026-08-21 09:31:50 -07:00
2026-08-10 18:52:00 -07:00
2026-08-09 07:21:35 -07:00
2026-08-20 17:58:31 -07:00
2026-08-12 08:16:19 -07:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-21 09:31:50 -07:00
2026-08-14 12:38:42 +10:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-18 10:15:10 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-20 17:58:31 -07:00
2026-08-11 11:18:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 17:14:53 -07:00
2026-08-14 21:08:13 -07:00
2026-08-01 05:32:37 -07:00
2026-08-11 17:14:53 -07:00
2026-07-18 08:39:21 +01:00
2026-08-09 22:20:28 -07:00
2026-07-20 00:23:36 -07:00
2026-08-11 13:05:46 -07:00
2026-08-21 09:10:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 04:39:44 -07:00
2026-07-13 21:35:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 11:46:30 -07:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 21:48:23 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 07:20:44 +08:00
2026-08-11 07:20:44 +08:00
2026-08-09 07:21:35 -07:00
2026-08-11 23:26:37 -07:00
2026-08-10 16:06:39 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 06:18:23 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-20 20:36:38 -07:00
2026-08-09 07:21:35 -07:00
2026-07-12 10:17:00 +01:00
2026-07-13 21:35:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-27 16:32:52 -04:00
2026-08-09 07:21:35 -07:00
2026-07-12 17:26:04 -07:00
2026-08-17 19:08:22 -07:00
2026-07-14 18:08:33 -07:00
2026-08-09 07:21:35 -07:00
2026-08-14 17:05:10 -07:00
2026-07-27 17:37:02 -04:00
2026-07-27 17:37:02 -04:00
2026-08-10 19:31:13 -07:00
2026-08-21 07:24:31 +00:00
2026-08-19 13:30:02 -07:00
2026-08-21 07:24:31 +00:00
2026-08-10 14:45:05 -07:00
2026-08-10 14:45:05 -07:00
2026-08-04 23:11:12 +08:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 09:41:13 -07:00
2026-07-14 00:27:34 +01:00
2026-08-09 07:21:35 -07:00
2026-08-13 08:46:22 +08:00
2026-08-09 07:21:35 -07:00
2026-08-11 17:14:53 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:57:30 -07:00
2026-07-12 17:24:45 -07:00
2026-08-14 13:19:02 -07:00
2026-08-19 08:21:07 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 15:10:27 -07:00
2026-07-14 23:19:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00