-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
rustlings watch halts when starting to edit file with emacs #673
Comments
Looks like it is related to this https://stackoverflow.com/questions/5738170/why-does-emacs-create-temporary-symbolic-links-for-modified-files Seems this is as issue for npm as well. It seems to be fine if the file exists when The solution seems to be to not create lock files by setting I'm not sure if there is a way to handle this in the rustlings app. If you don't feel it's in your scope to fix feel free to close this. |
What's the filename of those symlinks? Do they still have a |
the symlinks named with the file name and prepended with |
Sorry, should have asked before: which version of |
Could you please try the latest release? We introduced some changes in #599 that I think will fix your issue. |
Oh, I didn't realize you weren't using the master branch and had switched to main. I originally installed via the command that git.io link currently points to Tested with the head of main 0d894e6 and the problem is resolved. Thanks for your help |
When ever I start to edit a file with emacs
rustlings watch
ends with★ All exercises completed! ★
GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
onWindows 10 Pro Version 10.0.19042 Build 19042
Steps to reproduce:
% /c/Program\ Files/Emacs/x86_64/bin/runemacs.exe -Q
rustlings watch
in external shell (not in emacs)rustlings/exercises/variables/variables1.rs
rustlings watch
ends with★ All exercises completed! ★
The text was updated successfully, but these errors were encountered: