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

Set type information of VIEW variables without explicit types #190

Closed
Tracked by #202
MarkusAmshove opened this issue Apr 25, 2023 · 0 comments · Fixed by #352
Closed
Tracked by #202

Set type information of VIEW variables without explicit types #190

MarkusAmshove opened this issue Apr 25, 2023 · 0 comments · Fixed by #352
Labels
area/views natparse🔎 Parser and project structure
Milestone

Comments

@MarkusAmshove
Copy link
Owner

Currently the variables parsed in a VIEW that don't have an explicit type don't have any type information at all.

This should be changed, because the types can be read from the DDM.

  • If the ViewParser finds the corresponding DDM, it can add type information for every variable.
  • If the defined variable in the VIEW is not found in the DDM, then it can be flagged as unresolved reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/views natparse🔎 Parser and project structure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant