limetext / backend

Backend for LimeText
BSD 2-Clause "Simplified" License
538 stars 87 forks source link

Fix packages tests #123

Closed fmanno closed 6 years ago

fmanno commented 7 years ago

[Linux/macOS] Fix data races: Move the denitialization of the watcher to when the fsEvents channel is stopped.

[all] Fix error handling of TestOpenProject: If the result of w.OpenProject was nil. The test was exploding

zoli commented 6 years ago

I have an idea why the test still fails for TestWatchDir, will continue from your changes. Thanks