Formalize SVH stability for a specific release and target #73932
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-reproducibility
Area: Reproducible / deterministic builds
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The Rust compiler does a pretty good job at generating strict version hashes that are stable for a given combination of the compiler revision, target, and the inputs, disregarding extraneous variation like the absolute path of the build directory. This can be confirmed by a test.
As outlined in this discussion, if this stability is committed to as a feature, it would enable stabilized use of Rust dylib crates in revision-controlled sandbox environments like Flatpak.
The text was updated successfully, but these errors were encountered: