J. Nick Koston
f3f6fe8a7d
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-21 09:58:44 -05:00
J. Nick Koston
efe1b0e744
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-21 09:58:44 -05:00
J. Nick Koston
6cb446baf8
State what the cache refresh actually writes
...
The comment claimed the refresh's sidecar records the CLI toolchain;
_refresh_sidecar returns early when a compile-written sidecar exists,
so the compile's toolchain stands. Reword the comment and the test
docstring to match.
2026-08-21 09:58:32 -05:00
J. Nick Koston
0fa081cd80
Name malformed registry elements, parse ESPHOME_CCACHE_ENABLE strictly, require a package layout check
...
Registry version and file entries that are not dicts now raise the same
Unexpected-response error as the other shape guards instead of an
AttributeError traceback. install_package rejects an empty expect so
every install is layout-validated before the marker is written.
ESPHOME_CCACHE_ENABLE values outside 1/true/yes/on and 0/false/no/off
warn and are treated as unset instead of bool(str) flipping them to
enabled. The strip_win_long_path_prefix test moved next to the function
in test_framework_helpers, and a stale comment naming its old module is
fixed.
2026-08-21 09:58:16 -05:00
J. Nick Koston
8fd8766167
Sandbox ESPHOME_ARDUINO8266_PREFIX in the writer test isolation fixture
...
The autouse fixture pinned the idf and sdk-nrf prefixes but not the new
arduino8266 one, so running the suite with that env var exported deleted
the pointed-to install. Also adds the clean_all removal test the other
two native installs already have.
2026-08-21 09:35:53 -05:00
J. Nick Koston
225c62dbf1
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-21 01:05:51 -05:00
J. Nick Koston
0b0194cf41
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-21 01:05:51 -05:00
J. Nick Koston
8b9773c4bd
Gate only the cache read on an explicit CLI toolchain, keep the refresh
...
The upload/logs cache split: an explicit --toolchain still skips the
read and runs the per-platform validators, but the freshly validated
config is saved again so a later plain run keeps the fast path (the
sidecar records the resolved toolchain). check_supported_toolchain is
module-private now since it has no caller outside config_validation,
and require_platformio_toolchain's docstring describes what actually
happens when another platform's toolchain is passed.
2026-08-21 01:05:38 -05:00
J. Nick Koston
078bcba473
Backend-neutral unsupported-core message, pin the PIO source formatter
2026-08-20 23:55:15 -05:00
J. Nick Koston
85acafb646
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 23:54:17 -05:00
J. Nick Koston
18a2aa2097
Probe the PATH ninja, chain import errors, harden registry payload checks, honest ccache docstring
2026-08-20 23:53:40 -05:00
J. Nick Koston
88f1c4474f
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 23:47:51 -05:00
J. Nick Koston
6ed01b06c3
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 23:47:51 -05:00
J. Nick Koston
24eb6354f9
Run validators when a CLI toolchain is given on the cache fast path, cover every LibreTiny family
2026-08-20 23:47:47 -05:00
J. Nick Koston
355d02ee6a
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 22:08:43 -05:00
J. Nick Koston
f5ac480dff
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 22:08:43 -05:00
J. Nick Koston
19555e8eaf
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 22:08:43 -05:00
J. Nick Koston
d47dc0d992
Pin fingerprint stability and sensitivity behaviorally, note the platform pairing
2026-08-20 22:08:41 -05:00
J. Nick Koston
6a363c1746
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 21:09:43 -05:00
J. Nick Koston
b0a214830a
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 21:09:43 -05:00
J. Nick Koston
38744e4222
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 21:09:43 -05:00
J. Nick Koston
9624abcd57
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-20 21:09:42 -05:00
J. Nick Koston
2c229debe8
Best-effort bad encodings, dedupe append warnings, tolerate structurally odd compile DBs
2026-08-20 21:09:38 -05:00
J. Nick Koston
5857bfcf52
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 20:53:32 -05:00
J. Nick Koston
378a01a838
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 20:53:31 -05:00
J. Nick Koston
e266a449e0
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 20:53:31 -05:00
J. Nick Koston
6a0ce046fd
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-20 20:53:31 -05:00
J. Nick Koston
6b6344b454
Cover the healthy post-compile idedata path
2026-08-20 20:53:30 -05:00
J. Nick Koston
a0e82cd000
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 20:48:32 -05:00
J. Nick Koston
a56c465d6d
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 20:48:32 -05:00
J. Nick Koston
b3d908d10e
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 20:48:32 -05:00
J. Nick Koston
09fd3fb53b
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-20 20:48:32 -05:00
J. Nick Koston
73ab04330e
Treat sys.exit(0) as script success, fail on an unreadable declared script
2026-08-20 20:48:30 -05:00
J. Nick Koston
a255f3b07c
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 20:46:31 -05:00
J. Nick Koston
57b69cae81
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 20:46:30 -05:00
J. Nick Koston
9fccf1ce33
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 20:46:30 -05:00
J. Nick Koston
b8bb4453e0
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-20 20:46:30 -05:00
J. Nick Koston
91eed262c8
Repr zero-arg script exceptions, surface a None idedata after an IDF build
2026-08-20 20:46:15 -05:00
J. Nick Koston
c1a0ed0d46
Reject only unknown package majors: 2.6.3+ cores share the package-major-3 encoding
2026-08-20 20:44:24 -05:00
J. Nick Koston
4969d9bf4a
Pin the lx106 layout, reject non-3.x cores, pin installer args, delegate ccache policy tests
2026-08-20 20:39:20 -05:00
J. Nick Koston
1c5441b69e
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 20:38:30 -05:00
J. Nick Koston
ec8437fea2
Quote empty tokens, honest docstrings, strict registry payloads, required layout checks, honest patch targets
2026-08-20 20:38:09 -05:00
J. Nick Koston
8513dfeebd
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 20:36:32 -05:00
J. Nick Koston
b42babf749
Route platformio build_unflags natively, correct the gate and fallback comments
2026-08-20 20:35:49 -05:00
J. Nick Koston
e1c4984498
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 20:34:25 -05:00
J. Nick Koston
3063b9067a
State what the fingerprint test actually pins
2026-08-20 20:34:24 -05:00
J. Nick Koston
a73180e073
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-20 19:51:30 -05:00
J. Nick Koston
b7a3181d13
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-20 19:51:28 -05:00
J. Nick Koston
1958746ae0
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-20 19:51:28 -05:00
J. Nick Koston
62c27826ee
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-20 19:51:27 -05:00