generated from srid/ema-template
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Improve handling of directory renames / moves #134
Milestone
Comments
Even file moves (
|
Relevant on the |
1a8e922 should be good enough for now. |
2 tasks
shivaraj-bh
pushed a commit
to shivaraj-bh/emanote
that referenced
this issue
Dec 18, 2023
Decent workaround for srid#134
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Emanote (via
Ema.Helper.FileSystem
) does not handle renames and moving of directories as we would expect ... thus requiring the user to restartemanote
when these things happen. Instead, we should automate it. Either by handing the updated files recursively (error prone?) or by restarting the internal model state tracker ourselves.The text was updated successfully, but these errors were encountered: