Changeset [455ec8e3aedb62c9844612c8a6285926ac2dc8ab] by Antoine Mercadal
August 8th, 2012 @ 06:51 PM
Simplify the FSEvent callback.
Events are not so reliable, there are many flaws and special
cases (like trashing a folder etc)
In order to simplify the process is the following
- We receive an event
- We tidy up the shadow files
- We check if the given path exists
- If it's a folder, we continue
- If it's a file and it exists : we run handleFileModification
- If it's a file and it doesn't exist: we run handleFileRemoval https://github.com/cappuccino/cappuccino/commit/455ec8e3aedb62c9844...
Committed by Antoine Mercadal
- M Tools/XcodeCapp/FSEventCallback.m
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.