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

Fsnotify 1.5.0 breaks symlink changes #8920

Closed
pamubay opened this issue Aug 23, 2021 · 3 comments
Closed

Fsnotify 1.5.0 breaks symlink changes #8920

pamubay opened this issue Aug 23, 2021 · 3 comments

Comments

@pamubay
Copy link

pamubay commented Aug 23, 2021

What version of Hugo are you using (hugo version)?

hugo v0.88.0-DEV-7A15EDAF+extended linux/amd64 BuildDate=2021-08-23T20:18:48+0700

Does this issue reproduce with the latest release?

Yes, it's build latest from source.

Project Structure

I have my-theme as symbolic link.

config.yaml
content/
themes/
  my-theme/ --> Symbolic Link

Bug

If you change anything under my-theme directory, Hugo detect the modification (trigger rebuild) but didnt't grab the changes of file content.

Workaround

I downgraded fsnotify to 1.4.9, everything works perfectly.

@bep bep closed this as completed in 5a46eef Aug 23, 2021
@bep bep reopened this Aug 23, 2021
@bep bep changed the title Hugo didn't grab changes from symbolic link directory after fsnotify 1.5.0 update Fsnotify 1.5.0 breaks symlink changes Aug 23, 2021
@bep bep added the Upstream label Aug 23, 2021
@bep
Copy link
Member

bep commented Aug 23, 2021

Thanks for that report, good to catch that before release. I did read the upstream release notes before I merged, ... Oh well.

@jmooring
Copy link
Member

Resolved with fsnotify/fsnotify#394.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants