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

Perform type checking on config-indpendent IDL code. #20

Merged
merged 4 commits into from
Sep 6, 2024

Conversation

dhower-qc
Copy link
Collaborator

To this point, the IDL compiler could only type check code with a fully-specified configuration because the type of some variables depends on configuration parameters. This patch makes it possible to best-effort type check IDL code without knowing all parameter values. This is useful to catch IDL errors early, and to perform config-independent database validation.

@dhower-qc dhower-qc added the enhancement New feature or request label Aug 20, 2024
@dhower-qc dhower-qc self-assigned this Aug 20, 2024
@dhower-qc dhower-qc marked this pull request as ready for review September 6, 2024 17:38
@dhower-qc dhower-qc merged commit 45fdc6e into main Sep 6, 2024
1 check passed
@dhower-qc dhower-qc deleted the dhower/config_independent_type_check branch September 6, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant