-
Notifications
You must be signed in to change notification settings - Fork 28
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
Exceptions with editing in Spacemacs #8
Comments
I don't unfortunately (not an emacs user), @totallymike do you have any ideas? |
Do not compile .#filename.ex ? |
This is a fairly common issue with auto-rebuild-type tools, as it turns out. We may wish to eventually tie remix to the .gitignore, or allow for some patterns to exclude certain files. |
@insiderq for a temporary workaround, I typically just disable lockfiles, as I usually only have one instance of Emacs open at a time. You can either add If disabling lockfiles bums you out, you could also do it through a |
Looks good, thx |
This can be fixed by only scanning for "regular" files. For example |
When i work in spacemacs it creates an .#name.ex files for all unsaved changes and i've got this error constantly in my console
14:32:32.189 [error] GenServer Remix.Worker terminating ** (File.Error) could not read file stats lib/.#controller_user.ex: no such file or directory (elixir) lib/file.ex:288: File.stat!/2 (remix) lib/remix.ex:62: Remix.Worker.get_current_mtime/3 (remix) lib/remix.ex:31: Remix.Worker.handle_info/2 (stdlib) gen_server.erl:615: :gen_server.try_dispatch/4 (stdlib) gen_server.erl:681: :gen_server.handle_msg/5 (stdlib) proc_lib.erl:240: :proc_lib.init_p_do_apply/3 Last message: :poll_and_reload State: %Remix.Worker.State{last_mtime: nil}
Any ideas how i can fix this on my side?
The text was updated successfully, but these errors were encountered: