Skip to content
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

fix(watchfs): WatchAllFSIPaths needs to call watchPaths #1554

Merged
merged 1 commit into from
Oct 6, 2020
Merged

Conversation

ramfox
Copy link
Member

@ramfox ramfox commented Oct 6, 2020

also adds test confirming the fix

@ramfox ramfox added the fix A bug fix label Oct 6, 2020
@ramfox ramfox self-assigned this Oct 6, 2020
@@ -10,6 +10,8 @@ import (

"github.com/google/go-cmp/cmp"
"github.com/qri-io/qri/event"
reporef "github.com/qri-io/qri/repo/ref"
repotest "github.com/qri-io/qri/repo/test"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit wary of how much this relies on repo, but until dscache can reliable give us a list of references, this is what we got!

@ramfox ramfox mentioned this pull request Oct 6, 2020
35 tasks
Copy link
Contributor

@Arqu Arqu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but TBH don't really understand what's under the hood for FSI so would rather yield to someone else. Giving the rubber stamp anyways as everything looks good/makes sense and tests cover it.

Copy link
Member

@b5 b5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good for now. This could potentially be watching a lot of files, but that's a separate issue

@ramfox ramfox merged commit 58acace into master Oct 6, 2020
@ramfox ramfox deleted the fix_watchfs branch October 6, 2020 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants