Move the code and do required changes in some types.
Depends on D9319
https://linear.app/comm/issue/ENG-4677/describe-inconsistencies-as-a-part-of-a-spec
Differential D9354
[lib] Move inconsistencies finding into specs tomek on Oct 4 2023, 3:19 AM. Authored by Tags None Referenced Files
Details Move the code and do required changes in some types. Depends on D9319 https://linear.app/comm/issue/ENG-4677/describe-inconsistencies-as-a-part-of-a-spec Added console logs in the reports reducer and in the user reducer. Modified server state and checked if state sync generates a report.
Diff Detail
Event Timeline
Comment Actions On the other hand, when you return the result we should allow the caller to do and modify the result, not sure what is better in this use case. Comment Actions It seems like in this case we definitely should return a read-only type. When there are no inconsistencies, we return the same reference and we don't want it to be modified by anyone. |