floz

Results 6 comments of floz

However those 2 lines (148&149): `Gaze.super_.prototype.emit.apply(self, args);` `Gaze.super_.prototype.emit.apply(self, ['all', e].concat([].slice.call(args, 1)));` Cause the `this.on( "deleted" )` to fire twice. Is that a normal behavior?

Hey Shama, Cool, thanks for the answer & the explanations!

I confirm, it works with your master branch version! However, it fires in the "all" events, with this: `/Users/florian.zumbrunn/.Trash/toto 14-55-23-833 -- was renamed` The deleted event never seems to be...

Hmmm, yes that's the good explanation of the renaming/deleting problem :) Yes I got one: ``` /Users/florian.zumbrunn/Documents/floz/works/projects/component_test/tools/app/toto/ was deleted /Users/florian.zumbrunn/Documents/floz/works/projects/component_test/tools/app/toto/ -- was deleted ``` (the second line is from the...

Via sublime text (right click/delete on the file): ``` _trigger, event: change /Users/florian.zumbrunn/Documents/floz/works/projects/component_test/tools/app/ _trigger, newFile _trigger, event: rename /Users/florian.zumbrunn/Documents/floz/works/projects/component_test/tools/app/toto.js _trigger, newFile /Users/florian.zumbrunn/.Trash/toto 15-54-05-175.js emit renamed /Users/florian.zumbrunn/.Trash/toto 15-54-05-175.js -- was renamed...

My bad for the no answer. But I still think that's an issue. Gaze should say that the file is deleted, and not renamed, in the case the file path...