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

Quince saves stale version of yml files #16

Open
matthewware opened this issue Sep 5, 2018 · 4 comments
Open

Quince saves stale version of yml files #16

matthewware opened this issue Sep 5, 2018 · 4 comments
Assignees
Labels

Comments

@matthewware
Copy link
Collaborator

Quince overwrites resent saves to yaml files. It seems to have an older copy of the parameters and overwrites recent updates.

@matthewware matthewware added the bug label Sep 5, 2018
@matthewware matthewware self-assigned this Sep 5, 2018
@matthewware
Copy link
Collaborator Author

So the symptoms are similar to:
https://stackoverflow.com/questions/18300376/qt-qfilesystemwatcher-signal-filechanged-gets-emited-only-once/18304496

The first edit gets caught by the file watcher but subsequent ones don't... Maybe the same fix will work for us.

@matthewware
Copy link
Collaborator Author

matthewware commented Sep 18, 2018

I have a working fix for this in #17. The price we pay is directory watching.

@matthewware
Copy link
Collaborator Author

This is now merged into master.

@matthewware
Copy link
Collaborator Author

This is still broken on CentOS...

@matthewware matthewware reopened this Sep 27, 2018
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