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

Event queue #5

Open
bgmf opened this issue Sep 19, 2016 · 4 comments
Open

Event queue #5

bgmf opened this issue Sep 19, 2016 · 4 comments

Comments

@bgmf
Copy link

bgmf commented Sep 19, 2016

The event queue seems a bit mixed up. In the case of deleting or adding a file, I always get the modify event. regarding to my colleague The file rename event gets the old filename, hence finding the new file gets tricky. If I actually modify a file, I was not notified about it.
I will try to look into this in my spare time, but for now, it would be great if you'd any idea... :-)

Cheers, Daniel

@darylteo
Copy link
Owner

I think in that case, a file rename gets reported as a DELETE (old filename) and a CREATE (new filename).

@darylteo
Copy link
Owner

As for file modifications, I am not sure but the tests report fine, so it might be a windows behaviour.

@darylteo
Copy link
Owner

Do investigate and let me know how you go.

@bgmf
Copy link
Author

bgmf commented Sep 19, 2016

Will do. Btw: I'm Linux user (and faced the issue with the file modification), so for Windows I'd need to ask my colleague, as well. I will additionally check the rename event again. If I find sth. I will let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants