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

Server - Only rebuild dependent schemas #17

Open
jdesrosiers opened this issue Feb 28, 2024 · 0 comments
Open

Server - Only rebuild dependent schemas #17

jdesrosiers opened this issue Feb 28, 2024 · 0 comments
Labels

Comments

@jdesrosiers
Copy link
Collaborator

Currently, whenever a file is saved or deleted, the whole workspace gets revalidated. This is necessary because, for example, deleting a schema could mean that you break a schema that references that schema. However, for a large project, this could be inefficient. Ideally, we should be able to only revalidate schemas that could be affected by the change.

Beware of cyclic references that could cause an infinite loop of revalidations.

Depends on #7

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