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

Consider ignoring targetProfile on a non-reference type when compiling #423

Open
mmsmits opened this issue Jan 13, 2025 · 2 comments
Open

Comments

@mmsmits
Copy link
Member

mmsmits commented Jan 13, 2025

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.

@mmsmits
Copy link
Member Author

mmsmits commented Jan 13, 2025

@mmsmits
Copy link
Member Author

mmsmits commented Jan 15, 2025

We should ignore this for now. And introduce a warnings task to the validator for these innocent "errors".
See: #430

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

1 participant