Skip to main content

JIT_SCHEMA_VERSION

Constant JIT_SCHEMA_VERSION 

Source
pub const JIT_SCHEMA_VERSION: u32 = 3;
Available on crate feature vcs-git only.
Expand description

Output-shape version for a JitReport. Bump on any change to the serialized field set.

2: added the source discriminator to JitReport (issue #642), so commit-mode reports now self-identify like JitDiffReport already did.

3: renamed the per-commit score key scorerisk_score and the per-diff partial_scorepartial_risk_score (issue #591), aligning the JIT vocabulary with the per-file risk_score.