arcadia-unity / ArcadiaGodot

Other
178 stars 14 forks source link

Implement macOS compatible file system watcher #11

Closed bfollington closed 3 years ago

bfollington commented 3 years ago

I use macOS as my primary OS and I was a little bummed to find out that FileSystemWatcher + mono is completely broken on macOS.

This is an implementation that polls the file system explicitly to detect changes in *.clj files which works for me on macOS Catalina, I haven't tested it on Windows but it should also work there.

selfsame commented 3 years ago

@bfollington thank you 🙏 working great on windows, can you read the contributors agreement (https://github.com/arcadia-unity/ArcadiaGodot#contributing) and add your name to https://github.com/arcadia-unity/ArcadiaGodot/blob/master/CONTRIBUTORS.md in this PR?