-
Notifications
You must be signed in to change notification settings - Fork 111
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
Behaviour of watch_file on FreeBSD is different #66
Comments
I don't have access to a FreeBSD system, so I might need some help with this one. I did a little reading. Can you check |
Here is mine
Different FreeBSD version
|
It will be close, but perhaps possible: ~/.julia/v0.6$ find . -type f | wc -l
197127 |
But the number |
|
Here are VM images if you need: https://download.freebsd.org/ftp/releases/VM-IMAGES/ |
Correct, but I think it applies to all processes on your system. See #26 (comment). |
Any clue about implementation? |
The days without |
Sorry, I'm very busy on Julia Base with the push for 0.7-alpha, and didn't notice these pings. Having to first install a VM will also mean this won't be an easy fix for me to make. This may not be too hard to fix because we used to watch individual files: see #22. You should be able to modify the watching code so that it checks for FreeBSD and if so uses a strategy that's more similar to the original one. I wouldn't try to do some kind of I think the code is pretty well commented, but let me know if you have questions. |
Revise.jl/src/Revise.jl
Lines 188 to 200 in 5754f39
On FreeBSD modifying a existed file which located at
dir
will not being caught bywatch_dir(dir)
.The text was updated successfully, but these errors were encountered: