-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Prevent using or calling uninstalled packages #22
Comments
Yeah, my solution still doesn't work for every case. But I'm a little confused since flycheck shouldn't be installed by rustic. The rustic flycheck file will only be required when flycheck is loaded. And you shouldn't be offered to install it. Regarding eglot and lsp-mode, I have to fix automatic requiring. |
I mean that flycheck-mode is called after opening any rust file. So, the problem I see is the find-file-hook. |
Are you sure that flycheck wasn't installed by some package as dependency ? I will change this, but I can't explain why rustic would call flycheck if it isn't already installed. |
I am using straight.el as package manager. It pulls the package metadata from melpa AFAIK. If it cant find flycheck as a dependency then it wont pull it. But it has pulled it. I think I will look into it then report again later. |
rustic-recompile will remember universal arguments passed
Like flycheck. I haven't installed flycheck but this package always calls it which I don't like. If not available either offer to install it or don't try to enable it.
The text was updated successfully, but these errors were encountered: