You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a loader returns "D_S: "value", both A.B.S and A.C.S are assigned value "value", without any warning, potentially introducing uncaught behaviour exceptions.
Proposal
Add some mechanism to detect collisions in the overall state of a Load call on the root struct.
The text was updated successfully, but these errors were encountered:
Overview
xload, at the moment, does not detect any collisions when working with nested structs that are reused.
Example
When a loader returns
"D_S: "value"
, bothA.B.S
andA.C.S
are assigned value "value", without any warning, potentially introducing uncaught behaviour exceptions.Proposal
Add some mechanism to detect collisions in the overall state of a
Load
call on the root struct.The text was updated successfully, but these errors were encountered: