We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
targetProfile
Currently, the compiler will throw when we encounter a targetReference on a non-reference type (type not being Reference or canonical).
targetReference
This causes the compiler to stop - which means we cannot currently compile all structuredefinitions for MedMij.
A warning would be ideal, but that option does not yet exist.
The text was updated successfully, but these errors were encountered:
moved from: https://firely.atlassian.net/browse/VONK-3914
Sorry, something went wrong.
We should ignore this for now. And introduce a warnings task to the validator for these innocent "errors". See: #430
No branches or pull requests
Currently, the compiler will throw when we encounter a
targetReference
on a non-reference type (type not being Reference or canonical).This causes the compiler to stop - which means we cannot currently compile all structuredefinitions for MedMij.
A warning would be ideal, but that option does not yet exist.
The text was updated successfully, but these errors were encountered: