Skip to content

Subject: Exported variable and data-object changes

A global/exported variable's type, qualifiers, size, or TLS model changes -- the same class of change as a function signature break, but for data symbols rather than callable ones.

6 case(s). ← back to all subjects

Cases

Case Title Verdict Category
case11_global_var_type Global Variable Type Change 🔴 BREAKING Breaking
case39_var_const Variable Const Change 🔴 BREAKING Breaking
case58_var_removed Global Variable Removed 🔴 BREAKING Breaking
case61_var_added Global Variable Added 🟢 COMPATIBLE Addition (Compatible)
case67_tls_var_size_changed TLS Variable Size Changed 🔴 BREAKING Breaking
case127_data_object_size_changed Exported Data Object Size Changed 🔴 BREAKING Breaking