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

Hard Link Static Causes Infinite Recursion On Windows #2668

Open
thefiredman opened this issue Oct 11, 2024 · 1 comment
Open

Hard Link Static Causes Infinite Recursion On Windows #2668

thefiredman opened this issue Oct 11, 2024 · 1 comment
Labels
Need Windows help We need someone using Windows to help us with this issue

Comments

@thefiredman
Copy link

hard_link_static = true

Specifically when used on Windows doesn't work as intended, when saving a HTML file. It infinitely detects changes breaking the server. Doesn't happen anywhere else.

Change detected @ 2024-10-11 04:33:13
-> Static file changed \\?\C:\Users\dashalev\projects\recursion\static\test.svg
Done in 0ms.

Change detected @ 2024-10-11 04:33:14
-> Static file changed \\?\C:\Users\dashalev\projects\recursion\static\test.svg
Done in 0ms.

Change detected @ 2024-10-11 04:33:15
-> Static file changed \\?\C:\Users\dashalev\projects\recursion\static\test.svg
Done in 0ms.

Change detected @ 2024-10-11 04:33:16
-> Static file changed \\?\C:\Users\dashalev\projects\recursion\static\test.svg
Done in 0ms.

Change detected @ 2024-10-11 04:33:17
-> Static file changed \\?\C:\Users\dashalev\projects\recursion\static\test.svg
Done in 0ms.
@Keats
Copy link
Collaborator

Keats commented Oct 11, 2024

Someone on Windows will need to debug that

@Keats Keats added the Need Windows help We need someone using Windows to help us with this issue label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need Windows help We need someone using Windows to help us with this issue
Projects
None yet
Development

No branches or pull requests

3 participants
@Keats @thefiredman and others