feat: expose binary compile-target identity - #191
Merged
Merged
Conversation
This was referenced Sep 13, 2026
zackees
marked this pull request as ready for review
September 13, 2026 10:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #190. Coordinated with FastLED/cli#242. Stacked on #188; merge after interrupt notifications.
Adds dependency-free platform::host::ProcessTarget and const process_target() reporting the executing binary target, explicitly not physical hardware, Rosetta detection, or ABI discovery. Rust OS/architecture vocabulary stays neutral; FastLED owns catalog aliases and supported artifact policy. No new crate or feature.
Validation: missing API RED then focused test GREEN; full Linux default suite (166 library tests plus integration/doc tests), strict all-target Clippy, formatting pass. Contract test crosschecks pass for Windows GNU x86-64 and macOS ARM64. Windows MSVC x86-64 contract crosscheck also passes after retrying a transient Soldr Text file busy build-script execution error. Native supported-platform CI remains required. Single-agent clud-review clean.
App adoption removes ctcb-core and passes 264 library, two binary, one integration, one doc test plus strict Clippy and Python checks. Exact published release adoption remains outstanding.