-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WatchEvent.context() may be null #112
Comments
This is very annoying to me, but I have neither the knowledge nor the time to look into it. I'm willing to spend 50 bucks to help fix this issue and improve SBT. So if anyone wants to take a shot at it: https://www.bountysource.com/issues/53003420-watchevent-context-may-be-null |
@felher nice! I've added the "help wanted" label to draw attention to it. |
Not sure if it's related but there's #138 and sbt/sbt#4052 for macOS. |
fixed in #140, which is due in sbt/io 1.1.7 and probably sbt 1.1.4. |
Great. Can I already test hat? Did it make it into 1.1.4? :) |
no sorry sbt/io 1.1.7 wasn't updated in sbt 1.1.4, so this will be either sbt 1.1.5 or sbt 1.2.0. |
While watching I sometimes see:
It seems indeed
WatchEvent.context()
may be null (https://docs.oracle.com/javase/7/docs/api/java/nio/file/WatchEvent.html), and I suspectUnixPath.resolve
does not acceptnull
.The text was updated successfully, but these errors were encountered: