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

Ensure packages can't lie to the scheduler #241

Open
adelhult opened this issue Apr 20, 2023 · 0 comments
Open

Ensure packages can't lie to the scheduler #241

adelhult opened this issue Apr 20, 2023 · 0 comments
Labels

Comments

@adelhult
Copy link
Collaborator

adelhult commented Apr 20, 2023

Packages declare the variables they want to have access to as well as the variables that the elements they spawn should have access to. This allows the scheduler to come up with a valid order to evaluate the document. The problem is that this is in now way enforced, packages can if they want produce new elements that need accesses that were not included in the manifest.

@adelhult adelhult added the core label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant