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

Implement the targets clause on the package directive. #33

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

peterhuene
Copy link
Member

This PR implements the targets clause on the package directive.

When this clause is present, the parser will validate that the output composition is capable of targeting the world, otherwise it will emit an error.

Closes #20.

This commit implements the `targets` clause on the package directive.

When this clause is present, the parser will validate that the output
composition is capable of targeting the world, otherwise it will emit
an error.

Closes #20.
@peterhuene peterhuene merged commit fb7ca26 into main Jan 16, 2024
7 checks passed
@peterhuene peterhuene deleted the targets branch January 16, 2024 20:52
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

Successfully merging this pull request may close these issues.

Package directives should allow specifying a world reference for validation.
2 participants