-
Notifications
You must be signed in to change notification settings - Fork 204
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
Call refresh
by default in AbstractFileObject.onChange
#150
base: master
Are you sure you want to change the base?
Conversation
Hi @boris-petrov |
@garydgregory - I spent a lot of time trying to figure what's going on. I give up. This test failure is definitely a bug in the If you have the time, I would suggest you look into this and try fixing it. Things that I saw which are not OK:
Check also #151. I fixed some more "bad" things in the code around this. |
Hi @boris-petrov |
9a51413
to
13798c3
Compare
@garydgregory - done! |
13798c3
to
b83a798
Compare
@boris-petrov |
b83a798
to
f003bf2
Compare
@garydgregory - done! |
Hi @boris-petrov
Please rebase on master to use the latest but I am thinking that it might be your actual changes that brake the test. Also this PR does that have a test or tests that fail without your change to the main side of the source tree. |
f003bf2
to
d7bd643
Compare
@garydgregory - I rebased on master. Please see this comment. As I said there, the failing test is a real issue in the Also, please merge #151 before this. It simplifies some code and will help with debugging this issue here. As for tests, this is not fixing any issues, it's just a convenience for some file systems that won't have to do anything "manually" |
Hi @boris-petrov |
d7bd643
to
3e6015f
Compare
@garydgregory done! |
@boris-petrov |
Well, as I've said in a previous comment, there is some bug in the |
OK, then if someone wants to get this build green, they know where to dig. |
I think this is a good default. Most providers won't do anything different than this. I guess? @garydgregory thoughts?