Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for using slices in instances #239

Open
cmoesel opened this issue Aug 29, 2023 · 0 comments
Open

Improve support for using slices in instances #239

cmoesel opened this issue Aug 29, 2023 · 0 comments

Comments

@cmoesel
Copy link
Member

cmoesel commented Aug 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants