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
If the external statement acquires a new field such as "overdue balance", the analyzer will catch if the mapper has not been updated to populate this new field. However, it is might not necessary for every external statement instantiation to require every field be populated.
The text was updated successfully, but these errors were encountered:
navijation
added a commit
to navijation/go-exhaustruct
that referenced
this issue
Jul 30, 2023
Similar to #37, but at the level of struct literals rather than struct definitions.
The use case: ensuring that "type mapper" functions are properly updated when the destination type gets updated. For example
If the external statement acquires a new field such as "overdue balance", the analyzer will catch if the mapper has not been updated to populate this new field. However, it is might not necessary for every external statement instantiation to require every field be populated.
The text was updated successfully, but these errors were encountered: