gmethvin / directory-watcher

A cross-platform Java recursive directory watcher, with a JNA macOS watcher and Scala better-files integration
Apache License 2.0
264 stars 34 forks source link

Avoid duplicate hashing when using OSX #64

Closed mdproctor closed 3 years ago

mdproctor commented 3 years ago

DO NOT MERGE!!!!

This is not yet working, I've just created a pull request to show the direction i'm trying to take.

mdproctor commented 3 years ago

IntelliJ seemed to add a lot of reformating noise, sorry. I'll see if i can correct that.

gmethvin commented 3 years ago

IntelliJ seemed to add a lot of reformating noise, sorry. I'll see if i can correct that.

You can run sbt javafmtAll before you push. sbt compile will also automatically run the formatter.