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
GoFSH currently uses numerically indexed arrays in all instances, even when an element is sliced. This can be problematic, especially for required slices. We should try to make GoFSH smarter. Ideally it should recognize simple discriminators well enough to determine slice membership and output rules w/ slice names instead of numeric indices where applicable.
The text was updated successfully, but these errors were encountered:
GoFSH currently uses numerically indexed arrays in all instances, even when an element is sliced. This can be problematic, especially for required slices. We should try to make GoFSH smarter. Ideally it should recognize simple discriminators well enough to determine slice membership and output rules w/ slice names instead of numeric indices where applicable.
The text was updated successfully, but these errors were encountered: