Skip to main content

REVIEWS_RENAMED

Constant REVIEWS_RENAMED 

Source
pub const REVIEWS_RENAMED: ModuleSchema;
Expand description

REVIEWS with changedLines renamed, which is the breaking change.

A field a caller reads is part of the interface whether or not anybody wrote that down, so renaming one is a break. The compatibility test holds this to the rule a breaking change has to obey, which is that the checker says so, at the line that reads the field, before anything runs.