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

Type of array elements in instantiated struct is not set #13

Open
maxhoerstr opened this issue Jan 25, 2023 · 0 comments
Open

Type of array elements in instantiated struct is not set #13

maxhoerstr opened this issue Jan 25, 2023 · 0 comments
Labels
bug Something isn't working priority: medium This issue has a medium priority

Comments

@maxhoerstr
Copy link
Collaborator

If a struct is instantiated, for example in a Service call, the struct can contain an array. This array has no information about the type of its elements. For simple datatypes like number or string, it can be set through the values of the array. If the values of the array are also structs, which has to be instantiated too, it is not known to which struct defintion they belong.
It could be set in the semantic validation when the Struct instances are checked.

@maxhoerstr maxhoerstr added bug Something isn't working priority: medium This issue has a medium priority labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: medium This issue has a medium priority
Projects
None yet
Development

No branches or pull requests

1 participant