-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
No error report for functions moved to another file. #149
Comments
Regarding detection of symbols that have moved from one file to another, this is very hard to do in the general case. See #109 for another example. In general That said, the example behaviour you've pasted above look fine to me, since |
Check out this: https://repl.it/repls/CoolMediumblueDriverwrapper
|
Yes, but it was present in older Emacsen too. I'm having trouble understanding this issue, sorry. What error message are you expecting |
If I use |
Ah, right, thanks for the explanation. Yes, I can see the gap in warnings. That would be a hard case to detect. One thing we could do for such functions would be to consistently suggest |
For example, there is an error report for
cl-caaar
:But no error report for
caaar
which moved fromcl.el
tosubr.el
:https://emba.gnu.org/emacs/emacs/commit/43eba4955350b787c5567a31e2980ae70b9fb52f
The text was updated successfully, but these errors were encountered: