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
Write now the structs comparison only compare simple fields and capture the changes. We should add a support for pointer fields as well. Should be able to compare and capture changes of pointer fields in the struct.
Use Case
Most of the times structs have pointer fields
Proposed Solution
N/A
Additional Context
Add any other context, screenshots, or references that may be helpful for understanding your request.
Pseudo Code
// Provide a code snippet or example that demonstrates how this feature might be used
The text was updated successfully, but these errors were encountered:
Feature Description
Write now the structs comparison only compare simple fields and capture the changes. We should add a support for pointer fields as well. Should be able to compare and capture changes of pointer fields in the struct.
Use Case
Most of the times structs have pointer fields
Proposed Solution
N/A
Additional Context
Add any other context, screenshots, or references that may be helpful for understanding your request.
Pseudo Code
// Provide a code snippet or example that demonstrates how this feature might be used
The text was updated successfully, but these errors were encountered: