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

Avoid race in channel creation, closes #28 #29

Merged
merged 3 commits into from
Feb 23, 2018

Conversation

lox
Copy link
Contributor

@lox lox commented Sep 30, 2017

See #28 for more detail, this simply avoids a race condition when the events channel is created.

@codecov-io
Copy link

codecov-io commented Sep 30, 2017

Codecov Report

Merging #29 into master will increase coverage by 29.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
+ Coverage   43.03%   72.04%   +29.01%     
===========================================
  Files           2        2               
  Lines         165      161        -4     
===========================================
+ Hits           71      116       +45     
+ Misses         84       34       -50     
- Partials       10       11        +1
Impacted Files Coverage Δ
fsevents.go 78.94% <100%> (+34.21%) ⬆️
wrap.go 69.91% <0%> (+27.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ceee05...d2535db. Read the comment docs.

@lox
Copy link
Contributor Author

lox commented Oct 31, 2017

I've signed the CLA. Looks like Travis CI is broken. @samjacobson @nathany are you folks still around?

@samjacobson
Copy link
Contributor

samjacobson commented Oct 31, 2017 via email

@drewwells
Copy link
Contributor

hero! this does indeed fix the race I am seeing

@drewwells drewwells mentioned this pull request Feb 23, 2018
@drewwells drewwells merged commit ed9a50f into fsnotify:master Feb 23, 2018
@drewwells
Copy link
Contributor

tested this in #35 looks good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants