Codex P0 mini-gate Round 2 finding (Q5) fix: gesture_re_export.rs tests set the new W3C fields (KeyEvent.is_composing, FocusEvent.related_node_ id_hint, WheelEvent.delta_z + WheelEvent.mode mutability) but only asserted the structural compile-time identity, not value readback. Strengthened to assert every W3C field reads back what was written so cross-crate type identity AND field-level binary compat are both verified through the OP re-export path: - key_event_is_re_exported_from_jian_with_all_w3c_fields: 7-field assert - focus_event_is_re_exported_from_jian_with_all_w3c_fields: 3-field assert - wheel_event_is_re_exported_from_jian_with_w3c_fields: defaults + mutate-and-assert mode + delta_z + delta.x/y cargo test -p openpencil-shell-core --test gesture_re_export → 6/6 PASS. |
||
|---|---|---|
| .. | ||
| cli | ||
| desktop | ||
| web | ||