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

FileModelWatcher should reconcile nested model resources #253

Open
ndoschek opened this issue Sep 28, 2022 · 0 comments
Open

FileModelWatcher should reconcile nested model resources #253

ndoschek opened this issue Sep 28, 2022 · 0 comments
Labels
enhancement New feature or request modelserver EMF.cloud Model Server

Comments

@ndoschek
Copy link
Contributor

Currently, the FileModelWatcher does not reconcile nested model resources, i.e. model resources contained in a project-like directory are not reconciled if their containing directory is modified/deleted.
If a workspace contains multiple model resources, grouped via project-like directories, the WatchEvents are not correctly applied.
The FileModelWatcher compares the name of the file to be watched (i.e. the resource file name) with the context of the watch event (which is in that case the containing directory name).
We should think of a way to make this event handling more flexible.

@ndoschek ndoschek added enhancement New feature or request modelserver EMF.cloud Model Server labels Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request modelserver EMF.cloud Model Server
Projects
None yet
Development

No branches or pull requests

1 participant