We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While investigating sbt/sbt#3687 I found that PollingWatchService is really broken: it doesn't detect modified files.. o_O
PollingWatchService
I'll submit a PR that adds a pending test to the test suite.
The text was updated successfully, but these errors were encountered:
Enable modified files test
1536631
Since sbt#82 is now closed, enable the previously pending test.
IO.getModifiedTimeOrZero(file)
IO.setModifiedTimeOrFalse(file)
dwijnand
No branches or pull requests
While investigating sbt/sbt#3687 I found that
PollingWatchService
is really broken: it doesn't detect modified files.. o_OI'll submit a PR that adds a pending test to the test suite.
The text was updated successfully, but these errors were encountered: