As far as I can remember, installing and updating request.el from MELPA has always thrown these warnings when compiling. I can't say if the exact list has remained the same, but nonetheless, it's consistently thrown compiler warnings. Can this be avoided, and if not, why? Most importantly, what do these warnings mean in the context of using request.el?
As far as I can remember, installing and updating
request.el
from MELPA has always thrown these warnings when compiling. I can't say if the exact list has remained the same, but nonetheless, it's consistently thrown compiler warnings. Can this be avoided, and if not, why? Most importantly, what do these warnings mean in the context of usingrequest.el
?I'm not familiar with the elisp compiler internals or it's relation to lexical binding but I found this as potentially related: https://stackoverflow.com/questions/31870656/what-does-the-underscore-mean-in-elisp
These are the warnings I received updating
request.el
today:FWIW, I'm using emacs 26.2 as distributed by Fedora 30 repositories.