libasync
libasync copied to clipboard
dirwatcher example does not work on osx
it compiles and tells me, to put stuff to the local temp folder, but not output is done if i do so. i am running osx 10.12.6
I checked linux with EPOLL and it just works....
I can't seem to be able to reproduce this, could you give a more exact error?
steps to reproduce on osx:
source ~/dlang/dmd-2.082.1/activate.fish
cd ~/tmp
git clone [email protected]:etcimon/libasync.git
cd libasync/examples/dirwatcher
dub build
./dirwatcher
> Event loop now running. Try saving a file in the temp/ folder!
in a separate shell
touch ~/tmp/libasync/examples/dirwatcher/temp/test
no output on the first shell. expected output would be something like file ~/tmp/libasync/examples/dirwatcher/temp/test created.
This has been fixed by now