pefontana
667a9f5139
fix(update): reuse an existing PATH uv on Termux before pip
...
_ensure_uv_for_termux only checked resolve_uv() (the managed
$HERMES_HOME/bin/uv) before falling back to pip, so a uv installed via
`pkg install uv` lives on PATH but is invisible to the helper. Combined
with the cherry-picked wheel-only fallback, a Termux user with no managed
uv still hit `pip install uv`, which has no Android wheel and tried to
source-build the Rust crate, OOM-killing low-memory devices.
Probe shutil.which("uv") right after the Termux guard and reuse it before
pip. Add a regression test that keeps resolve_uv() returning None while a
uv exists on PATH and asserts pip is never invoked.
2026-06-23 18:42:05 -07:00
..
2026-06-21 16:39:02 -07:00
2026-06-23 19:05:22 -05:00
2026-06-23 10:32:27 -07:00
2026-06-23 19:05:22 -05:00
2026-06-22 09:57:16 -07:00
2026-06-22 17:53:50 -07:00
2026-06-21 19:05:27 -07:00
2026-06-20 10:26:45 -07:00
2026-06-24 11:00:11 +10:00
2026-06-23 18:42:05 -07:00
2026-06-18 16:04:58 -05:00
2026-06-22 19:16:47 -05:00
2026-06-06 11:46:24 -07:00
2026-06-19 13:53:39 +05:30
2026-06-23 11:51:43 -07:00
2026-06-16 13:09:40 -07:00
2026-06-24 02:56:56 +05:30
2026-06-08 15:21:28 -07:00
2026-06-22 12:14:30 -07:00
2026-06-24 00:52:18 +05:30
2026-06-24 00:54:18 +05:30
2026-06-19 07:46:33 -07:00
2026-06-15 11:55:02 -04:00
2026-06-13 14:50:05 -07:00
2026-06-06 18:33:44 -07:00
2026-06-24 04:16:54 +05:30
2026-06-19 18:06:38 -04:00
2026-06-21 12:09:16 -07:00
2026-06-17 18:48:35 -05:00
2026-06-14 00:27:59 -04:00
2026-06-10 15:32:34 +10:00
2026-06-19 10:52:16 +10:00
2026-06-05 02:54:34 -07:00
2026-06-10 17:37:34 -07:00
2026-06-08 06:32:42 -07:00
2026-06-21 14:06:39 -06:00
2026-06-20 10:26:45 -07:00
2026-06-19 17:36:18 +05:30
2026-06-08 09:35:22 -07:00
2026-06-08 02:18:21 -07:00
2026-06-18 22:11:35 +05:30
2026-06-18 16:26:34 +07:00
2026-06-23 10:38:15 -07:00
2026-06-18 14:14:41 +10:00
2026-06-14 17:34:11 +07:00
2026-06-13 05:19:44 -07:00
2026-06-09 23:22:10 -07:00
2026-06-04 18:04:47 -07:00
2026-06-21 16:33:58 +05:30
2026-06-09 03:17:12 -07:00
2026-06-18 09:16:40 -07:00
2026-06-08 09:35:22 -07:00
2026-06-08 12:11:54 -07:00
2026-06-12 13:42:42 -04:00
2026-06-08 07:03:12 -07:00
2026-06-24 04:16:54 +05:30
2026-06-09 18:49:08 -05:00
2026-06-14 03:20:21 -07:00
2026-06-07 05:01:27 -07:00
2026-06-23 11:32:00 -07:00
2026-06-12 08:30:06 -05:00
2026-06-18 05:41:23 -07:00
2026-06-12 14:02:19 -04:00
2026-06-12 02:06:47 -07:00
2026-06-07 17:49:38 -07:00